nstreecontroller Questions
8
Solved
I'm using NSOutlineView for a project, and can't seem to figure out two things:
How to remove the disclosure triangle for tree nodes. Apps like iTunes seem to be able to do this:
Is there som...
Chuch asked 23/11, 2010 at 1:5
1
Solved
I'm trying (unsuccessfully) to build a TreeController-controlled NSOutlineView. I've gone through a bunch of tutorials, but they all pre-load the data before starting anything, and this won't work ...
Titular asked 4/1, 2017 at 22:25
2
I have an NSOutlineView that is displaying a directory hierarchy. It's bound to an NSTreeController, which is bound to my class that manages file system nodes. When a filesystem event occurs, I fir...
Frighten asked 20/4, 2015 at 3:22
2
Solved
Given model objects that NSTreeController represents, how do you find their index paths in the tree and subsequently select them? This seems to be a blindingly obvious problem, but I can't seem to ...
Dehumidify asked 29/1, 2012 at 0:57
3
Please send me some links on how to use NSOutlineView with NSTreeController bindings without using core data.
Derbent asked 23/7, 2009 at 8:57
1
Apple introduced ordered to-many-relationships in Core Data in Lion. I created an entity named TreeNode with an 1:1-object-relation, a 1:1-parent-relation and an ordered to-many-relationship childr...
Unfledged asked 12/8, 2011 at 11:2
1
Solved
I have a tree-like model I'd like to show in an NSOutlineView using an NSTreeController.
I was able to set up the bindings and everything works fine as long as I use the NSTreeController's insert ...
Marquis asked 9/5, 2012 at 23:47
1
© 2022 - 2024 — McMap. All rights reserved.