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 PROTECTED]
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to