Re: How can I set the color of text in pkg installer?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Chris On vendredi, novembre 18, 2005, at 06:40 PM, Luke Bellandi wrote: On Nov 17, 2005, at 10:55 PM, Hae-seong Zo wrote: Hi, Stupid idea if you only need to work with 10.4. Add an InstallPlugIn which will: This may work. I haven't tested it. _______________________________________________ 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/ryanc%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... I wouldn't suggest such a thing. The advantage of the current architecture is that Apple can update the look and feel and older documents get this new look and feel over time. If you do this, it is likely your plugin will break in the future. Stick with the plugin APIs. Is there any way to change the color of displayed text in the pkg installer? I couldn't find anything about the text color in google and this list archive. I change the background of the installer, which is dark one, so I can't see the text in left-size and in the semi-opaque box either. For the reference, I use Iceberg to make .pkg file. There's currently no way to do this in the Installer. The only text that you as a package author have control over is the text in your Welcome, ReadMe, and License files. - Create a category of PluginMatrixElement and overwrite the (void) setImage:(NSImage *) inImage; method so that you set the image of the _imageView and then change the color of the _textField text color. - You would need to do the same with the InstallerAutoTextView view but I still have to find where and how it's declared to know which method to change. This email sent to ryanc@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Christopher Ryan