Re: Changing text of button names in the installer
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi Mike, - Luke On Apr 10, 2007, at 9:29 PM, Mike wrote: Thanks, Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/luke%40apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... There's currently no prescribed way to do that, and we advise against it as a rule. However, given access to the Installer's window with your plugin, you can crawl the window's view hierarchy for buttons and make changes that way. Note that the view hierarchy is subject to change, possibly drastically, from release to release, so if you did implement a hack like that, it's possible that it would break in the future. I'd suggest filing an enhancement request at http://bugreporter.apple.com . Is there a way to change the text of the next and previous buttons in the Apple installer? I need to change the text of one of the buttons when I enter a pane but there doesn't seem to be any API for doing this in the Installer Plugins Framework. I would prefer to do it in the "willEnter" method but there doesn't seem to be any public access to the buttons themselves. This email sent to luke@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Luke Bellandi