Re: Need longer highlight w/ NSButton performClick:
Re: Need longer highlight w/ NSButton performClick:
- Subject: Re: Need longer highlight w/ NSButton performClick:
- From: Ricky Sharp <email@hidden>
- Date: Mon, 28 Mar 2005 12:32:13 -0600
On Monday, March 28, 2005, at 12:27PM, Shawn Erickson <email@hidden> wrote:
>
>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]];
Thanks for pointing that out. You can clearly tell which code in my project was written a while back :) I've yet to go back to such initial code and see what can be modified/optimized.
--
Rick Sharp
Instant Interactive(tm)
_______________________________________________
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