Re: notification AFTER dockMenu is shown
Re: notification AFTER dockMenu is shown
- Subject: Re: notification AFTER dockMenu is shown
- From: Jake <email@hidden>
- Date: Mon, 10 Dec 2001 15:24:54 -0500 (EST)
Oh, right. I kept thinking that that was just a resource passing delegate.
Thanks.
How about get to know when does the user let go the menu: either selecting
something or simply let go the menu?
jake
>
> Is there a way to sandwich some operation right after the user
>
> control-click(or left-click and hold) the application icon in the dock
>
> and before the dockMenu appears?
>
>
Just implement the application delegate method
>
-(NSMenu*)applicationDockMenu:(NSApplication*)app. It gets
>
called exactly at the time you're looking for.