Skip navigation.
 
mlRe: NSColorWell and alpha
FROM : Ken Ferry
DATE : Sun Jun 01 18:33:11 2008

Hi Mike,

This is controlled by -[NSColorPanel setShowsAlpha:].

Try calling [[NSColorPanel sharedColorPanel] setShowsAlpha:YES].

-Ken

On Sun, Jun 1, 2008 at 9:23 AM, Mike <mike.<email_removed>> wrote:
> I have NSColorWell on my form bind to NSColor property in my
> Controller-object.
> In IB there is an alpha-slider available in  that colorwell to modify color
> opacity value but during runtime there isn't such.
> Is that bydesign or am I missing something?
>
> Thanks.
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlNSColorWell and alpha Mike Jun 1, 18:23
mlRe: NSColorWell and alpha Ken Ferry Jun 1, 18:33
mlRe: NSColorWell and alpha Mike Jun 1, 21:02
mlRe: NSColorWell and alpha Sean McBride Jun 2, 19:14