Re: How can I set the color of text in pkg installer?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com 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/site_archiver%40lists.a... 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 site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre