Re: Is NSTreeController good with Cocoa Bindings and Core Data now?

2015-08-24 Thread Jerry Krinock
> On 2015 Aug 23, at 17:50, Dave Fernandes wrote: > > It’s been working pretty well since Snow Leopard. Haven’t had any weird undo > issues in a while. Thank you, Dave. With the votes thus counted as 1 YAY and 0 NAY, I’ll give it a try :) ___ Coc

Re: Is NSTreeController good with Cocoa Bindings and Core Data now?

2015-08-23 Thread Dave Fernandes
It’s been working pretty well since Snow Leopard. Haven’t had any weird undo issues in a while. > On Aug 23, 2015, at 4:56 PM, Jerry Krinock wrote: > > A long time ago, I was advised to use an old-fashioned data source on my > outline views for Core Data trees, because NSTreeController did not

Is NSTreeController good with Cocoa Bindings and Core Data now?

2015-08-23 Thread Jerry Krinock
A long time ago, I was advised to use an old-fashioned data source on my outline views for Core Data trees, because NSTreeController did not work the way it should have. Have those issues now been resolved now? I’m working on a new app, with Core Data and Cocoa Bindings. The new app will requ

Cocoa bindings and Core Data

2009-12-23 Thread Daniel Wambold
Dear List, I am still learning bindings and CoreData, but I have recently completed another relatively basic program using both these technologies. I learn best by seeing other people's code, so in that vein, I'm posting my source (iCredit is the newer program, but Billing Project also uses thes