• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How can I set the color of text in pkg installer?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Christopher Ryan <email@hidden>
  • Date: Sat, 19 Nov 2005 06:29:45 -0800

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.

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,

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

_______________________________________________ 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
References: 
 >Re: How can I set the color of text in pkg installer? (From: Stéphane Sudre <email@hidden>)

  • Prev by Date: Re: How can I set the color of text in pkg installer?
  • Next by Date: BundleVersions.plist
  • Previous by thread: Re: How can I set the color of text in pkg installer?
  • Next by thread: BundleVersions.plist
  • Index(es):
    • Date
    • Thread