Re: Need longer highlight w/ NSButton performClick:
Re: Need longer highlight w/ NSButton performClick:
- Subject: Re: Need longer highlight w/ NSButton performClick:
- From: Shawn Erickson <email@hidden>
- Date: Mon, 28 Mar 2005 10:27:22 -0800
On Mar 28, 2005, at 10:17 AM, Ricky Sharp wrote:
NSDate* theDate = [[[NSDate alloc]
initWithTimeIntervalSinceNow:myIntervalInSeconds] autorelease];
[NSThread sleepUntilDate:theDate];
Don't forget about the class methods...
[NSThread sleepUntilDate:[NSDate
dateWithTimeIntervalSinceNow:myIntervalInSeconds]];
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden