On Nov 3, 2011, at 9:58 AM, Vojtěch Meluzín wrote: > Thanks. Ok, let's say I'm ok with "not making it modal". All I need is that > when I show the window, the "method" that does that must return after the > window has closed.
Well, that's modal unless you write your own event loop, which is probably not a good idea. The more common Mac way would be to treat it like a sheet--in fact, you might be tempted to use a sheet, because you can position a sheet at locations other than the default, but I found some bugs there relating to the sheet being at the edge of a display--that you display the window with a call which immediately returns, event processing happens as normal, and when the sheet ends it invokes a callback. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com