Window Display

2011-09-30 Thread koko
'call' by he app. Is it possible to suppress the main window display until a desired time? -koko___ 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

Re: Window Display

2011-09-30 Thread Laurent Daudelin
On Sep 30, 2011, at 09:21, koko wrote: I had asked about running a modal dialog at app start. Perhaps a different approach. All I need to do is not display the main window until the modal finishes. I have set in IB visible at launch no. Perhaps I do not understand this setting as the

NSWindow Deferred Window Display Support

2010-09-27 Thread Richard Somers
In Mac OS X 10.6 there is a new constant defined. #define NSAppKitVersionNumberWithDeferredWindowDisplaySupport The documentation says Developers should not need to use this constant unless they are writing applications for Mac OS X v10.5 and earlier. Now consider the designated

Re: NSWindow Deferred Window Display Support

2010-09-27 Thread Kyle Sluder
On Sep 27, 2010, at 7:07 PM, Richard Somers rsomers.li...@infowest.com wrote: In Mac OS X 10.6 there is a new constant defined. #define NSAppKitVersionNumberWithDeferredWindowDisplaySupport The documentation says Developers should not need to use this constant unless they are writing