Skip navigation.
 
mlRe: How to wait modally for a few seconds
FROM : Eyal Redler
DATE : Sun Dec 08 15:40:01 2002

Great!
That exactly what I was looking for.

Thanks,

On Monday, December 9, 2002, at 01:23  AM, Tobias Peciva wrote:

>> ----------
>> From:     Eyal Redler
>> Subject:     How to wait modally for a few seconds
>>
>> I need to display a window *modally* for a few seconds.
>> I tried setting up a timer but I'm having trouble "waiting".
>>
>>

> Try:
> [NSThread sleepUntilDate:[NSDate
> dateWithTimeIntervalSinceNow:<some_time_interval>]];
>
> Cheers,
> Tobias Peciva
> Pharos Systems
>
>
> _______________________________________________
> MacOSX-dev mailing list
> <email_removed>
> http://www.omnigroup.com/mailman/listinfo/macosx-dev
>
>

Eyal Redler
=====================================
RedleX - Software for what's left of us
www.redlers.com


Related mailsAuthorDate
mlHow to wait modally for a few seconds Eyal Redler Dec 8, 14:59
mlRE: How to wait modally for a few seconds Tobias Peciva Dec 8, 15:30
mlRe: How to wait modally for a few seconds Eyal Redler Dec 8, 15:40
mlRe: How to wait modally for a few seconds Scott Anguish Dec 8, 17:34
mlRe: How to wait modally for a few seconds Eyal Redler Dec 8, 17:46
mlRe: How to wait modally for a few seconds David Stevenson Dec 8, 17:51
mlRE: How to wait modally for a few seconds Tobias Peciva Dec 8, 18:06
mlRe: How to wait modally for a few seconds Scott Anguish Dec 8, 23:03