Trying to display an NSButtonCell mixed state using binding
Trying to display an NSButtonCell mixed state using binding
- Subject: Trying to display an NSButtonCell mixed state using binding
- From: Jean Bovet <email@hidden>
- Date: Wed, 28 Apr 2004 17:41:09 +0200
I'm trying to allow a NSTableColumn to display mixed state switch
button. I bind the "value" in IB to my array controller but the problem
is that the mixed state doesn't display: it's always the NSOnState that
is displayed.
I have already set the dataCell of the NSTableColum with
setAllowsMixedState:YES. I have checked and my array controller item
returns NSMixedState also.
Any idea why I cannot displayed the mixed state ? Is this related to
the binding ?
Thanks in advance.
Jean Bovet
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.