Re: Improving the User Experience for First Use of Downloadable Software
Re: Improving the User Experience for First Use of Downloadable Software
- Subject: Re: Improving the User Experience for First Use of Downloadable Software
- From: Matthew Lindfield Seager <email@hidden>
- Date: Sat, 27 Feb 2010 08:19:03 +1100
On Friday, February 26, 2010, Charles Srstka <email@hidden> wrote:
> I suppose for the time being, you could use -[NSApplication activateIgnoringOtherApps:] in your application delegate’s applicationDidFinishLaunching: method as a workaround.
Caveat Emptor:
If you do this you may annoy customers (on subsequent launches) who
launch your application and then switch to Safari/Mail/Finder/other
while your app is launching... Moments later (or seconds or minutes
later depending on how long your app takes to launch on that machine)
your app will appear to hijack the user's computer for no discernible
reason.
An additional step to avoid annoying these people might be to only
order your app to the front if it's the first time it has been
launched...? ($0.02)
Matt
_______________________________________________
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