Re: rapp events
Re: rapp events
- Subject: Re: rapp events
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 8 Jul 2001 11:24:08 +0200
On Sunday, July 8, 2001, at 05:34 , Rosyna wrote:
I am trying to install a handler in my cocoa app for the Reopen
application event (when the user double-clicks on an already open
application) yet it never seems to get the rapp event of class aevt. Any
ideas?
NSApplication already handles this event. You can use it by implementing
applicationShouldHandleReopen:hasVisibleWindows: in the NSApplication's
delegate.
andy
--
Description forthcoming.