Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mkmDesign

macrumors newbie
Original poster
Feb 21, 2010
15
0
Scotland
Hi everyone. I've implemented a Source List like NSOutlineView with Core Data entities that looks like this:

one.png


I'm happy with how it looks and works but I have a problem that I'm not sure how to correct. When the app loads the first child is automatically selected, which is fine, however; when I click on another child and then start selecting any other child above it, the titles for the previously selected children disappear:

two.png


I have implemented
Code:
- (void)outlineViewSelectionDidChange:(NSNotification *)notification
but all I do in there is gather some information about the child item that was selected.

Any ideas what is causing this and how I can correct it?
 

mkmDesign

macrumors newbie
Original poster
Feb 21, 2010
15
0
Scotland
Solved

Not sure what was causing this but I've been able to resolve it by rebuilding the outline view in IB using an NSTableCellView and a label and image cell.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.