nsoutlineview
How to dynamically populate NSOutlineView's columns?
I have an IBOutlet to an NSOutlineView and I want to remove the existing columns and add the new ones.[详细]
2023-01-24 05:38 分类:问答Implementing an NSOutlineView to edit the contents of a plist file
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[详细]
2023-01-21 01:32 分类:问答Adding a child object using NSTreeController/NSOutlineView
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[详细]
2023-01-16 14:31 分类:问答NSOutlineView selection binding error
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[详细]
2023-01-14 08:08 分类:问答NSOutlineView not refreshing when objects added to managed object context from NSOperations
Background Cocoa app using core data Two processes - daemon and a main UI Daemon constantly writing to a data store[详细]
2023-01-02 05:44 分类:问答Make NSFormatter validate NSTextFieldCell continuously
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[详细]
2022-12-31 12:51 分类:问答NSOutlineView with Drag and Drop
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[详细]
2022-12-31 03:44 分类:问答Why does [NSOutlineView clickedRow] always return -1?
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[详细]
2022-12-30 03:16 分类:问答Resizing columns in NSOutlineView without showing headers
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[详细]
2022-12-29 13:21 分类:问答NSOutlineView not redrawing
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:[详细]
2022-12-29 06:34 分类:问答
加载中,请稍侯......