Re: Looking for example of this type of app.
Re: Looking for example of this type of app.
- Subject: Re: Looking for example of this type of app.
- From: Chase <email@hidden>
- Date: Sun, 19 Jun 2005 06:54:06 -0500
On Jun 19, 2005, at 6:50 AM, Chase wrote:
[[[statusitem view] window] setDelegate:self];
// that last line redirects mouseclicks (among other things) to
whatever object you want, in this case self.
// on a mouse click, pop open your prefs window.
sorry, i think actually i subclass NSImageView for the view that
holds the icon. in that sublass, i override mouseDown for clicks in
the status item.
you won't need the setDelegate line.
- chase
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden