Somehow I was able to have the opacity displayed by using:

[NSColor setIgnoresAlpha:NO];

In my awakeFromNib...

However, I have no idea why/how it is working... is this setting global for the whole app?

JNJ

On 13-Nov-08, at 4:35 PM, Jean-Nicolas Jolivet wrote:

I have an NSColorWell which I bound to an NSColor object of my controller, however for some reasons, the color well does not display an Opacity slider when used in the application... (It does display it if I change the color in IB though)...

Is there a way I can force the NSColorWell to display its opacity slider?

Jean-Nicolas Jolivet
_______________________________________________

Cocoa-dev mailing list ([email protected])

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/silvertab%40videotron.ca

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [EMAIL PROTECTED]

Reply via email to