Skip navigation.
 
mlRe: want to keep a main window still, not close
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"

Related mailsAuthorDate
mlwant to keep a main window still, not close norio Apr 8, 23:31
mlRe: want to keep a main window still, not close Jack Repenning Apr 8, 23:43
mlRe: want to keep a main window still, not close Robert Napier Apr 9, 15:29