Re: want to keep a main window still, not close
Re: want to keep a main window still, not close
- Subject: Re: want to keep a main window still, not close
- From: Jack Repenning <email@hidden>
- Date: Tue, 8 Apr 2008 14:43:30 -0700
On Apr 8, 2008, at 2:31 PM, norio wrote:
Would you tell me how to remain the main window? Of course, it must
close if user clicks
the close box of the window.
I'm not certain I understand your whole question, but at least a part
of the answer seems to be to define
- (BOOL)windowShouldClose:(id)window
as
return NO;
Well, you might have some more complicated determination that merely
returning NO, but you get the idea.
-==-
Jack Repenning
email@hidden
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden