download security hanging app
download security hanging app
- Subject: download security hanging app
- From: Robert Clair <email@hidden>
- Date: Thu, 18 Dec 2008 20:05:26 -0500
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
- (void)applicationDidFinishLaunching:(NSNotification *)notification
The problem is (not sure when this started, it's just been reported)
that when it is started the first time after downloading, the "xxxxx
is an Application which was downloaded from the internet warning"
screws things up. After clicking on "open" the warning dismisses, but
the license window never becomes visible. Since it isn't visible, it
can't be dismissed and things are hung.
If you kill the app and start it again it runs fine.
Anybody have any ideas ?
TIA
Bob
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden