discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSNotificationQueue HowTo


From: Lloyd Dupont
Subject: Re: NSNotificationQueue HowTo
Date: Thu, 23 Feb 2006 10:36:34 +1000

Finally I wrote something like that (but not in ObjectiveC), that's why I can't use the constant NSDefaultRunLoopMode and use a string instead.

[[NSRunLoop currentRunLoop]
   runMode: @"NSDefaultRunLoopMode"
   beforeDate: (NSDate*) [NSDate distantPast]]

And that seems to do the trick :-D
Thanks all!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]