NSMixedState and bindings
NSMixedState and bindings
- Subject: NSMixedState and bindings
- From: Aaron Tuller <email@hidden>
- Date: Sun, 20 Mar 2005 22:21:23 -0800
I have a checkbox (NSButton) bound in IB, through a value
transformer, I return [NSNumber numberWithBool:YES] or [NSNumber
numberWithBool:NO] to set the button state, works great. I want to
used the mixed state, in awakeFromNib i set the checkbox to allow
mixed state, but when i return [NSNumber numberWithInt:NSMixedState]
it doesn't do it. I tried to find the value binding documentation on
NSButton but it wasn't there, or i missed it.
So I guess my question is, what sort of value is the NSButton
expecting to get into its mixed state?
-aaron
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden