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!

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to