NSOutlineView is a subclass of NSTableView that uses a row-and-column format to display hierarchical data that can be expanded and collapsed, such as directories and files in a file system. A user can expand and collapse rows, edit values, and resize and rearrange columns.
0
votes
0answers
31 views
NSOutlineView selected item move
I have an NSOutlineView which has two groups and select one item when init. When I click HeaderCell and let one group collapse and the other expand, the selected item moves to the next group. Why does ...
0
votes
0answers
16 views
NSTableCellView indentation and background
I have an NSOutlineView with a transparent background in which I use indentation and background images in the cells. But when the cells are indented, their background images (accomplished via ...
0
votes
1answer
14 views
Make new entry for NSOutlineView focused and editable
When a new item is created in the NSOutlineView, I would like to have the item selected and editable, I'm currently using the following code within my NSOutlineview delegate/datasource, the new item ...
0
votes
1answer
31 views
Custom NSTextFieldCell for NSOutlineView
I am wondering how to draw a NSTextFieldCell like the one in NetNewsWire.
I have already subclassed a NSTextFieldCell for the group cell and specified it in my PXSourceList's dataCellForItem.
The ...
0
votes
1answer
24 views
Hide show/hide button in source list ( a view based outline view)
how to hide show /hide button (edited as expand here). even i set it as empty string ,the border for the data cell shrinks as shown in image. previously i used the method - ...
1
vote
1answer
29 views
NSOutlineView viewForTableColumn: non-inherited method not documented
I've seen reference to outlineView:viewForTableColumn:item: in an NSOutlineView's delegate. And I've got a Mac app where it's being used and called by Apple code (I can put a breakpoint in the ...
0
votes
1answer
32 views
NSOutlineView scroll animation is not working
I want to remove the NSOutlineView's show/hide button.So,I override the NSOutlineView and get the mouseDown event.The follow is the code.
-(void)mouseDown:(NSEvent *)theEvent
{
...
0
votes
2answers
23 views
NSOutlineView crash on error EXC_BAD_ACCESS code=13
I have NSOutlineView with custom cell named ListCell. I set label and icon to my custom cell. Then NSOutlineView crash on error exc_bad_access code=13. Do you have any idea, how to repair it? Thx for ...
0
votes
1answer
23 views
Adding label elements to NSOutlineView
I have an NSOutlineView set to work with a datasource. I have no problems displaying my data, except for a small detail: label branches.
I need to display branches in my tree that are there simply as ...
0
votes
1answer
62 views
NSTreeController/NSOutlineView loses its selection
I'm developing a desktop Cocoa application. In the app I have a view-based NSOutlineView binded to an NSTreeController:
The NSTreeController is in entity mode and driven by Core Data. Everything ...
0
votes
2answers
69 views
How to add child elements for the parent in NSOutlineView [closed]
I'm using NSOutlineView in my cocoa application. Here in this I'm able to add the parent names but I"ve got stuck in adding the child elements to it.
-(void)SplitView
{
_topLevelItems = ...
0
votes
0answers
30 views
Add submenu for the menu in view based NSOutlineView
I'm new to this cocoa development. I'm able to add menus in it, now I want to add submenus for the menu in view based NSOutlineView
-(void)SplitView
{
_topLevelItems = [[NSArray ...
0
votes
1answer
17 views
EXC_BAD_ACCESS when trying to set NSScrollView from NSOutlineView selected row item
I have an NSOutlineView and NSScrollView in a window, i set it up so every row in the outline view has an item MCMBlock (subclass of NSViewController) :
- (id)outlineView:(NSOutlineView *)outlineView ...
0
votes
1answer
33 views
Can you pass a TreeController between views?
I have a standard Master-Detail Interface and I'm using Coredata and cocoa bindings.
The Master list uses a NSOutlineView and a NSTreeController, these items remain static but different details views ...
1
vote
0answers
41 views
Customize NSOutlineView row editing
I' ve a NSOutlineView configured as SourceList. When I double click on a row this become editable and I want to modify the apparence of that TextField (or NSTextView?). Anyone know how to do that? ...
1
vote
1answer
26 views
How to get an specific item in a NSOutLineView?
I am currently playing with the SourceView example from Apple.
As a task I wanted to change the menu at the bottom of the application into a context menu on right click. Now I have implemented a ...
1
vote
0answers
48 views
How to drag and drop mp3 songs in the playlist
I am developing a mac desktop based application, Created some playlists using NSOutlineView. I know how to drag and drop in NSTableView, But i don't know how to drag and drop in the playlists ...
1
vote
0answers
38 views
NSOutlineView/NSTreeController not releasing all model objects after removing them
I have a very basic app: a window with an NSOutlineView bound to an NSTreeController. The outline view displays a simple model object (TCCard). I added two buttons so that I can add and remove model ...
1
vote
1answer
80 views
How to set background color while selecting row of NSOutlineView
I am having a big problem and not able to solve it.
I have an NSOutlineView which contains a NSButtonCell which is bound to arrayController from there it is setting its Title and based on some value ...
0
votes
1answer
38 views
Get sum of values from core data attributes displayed in an outline view populated from a tree controller
I am attempting to learn more about creating apps for OS X and have run into an issue that google has not been able to provide an answer for. The example app I am creating is an RSS reader. I have ...
0
votes
2answers
42 views
How to merge cells in NSOutlineView
I have an NSOutlineView that contains multiple columns.
How can group node's cells be merged so that i use the extra space for node title?
For example, i have "name", "height", "weight" etc. columns ...
0
votes
1answer
35 views
NSOutlineView how to connect context menu to the delegate
To show a context menu on right click of an NSOutlineView you have to subclass it and override:
- (NSMenu *)menuForEvent:(NSEvent *)theEvent {
NSPoint pt = [self convertPoint:[theEvent ...
0
votes
1answer
20 views
Use a transparent image on top of the standard background color of a View
I' ve a NSOutlineView with a custom background color set with setBackroundColor: method. After that I wan' t to draw a transparent image on top of that background color. I tried with layer but it don' ...
0
votes
2answers
42 views
NSOutlineView: How to have different custom color for item with and without child?
I've a custom subclass of NSOutlineView that use a TextFieldCell as cell. Some items that has child (that represents a group of child).
I want to have a custom color for the items with child and ...
0
votes
1answer
50 views
Modify color of NSOutlineView in code
I' ve a subclass of NSOutlineView that use View as cells (I use a TextField). The problem is that i Can simply change the color of the row in IB changing the TextFieldCell color but I can' t do that ...
0
votes
0answers
51 views
NSOutlineView Not load child
I make a simple project for my problem OutlineTest
I make a document cocoa project with 2 XIB.
The first is tryDocuent and the second tryViewController.
I put an NSOutlineView in tryViewController and ...
0
votes
1answer
63 views
Saving a couple levels of indentation off of an NSOutlineView
I have an outline view where I don't want to indent the top couple levels (they have a distinctive appearance anyway), but I do want to indent subsequent levels. How can I do this?
I've tried ...
0
votes
2answers
51 views
Incorrect margins on NSOutlineView SourceList view
A problem that has vexed me ever since Lion was released is the margin/indent on row items of the preformatted NSOutlineView view-based "SourceList" control. Despite all of my best attempts to correct ...
0
votes
0answers
47 views
Can not edit Textfield in view based NSOutlineView with SourceList Style but not selectable
I've got an view based NSOutlineView with Highlight set to "Source List" as I want my OutlineView look like this. In my Cell View there is a Checkbox Button, a Textfield and some more views.
The ...
3
votes
2answers
102 views
Create Xcode-like Outline View header
OK, this what I'm trying to replicate :
I suppose that is an NSOutlineView - a "Source List"-type one actually.
I'm used to be working with NSOutlineViews with ImageAndTextCell.
Is it a ...
0
votes
1answer
72 views
How to display a list of files in a Cocoa app?
I am making an OSX Cocoa application in Xcode. I want to have a panel on the left side of the app that displays a clickable list of the files in the given folder and when the user clicks on one that ...
0
votes
1answer
111 views
View-based NSOutlineView with custom selection style
I'm implementing a tool very similar to the built-in plist editor in Xcode. The only thing missing is the custom highlighting when a row is selected (see attached image). What's the proper way ...
0
votes
0answers
13 views
Synchronize Tabs with Sidebar/OutlineView
OK, so here's my setup :
Tabbed-layout (using an NSTabView)
A sidebar with an NSOutlineView
Tabs represent documents, so are the entries in the Outline View (using NSOutlineView Delegate and ...
0
votes
1answer
78 views
Reloading NSOutlineView frequently causes crashes
In my application I want to search for the files in the mac and if I got the files I need to reload the NSOutlineView with that file. If I reload the items in the NSOutlineView frequently it causes ...
0
votes
1answer
43 views
How to disable unselect row in NSOutlineView
I have NSOutlineView and I don't know how to disable unselect row in it. It's problem when I click into NSOutlineView where isn't any cell, selected row is unselected. Is there any way, how to keep ...
0
votes
0answers
33 views
NSOutlineView or TableView - should I cache custom row views
I'm providing custom row views in the datasource for an NSOutlineView.
Things work fine when I simply return a newly created row view when this method is called, but not so well when I cache the ...
0
votes
1answer
73 views
NSOutlineView: 'outlineView: heightOfRowByItem:' vs. animating row height
I have NSOutlineView with rows of variable (in runtime) height. It's simple to change the height immediately with outlineView: heightOfRowByItem: method in delegate. But I want to animate row height ...
0
votes
1answer
125 views
Setting up a NSTreeCcontroller for a NSOutlineView using CoreData
My Model looks like this:
In my test project, I have the following two methods:
- (void) addChildWithName:(NSString*)name toParent:(Item*)parent
{
static NSUInteger count = 1;
Item* ...
0
votes
0answers
30 views
NSOutlineView Group spacing
I'm working on a NSOutlineView (SourceList) and want the replace the current styling with my own to get a better look for my app. I've changed the default header and content cells with custom ...
0
votes
1answer
151 views
How to position NSPopover
I have an OSX application that uses NSViewController to swap in-out views in my NSView. One of the views is a NSOutlineView. I now want to have a NSPopover appear when the user double-clicks a row in ...
0
votes
1answer
67 views
nsoutlineview: right click without invoke “selection did change” delegate method
as the official "DragNDropOutlineView" sample project,
if i have already selected an item,clicked right button for menu,the right clicked item
will be selected & marked with a blue border,but ...
0
votes
1answer
53 views
NSOutlineView: click to edit doesn't select text
I have a view-based NSOutlineView, and I'm working on making items editable. If I click on an item to edit it, it starts with the insertion point where I clicked, rather than selecting the whole text. ...
5
votes
2answers
162 views
Contextual menu on only certain items in a “Source List”
I have a window with a Source List (NSOutlineView). My source list has just two levels. Level one is header and level two is data. I want to have a contextual menu on some of the data cells. Not all.
...
1
vote
1answer
52 views
Strange behavior with Apple SidebarDemo
I have to add a source list (à la iTunes) to my Mac application. For that, I try the (SidebarDemo from Apple). It works fine. I added a button in this demo to demonstrate the effect of the reloadData ...
-1
votes
1answer
88 views
NSOutlineView Fault
In my Application I have a NSOutlineview which is getting refresh too frequently, and crashing , getting following stack trace
Exception Name: NSInternalInconsistencyException
Description: (null) ...
0
votes
1answer
42 views
NSComboBox with bindings to NSTreeController
I have a NSTreeController/NSOutlineView with children and a NSComboBox. I would like to only show the top level objects in the combobox and not the children. Can't figure out how to do this. Any ...
0
votes
0answers
103 views
Issue with selection of NSTableView and NSSearchField
I have a NSTableView, NSOutlineView and NSSearchField. Any change of text in the search field or selection in the NSOutlineView will trigger a reload of data in the tableview. I have connected a data ...
0
votes
1answer
34 views
Maintaining focus or first responder state of NSOutlineView
I have a subclass of an NSOutline. When it loses focus, the disclosure triangle of a selected row changes from its inverted template form (white) back to black. I don't want this to happen: I want ...
0
votes
0answers
68 views
why pop up button cell returns nil
I'm using a pop up button cell with outlineview, and bound the cell's selected index with a tree controller.But first time you choose a selection in the cell, it aways set my object's binded property ...
0
votes
2answers
225 views
NSOutlineView expand / collapse animation from code
i'm wondering how does one animate the expansion/collapse of an NSOutlineView's tree node from code ?
// this works ok but doesn't animate
NSTreeNode *node = [self.outlineView ...


