Re: How do I display a sheet as soon as the main window has displayed
Re: How do I display a sheet as soon as the main window has displayed
- Subject: Re: How do I display a sheet as soon as the main window has displayed
- From: Andrew Satori <email@hidden>
- Date: Wed, 7 Feb 2007 13:12:09 -0500
In many cases however, you may find that if you fire the dialog in
either one of these events, the dialog will display as a popup
window, not attached to the window itself. In order to get around
that, I've the actual show dialog code into it's own action, which is
then called using the performSelector:sel() afterDelay:0.1 methodology.
Andy
On Feb 7, 2007, at 11:24 AM, I. Savant wrote:
NSApplication's delgate method -applicationDidFinishLaunching: is
one way.
<NSNibAwaking> protocol's -awakeFromNib method is another way.
--
I.S.
On Feb 7, 2007, at 11:10 AM, David Brennan wrote:
Hi,
I have a cocoa app that has one main window that is visible when the
application starts, I would like to display a sheet as soon as this
window has loaded.
How do I do this.
Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
40gmail.com
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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