Re: How to make modal window appear on the screen (not in background) ?

2011-11-01 Thread Jens Alfke
On Nov 1, 2011, at 8:36 AM, Vojtěch Meluzín wrote: > 'm using NSApp runModalForWindow to display a modal window, but it appears > in background. Um, you already asked this in another message. Let’s keep this in one thread to avoid confusion. —Jens___

How to make modal window appear on the screen (not in background) ?

2011-11-01 Thread Vojtěch Meluzín
Hi, I'm using NSApp runModalForWindow to display a modal window, but it appears in background. Also as a response to some action in the window there may be additional modal window shown, so kind of a nested runModalForWindow. In that case the new window, which should be in front doesn't appear in