Re: CFRunLoop usage
Re: CFRunLoop usage
- Subject: Re: CFRunLoop usage
- From: Izidor Jerebic <email@hidden>
- Date: Wed, 8 Oct 2003 10:10:16 +0200
On Tuesday, Oct 7, 2003, at 22:00 Europe/Ljubljana, Ron Anderson wrote:
Basically, I need to dispatch a window (in Cocoa) and then run a local
event loop to handle events for the window (to support a synchronous
call
without additional thread) and when the window is completed, continue
on.
Why don't you use [[NSApplication sharedApplication]
runModalForWindow:aWindow] method? This does exactly what you
described...
izidor
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.