Re: Sheets and NSTimer
Re: Sheets and NSTimer
- Subject: Re: Sheets and NSTimer
- From: Daniel Todd Currie <email@hidden>
- Date: Sun, 22 Feb 2004 13:18:59 -0800
Are you sure that this problem is related to the sheet? Try it with
the sheet commented out and see if the timer works.
-- Daniel Currie
On 2004 Feb 22, at 13:01, David Dauer wrote:
Hello
I've got a little problem using an NSTimer while running a sheet.
I tried to create the timer using
myTimer = [[NSTimer scheduledTimerWithTimeInterval:5.0 target:self
selector:@selector(myTimerAction:) userInfo:nil repeats:YES] retain];
after and before the beginSheet:... method.
Anyone knows why nothing happens and how to get this work?
Thanks
David
_______________________________________________
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.
_______________________________________________
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.