I have an IBOutlet to an NSOutlineView and I want to remove the existing columns and add the new ones.
I\'m writing a game using cocos2d-iphone and our stages are defined in .plist files. However, the files are growinglarge - so I\'ve developed an editor that adds some structure to the process and brea
In my application, like many Mac applications, I have a source list. At the moment this is an NSOutlineView bound to an NSTreeController. I can add items to it pretty easily, and have even been able t
I got the next situation: NSOutlineView <-> NSTreeController <-> MyClass I bind the NSTreeController to an array of objects in MyClass, now I want to get the selected item from the NSOutlineVie
Background Cocoa app using core data Two processes - daemon and a main UI Daemon constantly writing to a data store
In Cocoa, I have an NSOutlineView where the cells are NSTextFieldCell. The cell displays values which are strings that are formatted according to ce开发者_如何学JAVArtain rules (such as floats or pair
I read the other post here on Outlineviews and DND, but I can\'t get my program to work. At the bottom of this post is a link to a zip of my project. Its very basic with开发者_开发百科 only an outline
I have a fairly pedestrian non-editable NSOutlineView setup. In the bindings for the outline view, I have set the Double Click Target binding to my file\'s owner (MyDocument FWIW) with a selector of o
I\'ve an outline view with two columns. I want to allow my users to resize both columns but it doesn\'t seem to be possible without also displaying the column headers. Anyone succeed开发者_高级运维ed
I have an NSOutlineView with checkboxes. I have the checkbox state bound to a node item with the key shouldBeCopied. In the node item I have the getters and setters like so: