It seems to be a more general bug with runModalForWindow: If anything
grabs the focus while the app is starting (i.e. something that would
require you click on the dock icon to get the app back - which the
warning does) the modal window never becomes visible.
I can see the same thing by st
On 18 Dec 08, at 19:27, Geoff Beier wrote:
On Thu, Dec 18, 2008 at 8:05 PM, Robert Clair
wrote:
[NSApp runModalForWindow: licensePanel];
which is called from
- (void)applicationDidFinishLaunching:(NSNotification *)notification
The problem is (not sure when this started, it's just been repor
On Thu, Dec 18, 2008 at 8:05 PM, Robert Clair wrote:
> [NSApp runModalForWindow: licensePanel];
>
> which is called from
>
> - (void)applicationDidFinishLaunching:(NSNotification *)notification
>
> The problem is (not sure when this started, it's just been reported)
> that when it is started the f
I have an app that puts up a registration window if it is not
registered when it starts. (The usual 30 day buy later / by now /
enter license kind of thing.) The app is distributed by downloading a
dmg.
I put the window up with:
[NSApp runModalForWindow: licensePanel];
which is called from
- (