Getting data from NSOutlineView
Getting data from NSOutlineView
- Subject: Getting data from NSOutlineView
- From: goessly <email@hidden>
- Date: Sat, 10 Dec 2005 13:31:24 +0100
Hello there!
I'm looking for a way to access the values displayed in an
NSOutlineViews cells programmatically.
What I've got is the following:
id currentItem = [outlineViewDelegate itemAtRow: itemCounter];
So far so good, seems to work properly, since:
int recDepth = [outlineViewDelegate levelForItem: currentItem];
... returns valid results. What I need now, is the (string) value
that is stored in the first column (with the identifier title set in
IB), and I cannot find out how to access it.
Any hints appreciated & thanks in advance;
goessly
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden