Re: How can I set the color of text in pkg installer?
Re: How can I set the color of text in pkg installer?
- Subject: Re: How can I set the color of text in pkg installer?
- From: Stéphane Sudre <email@hidden>
- Date: Sat, 19 Nov 2005 00:54:15 +0100
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,
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.
Stupid idea if you only need to work with 10.4.
Add an InstallPlugIn which will:
- 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 may work. I haven't tested it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden