On Jan 10, 2010, at 10:46 AM, Martin Hewitson wrote: > Is there a recommended way to handle this situation? Should I just tell the > user that they should edit the toolbar to add the new button? Can I do > something programatically to add the new button? Advice is very much welcome.
1) Do nothing and/or try to inform them somewhere 2) Delete their toolbar and force the new default on them. 3) Insert the new toolbar item somewhere into the toolbar. #1 is likely most common. #2 is asking for complaints. #3 probably isn't a bad idea if you're certain the majority of users would want to use the new item. (For 2 and 3, you need to save the version number of the app into preferences. That way you can compare the current and previous version to know if they've launched a new one, and then take some action.) -- Seth Willits _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com