Tagged Questions
3
votes
3answers
604 views
NSOutlineView: remove disclosure triangle and indent
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 some ...
2
votes
1answer
46 views
what is the best of showing a NSDictionary of NSArrays?
I have A NSDictionary that each key refers to an NSArray object, I want to show the contents on a Cocoa APP on mac osx 10.5, What is the best solution to this ?
NSTreecontroller?
2
votes
1answer
36 views
Pointer to NSTreeController newly created item
Does anybody know of a good workaround or hack to get a pointer to the newly created node from an NSTreeController add: or addChild: method?
2
votes
0answers
192 views
How to bind NSTreeController's Children to Core Data ordered to-many-relationship?
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 children.
...
2
votes
1answer
159 views
NSTreeController with two different core data NSManagedObject entities
I am porting my iOS app to the Mac, and want to set up an NSTreeController to manage a hierarchy of entities. There are two distinct NSManagedObject types in this hierarchy, Group and Item, which have ...
2
votes
1answer
1k views
NSOutlineView with Bindings driven by Core Data
I've got an NSOutlineView acting as a source list for my application, and my data model is done with Core Data. I'd like to use bindings (if possible) to glue these things together as follows:
I have ...
2
votes
2answers
2k 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
2answers
195 views
NSTreeController add and addChild methods
GOTO UPDATE
I have a NSTreeController controller that binded (Content Object) to content (NSTreeNode *) of my application delegate. Also I have NSOutlineView in my window that binded to my ...
1
vote
1answer
85 views
How can I get all childs, grandchilds and grandgrandchilds of an selected NSTreeController Object
i have this simplified Model: http://i.imgur.com/EAug3.png
I have these Elements ordered in an NSOutlineView and Controlled by an NSTreeController.
So I created some dummy data:
Folder1
|___ ...
1
vote
1answer
236 views
NSOutlineView — combining multiple sources
In my app, I have an NSOutlineView that gets its data from a NSTreeController -- which in turn gets it from the Core Data model.
What I would like to do now is to add group headings and maybe some ...
1
vote
1answer
176 views
Can NSOutlineView and NSTreeController handle thousands of objects?
Background
Core Data app on Snow Leopard 10.6.4 with GC
I've got an NSOutlineView backed by NSTreeController using bindings
I'm creating tens of objects on a background NSOperation subclass, saving ...
1
vote
2answers
166 views
Proposed solution to NSTreeController displaying duplicate enitities
As many of you may know, an NSTreeController bound to an outline view can display duplicates while presenting core data entities.
A temporary solution is to add 'parent == nil' to the predicates, ...
1
vote
1answer
381 views
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
UI process reads from same data
store
Columns in NSOutlineView in UI bound to
an ...
1
vote
2answers
162 views
Heterogeneous NSTreeController
I have an NSTreeController (supplying content to an NSOutlineView). I'd like the top-level objects to be of one class, and all other objects (so, children at any level) to be of another. What's the ...
1
vote
1answer
534 views
NSOutlineView, NSTreeController and willDisplayCell
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 the ...
0
votes
1answer
16 views
Given model object, how to find index path in NSTreeController?
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 ...
0
votes
0answers
30 views
How does NSTreeController implement its add and addChild methods?
I have a NSTreeController in entity mode managing an entity called TreeNode with a to-many relationship called children. I have created an NSManagedObject subclass for TreeNode as follows
#import ...
0
votes
1answer
31 views
NSTreeController: custom behavior for “canInsert” binding
I have a Cocoa app with an NSOutlineView managed by an NSTreeController.
In addition there's a button for adding new elements to the outline view. I bound the button's enabled flag to the tree ...
0
votes
0answers
59 views
CoreData, SourceList and NSTreeController
Ok guys, here is my question.
I would use CoreData + Source List + NSTreeController to create something similar to the source list of Finder (or iTunes if you prefer).
My problem is that what I have ...
0
votes
1answer
152 views
Understanding and Reproducing the KVC Hillegass Way to Insert/Remove Objects in/from Controllers
In Aaron Hillegass' Cocoa Programming for Mac OS X, the Raiseman application connects a button in Interface Builder (IB) to an NSArrayController with sent action -remove:. In the MyDocument class he ...
0
votes
2answers
61 views
NSTreeNode mutableChildNodes not working as it should?
I'm totally baffled why this is not working. I'm trying to insert a new NSTreeNode into a mutable array of child nodes. Here's the code:
NSTreeNode *newNode = [[NSTreeNode alloc] init];
...
0
votes
1answer
126 views
Cocoa - Displaying Nested Arrays in a Table View
I have a tree controller bound to an array, called "content". "content" is an array of model objects, called "Car". Each "Car" contains an NSString called "carName" and an NSMutableArray called ...
0
votes
1answer
65 views
What exactly is an NSTreeController's “arrangedObjects”?
I'm trying to bind an NSTreeController's "arrangedObjects" to a custom view's "managedContent" (so that it can show a custom outline, for instance). In the setter...
- ...
0
votes
0answers
65 views
How to use NSTreeController with models containing different childrenKeyPath
Problem: I need to use NSTreeController with some models that have different children key paths.
At first, I tried adding a children property to my models like this:
@interface FirstModel : ...
0
votes
0answers
57 views
NSOutlineView's selectionIndexPaths to NSTreeController selectionIndexPaths binding.
in my current project I've got an NSOutlineView's content bound to an NSTreeController (which is bound to CoreData Entities).
So far everything works fine.
But: in the moment I try binding the ...
0
votes
1answer
71 views
NSTreeController does not respond to reloadData
I have a NSTreeController with bindings to a class.
NSOutlineView dirTree binds to the NSTreeController
In particular Outline View Content binds to arrangedObjects
This appears to work well, but I ...
0
votes
1answer
181 views
View Based NSOutlineView Drawing Child Views Atop Parent Views
Using NSOutlineView + NSTreeController + Core Data is resulting in odd outline view layout. As you can see in the images below, the outline view creates a space for the 'Child' when the 'Parent' is ...
0
votes
1answer
67 views
How do I set TreeController's Content Object when showing a NSXMLDocument in Outline View
I would like to show a NSXMLDocument in Outline View. Thankfully apple has a document for that called "Using Tree Controllers With NSXML Objects".
But one thing I did not get is that how I set ...
0
votes
1answer
112 views
NSTreeController's selectionIndexPaths updating after mouseDown is often interrupted
Problem Background:
I have a NSOutlineView with every tableColumn binded programmatically to the NSTreeController's arrangedObjects so there is no need to bind selectionIndexPaths. The source of ...
0
votes
1answer
163 views
Editable OutlineView with Cocoa Bindings
How do you bind the NSOutlineView (or NSTableView) so that the items can be editable? I know that there's the editable field for it but I'm not sure how to use it so any help for it would be nice. I ...
0
votes
0answers
156 views
How to remove all elements from NSTreeController with NSOutlineController
I am using NSTreeController with NSOutlineController to display contents in 1parent-1child hierarchy.
My structure is like this
- parent
- child
- parent
- child
Now when user press a refresh ...
0
votes
0answers
62 views
How can I configure an NSOutlineView in a master-detail interface using Cocoa Bindings only for the detail part?
In my app I have a list of contacts, instances of a Contact class saved in a Core Data model.
Contacts may be active or not, so in Contact I have an attribute called isActive.
The app has a ...
0
votes
0answers
193 views
Master-detail with two master groups, with NSOutlineView bound to NSTreeController
In my app I have a list of contacts, instances of a Contact class saved in a Core Data model.
Contacts may be active or not, so in Contact I have an attribute called isActive.
The app has a ...
0
votes
1answer
104 views
NSTreeController get added child
When NSTreeController -(void)addChild:(id)sender is called, is there a way to get the NSManagedEntity that was created?
The documentation mentions that the result of this method is deferred to the ...
0
votes
1answer
103 views
How do you store child NSTableView settings for each parent item?
What is the best way to store an NSTableView's settings (ideally leveraging its autosave capability) for each item in its parent NSTreeController? I'm basically looking to reproduce the way iTunes ...
0
votes
2answers
375 views
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 ...
0
votes
3answers
279 views
NSTreeController fetch predicate based on transient isRoot exceptions
My document-based Cocoa application uses a NSOutlineView/NSTreeController combo, bound to the document's Core Data store. My NSTreeController has the fetch predicate isRoot == YES. isRoot is a ...
0
votes
1answer
152 views
Placing items from a Core Data entity into an NSOutlineView programmatically?
Sorry if this seems like a silly question - I am an amateur when it comes to Objective-C and Cocoa and even less knowledgable when it comes to Core Data usage.
So here's the situation: I have an ...
0
votes
1answer
188 views
Bind to NSTreeController selectionIndexPaths
I want to bind to a NSTreeController's selectionIndexPaths programatically by doing the following (so that I can get a string a selection and display in a text view)
[activePDFView bind:@"name"
...
0
votes
1answer
296 views
How do I set the default selection for NSTreeController at startup?
The Background
I've built a source list (similar to iTunes et al.) in my Cocoa app.
I've got an NSOutlineView, with Value
column bound to arrangedObjects.name
key path of an NSTreeController.
The ...
0
votes
1answer
471 views
NSArrayController “Content set” bound to NSTreeController issue
I have an NSOutlineView bound to a NSTreeController and a CoreData Datamodel.
NSOutlineView displays his data properly.
A NSTableView's cell values bound to a NSArrayController, displaying data ...
0
votes
1answer
282 views
NSTreeController KVO issue
I have a NSTreeController which array is bound to a "items" (custom) property of an NSArrayController subclass.
As the tree controller is not bound to the selection of the NSArrayController I need to ...
0
votes
1answer
176 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
484 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
246 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 ...