I was trying to make a static text item look dimmed like so:

NSColor* newColor = [[theField textColor]
        colorWithAlphaComponent: (mIsEnabled? 1.0f : 0.5f) ];
[theField setTextColor: newColor ];

It works fine on Leopard, but on Tiger, the text stays stubbornly black. Why?
--
  James W. Walker, Innoventive Software LLC
  <http://www.frameforge3d.com/>
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to