Re: weird sheet problem
Re: weird sheet problem
- Subject: Re: weird sheet problem
- From: Chris Suter <email@hidden>
- Date: Tue, 16 Jan 2007 08:41:15 +1100
On 16/01/2007, at 8:29 AM, Brian Ganninger wrote:
The timer approach isn't guaranteed to work. If you application
were to take dramatically longer for some (unforeseen) reason when
loading the associated nib the timer's firing could fall within the
awakeFromNib and you'd still end up with the issue you encountered.
- brian 'bgannin' ganninger
That may not be the case. Remember timers aren't asynchronous; they
get fired when the run loop processes them and that won't happen
until the NIB has completely finished loading.
Can the sheet code be put in applicationDidFinishLaunching instead or
is the NIB being loaded at a later stage?
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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