On Feb 25, 2010, at 11:40 PM, Steve Cronin wrote: > Folks; > > My Mac-based Cocoa application is now available as a free trial download from > the internet. > > The first time a user opens the software a warning is shown informing the > user that this software has never been used and was downloaded from the > internet -- thanks redmond =[:-( > > I understand the necessity of this but the warning triggers a context change > to the Finder which buries the newly opened software under an array of open > Finder windows.
Sounds to me like the best thing to do would be to file a bug report requesting Apple to fix this so that new applications come to the front after you dismiss the warning, since this seems like it’s pretty clearly a bug. I suppose for the time being, you could use -[NSApplication activateIgnoringOtherApps:] in your application delegate’s applicationDidFinishLaunching: method as a workaround. Charles_______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
