Re: Modal window that does not block the main runloop

2010-05-07 Thread Ken Thomases
On May 7, 2010, at 2:26 PM, Jens Alfke wrote: > On May 7, 2010, at 10:28 AM, David Alter wrote: > >> I need to bring a window up that is modal for the application (i.e. you can >> not make other windows active, and you can not use menus while this window >> is up). However after bringing the mod

Re: Modal window that does not block the main runloop

2010-05-07 Thread Jens Alfke
On May 7, 2010, at 10:28 AM, David Alter wrote: > I need to bring a window up that is modal for the application (i.e. you can > not make other windows active, and you can not use menus while this window > is up). However after bringing the modal window up I want control returned > to the main ru

Modal window that does not block the main runloop

2010-05-07 Thread David Alter
I need to bring a window up that is modal for the application (i.e. you can not make other windows active, and you can not use menus while this window is up). However after bringing the modal window up I want control returned to the main runloop, not a modal runloop. If I use runModalForWindow: i