FROM : Jack Repenning
DATE : Tue Apr 08 23:43:30 2008
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_removed>
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
DATE : Tue Apr 08 23:43:30 2008
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_removed>
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
| Related mails | Author | Date |
|---|---|---|
| norio | Apr 8, 23:31 | |
| Jack Repenning | Apr 8, 23:43 | |
| Robert Napier | Apr 9, 15:29 |






Cocoa mail archive

