Re: Getting an array/tree controller to select newly added managed objects

2008-05-07 Thread Sean McBride
On 4/18/08 6:46 PM, Ron Lue-Sang said: Consider an app that uses bindings and Core Data. It has a tableview bound to an array controller. There is an 'Add' button that creates a new entity to be shown in the table. It could be implemented by: 1) sending add: to the array controller. 2)

Getting an array/tree controller to select newly added managed objects

2008-04-18 Thread Sean McBride
Hi all, Consider an app that uses bindings and Core Data. It has a tableview bound to an array controller. There is an 'Add' button that creates a new entity to be shown in the table. It could be implemented by: 1) sending add: to the array controller. 2) using a custom IBAction method that

Re: Getting an array/tree controller to select newly added managed objects

2008-04-18 Thread Ron Lue-Sang
On Apr 18, 2008, at 2:54 PM, Sean McBride wrote: Hi all, Consider an app that uses bindings and Core Data. It has a tableview bound to an array controller. There is an 'Add' button that creates a new entity to be shown in the table. It could be implemented by: 1) sending add: to the array