RE: showing a sheet on run?
RE: showing a sheet on run?
- Subject: RE: showing a sheet on run?
- From: "Brad Peterson" <email@hidden>
- Date: Wed, 25 Feb 2004 00:23:42 +0000
Hi,
My solution to this has always been something like:
[self performSelector:@selector(showMySheetHereSelector:) withObject: self
afterDelay: 1.0];
Added to the awakeFromNib... looks kinda hackish, but it works very nicely.
:)
B
From: email@hidden
To: email@hidden
Subject: showing a sheet on run?
Date: Tue, 24 Feb 2004 10:44:42 -0800
My question: is there any other way of showing a sheet when the app is
run, other then implementing windowDidLoad? awakeFromNib wont work because
the its called before the parent window is shown..
Thanks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_________________________________________________________________
Say good-bye to spam, viruses and pop-ups with MSN Premium -- free trial
offer!
http://click.atdmt.com/AVE/go/onm00200359ave/direct/01/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.