Re: NSSegmentedControl segment bindings

2008-06-24 Thread Ron Lue-Sang
Hey Hamish. Yea, that's correct. There's no "segment" object to bind. Not in the same way that tableviews have individual column objects or menus have individual menu items. Still, go ahead and file an enhancement request describing, broadly, what you're trying to do. --

NSSegmentedControl segment bindings

2008-06-24 Thread Hamish Allan
Hi, As far as I can tell, the enabled state of specific segments of an NSSegmentedControl (which you can set / get through setEnabled:forSegment: / -isEnabledForSegment:) are not accessible through bindings. This surprises me, so I thought I'd ask here in case I'm missing something? Thanks, Hamis