Re: NSImageView not responding to clicks.

2008-07-03 Thread Andy Lee
Do you really need to use an NSImageView? You can use a button that contains an image instead of text. In IB, open the inspector and select the Button Attributes tab. You can specify the "Image" and the "Alt. Image". --Andy On Jul 3, 2008, at 6:53 AM, Papa-Raboon wrote: Hi all, I ha

Re: NSImageView not responding to clicks.

2008-07-03 Thread Papa-Raboon
Anybody got any tips for this one please? 2008/7/3 Papa-Raboon <[EMAIL PROTECTED]>: > Hi all, > > I have a method that when run opens a web browser and takes the user > to a URL and I have figured out how to use a button to call this > method but if I wanted to click on an image in an NSImageView