Sheets and NSTimer
Sheets and NSTimer
- Subject: Sheets and NSTimer
- From: David Dauer <email@hidden>
- Date: Sun, 22 Feb 2004 22:01:34 +0100
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.