Re: Binding Enabled property to NSArrayController selection

2009-10-19 Thread Stamenkovic Florijan
On Oct 19, 2009, at 07:59, Matthew Lindfield Seager wrote: 2009/10/19 Stamenkovic Florijan I think so... When binding the enabled state of a toolbar item you need to make sure that the item does not autovalidate. The "Autovalidates" checkbox can be found in the attributes panel of the i

Re: Binding Enabled property to NSArrayController selection

2009-10-19 Thread Matthew Lindfield Seager
2009/10/19 Stamenkovic Florijan > > > I think so... When binding the enabled state of a toolbar item you need to > make sure that the item does not autovalidate. The "Autovalidates" checkbox > can be found in the attributes panel of the inspector for a toolbar item. I > am not sure if this is a bu

Re: Binding Enabled property to NSArrayController selection

2009-10-19 Thread Stamenkovic Florijan
Hi Matthew, On Oct 19, 2009, at 07:08, Matthew Lindfield Seager wrote: As discussed previously on this list I am using the data source methods of NSOutlineView to display the contents of two separate NSArrayControllers. When an item is selected I use outlineViewSelectionDidChange: to manua

Binding Enabled property to NSArrayController selection

2009-10-19 Thread Matthew Lindfield Seager
As discussed previously on this list I am using the data source methods of NSOutlineView to display the contents of two separate NSArrayControllers. When an item is selected I use outlineViewSelectionDidChange: to manually update the selection of the appropriate array controller and deselect all it