1
vote
2answers
145 views
How do I use NSTreeController, NSOutlineView and Core Data with an “invisible” root item?
I have a Core Data model which consists of a simple tree of a particular entity, which has two relationships, parent and children. I have an NSTreeController managing the model, with an NSOutlineView …
1
vote
1answer
336 views
NSOutlineView and NSTreeController example
Hi Everyone,
Please send me some links on how to use NSOutlineView with NSTreeController bindings without using core data.
Thanks in Advance,
BP
1
vote
1answer
105 views
NSOutlineView, NSTreeController and willDisplayCell
Hello,
I'm pretty new to Obj-C and Cocoa stuff, so forgive any stupidity.
I'm using an NSOutlineView with an NSTreeController that provides an array of my own objects to it. My delegator is using …
0
votes
1answer
133 views
Why does the row at the bottom of my outline view get deleted when I click the remove button rather than the one that is selected?
When I select a row in my outline view (connected to a NSTreeController) and click the remove button it doesn't delete the row that I have selected but actually deletes the row at the bottom of the …
0
votes
1answer
289 views
NSTreeController - malloc double free error
I'm using an NSTreecontroller in conjunction with an NSOutlineView in my program, and my program is constantly spitting out: malloc: *** error for object 0x1d70d0: double free. These messages go away …
0
votes
2answers
111 views
Setting the NSBrowserCell image using bindings?
I've got an NSBrowser hooked up to an NSTreeController bound to an array of NSTreeNode objects. It's easy enough to get the text portion working by setting the Content and Content Value bindings to …
