download security hanging app - It's a more general Problem + Solution

2008-12-19 Thread Robert Clair
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

Re: download security hanging app

2008-12-18 Thread Andrew Farmer
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

Re: download security hanging app

2008-12-18 Thread Geoff Beier
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

download security hanging app

2008-12-18 Thread Robert Clair
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 - (