Tagged Questions

1
vote
1answer
22 views

Problem when NSOutlineView cells have same value

I have a Mac OS X application that uses an NSOutlineView with two columns: key and value, where you can edit the value column. I either have a NSString or a NSDictionary in a row. …
0
votes
1answer
32 views

NSImage leaking?

So I'm trying to duplicate the SourceView example in my app. I can generate the source list perfectly, fine. I can also expand the containers, and everything is displayed fine. How …
2
votes
3answers
203 views

Getting NSOutlineView rows to be editable

Hi, Does anyone here know how to make cells in NSOutlineView's editible? Im using the sampe code from apple and I cant seem to get it work at all. I am trying to set it up so that …
1
vote
2answers
75 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, wi …
5
votes
2answers
87 views

How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?

I'd like to have the same behavior of special items as it's done in the Things application. I mean Logbook and Trash items in the bottom part of the Sidebar: Please advise any w …
0
votes
1answer
234 views

EXC_BAD_ACCESS when using NSOutlineView

Hi, i'm trying to get a Outline view to display a directory, now I've edited the example from Apple to make it work from any directory I set, except when expanding any node I get " …
2
votes
1answer
91 views

Increase too-tight icon spacing in NSOutlineView

I'm writing a Cocoa application that displays the contents of an archive file in an NSOutlineView. I provide custom icons for an NSBrowserCell in the outline column, but I haven't …
0
votes
1answer
46 views

Automatically expanding all the children of an NSOutlineView?

I'm writing a wizard with template categories and I'm contemplating using an nsoutlineview to present the user with a hierarchical list of possible templates. However I can't seem …
0
votes
1answer
56 views

NSOutlineView — reloadItem:reloadChildren: crashing my application

Hi guys I am trying to reload a particular item in my outline view using reloadItem or reloaditem:reloadchildren function in NSoutlineView but its crashing my entire application. …
1
vote
1answer
63 views

Is there a simple way to combine a text and icon in an NSCell in Cocoa?

Hi, I'm trying to create a very simple selection list widget based on NSOutlineView. However, I'm having a hard time figuring out how to display an icon and a label right next to …
2
votes
1answer
85 views

Changing default font size for NSTable/NSOutlineView

I dont quite understand how to change (decrease) the font size for the text in my NSOutlineView. The default text is larger than most applications use for their font size. There i …
3
votes
1answer
139 views

How do you add context senstive menu to NSOutlineView (ie right click menu)

How do you add the ability to right click on a row in an NSOutlineView so you can say delete an object or some other activity. (ie Like when you right click on a folder in the Appl …
1
vote
3answers
261 views

How to select items in NSOutlineView without NSTreeController?

I'm using NSOutlineView without NSTreeController and have implemented my own datasource. What is the best way to select an item? NSOutlineView support already expandItem: and colla …
0
votes
1answer
256 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
2
votes
2answers
514 views

NSTableView and NSOutlineView drag-and-drop

I have an NSTableView and an NSOutlineView, both with their content provided by bindings, that I'd like to have some drag-and-drop functionality: Drag rows from Table A onto a ro …

1 2 next
15 30 50 per page