Re: how to be aware of clicking on dock icon
Re: how to be aware of clicking on dock icon
- Subject: Re: how to be aware of clicking on dock icon
- From: Chase <email@hidden>
- Date: Sat, 16 Jul 2005 18:30:29 -0500
On Jul 16, 2005, at 6:19 PM, Ian Anderson wrote:
I don't believe there's a notification sent for that, but you can
implement this method on your application delegate. See http://
developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSApplication.html#//apple_ref/doc/uid/
20000012-656685 for details.
- (BOOL)applicationShouldHandleReopen:(NSApplication *)
theApplication hasVisibleWindows:(BOOL)flag
Ian
that worked perfectly. i can't believe I've never noticed that in
the API doc.
many, many thanks.
you hit the nail on the head.
cheers.
- 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