Re: NSPopupButton, bindings, and item state

2014-08-15 Thread Keary Suska
On Aug 15, 2014, at 8:58 AM, Jonathan Taylor wrote: >>> After being impressed with bindings for an NSTableView, I’m looking at what >>> I can do for a standalone NSPopupButton, in the hope of reducing the amount >>> of glue code I have. The button isn’t just a simple one though, I need to: >>

Re: NSPopupButton, bindings, and item state

2014-08-15 Thread Jonathan Taylor
>> After being impressed with bindings for an NSTableView, I’m looking at what >> I can do for a standalone NSPopupButton, in the hope of reducing the amount >> of glue code I have. The button isn’t just a simple one though, I need to: >> - Include separator items >> - Disable (grey out) some ite

Re: NSPopupButton, bindings, and item state

2014-08-15 Thread Keary Suska
On Aug 15, 2014, at 5:23 AM, Jonathan Taylor wrote: > After being impressed with bindings for an NSTableView, I’m looking at what I > can do for a standalone NSPopupButton, in the hope of reducing the amount of > glue code I have. The button isn’t just a simple one though, I need to: > - Inclu