Re: [Newbie] How to make application reappear after a close?
Re: [Newbie] How to make application reappear after a close?
- Subject: Re: [Newbie] How to make application reappear after a close?
- From: "Sean McBride" <email@hidden>
- Date: Wed, 5 Jan 2005 13:43:45 -0500
- Organization: Rogue Research
>First: I build my application, create interface, writing function,
>compile and run, all work fine, but if i click on red cross, or use
>cmd-w my application close, doesn't quit
That's normal.
>but if i press on dock icon,
>only the menu reappear not the window.... How to tell application on a
>click on dock if it is close to reappear?
See:
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication
hasVisibleWindows:(BOOL)flag
in NSApplication docs.
_______________________________________________
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