A aarplane macrumors newbie Original poster Dec 8, 2005 12 0 Canada Aug 10, 2008 #1 I'm a student developer (first-time for the Mac), and I've been toying around with PyObjC, and I would like to know how to make an NSimage (arrow) open a link in the default browser. The code is all in Python. Thanks! -Aaron
I'm a student developer (first-time for the Mac), and I've been toying around with PyObjC, and I would like to know how to make an NSimage (arrow) open a link in the default browser. The code is all in Python. Thanks! -Aaron
Catfish_Man macrumors 68030 Sep 13, 2001 2,579 2 Portland, OR Aug 10, 2008 #2 I would suggest checking out NSButton and NSWorkspace (particularly the openURL: method on NSWorkspace).
I would suggest checking out NSButton and NSWorkspace (particularly the openURL: method on NSWorkspace).