• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Getting data from NSOutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: Getting data from NSOutlineView
      • From: goessly <email@hidden>
  • Prev by Date: Re: Can I Send Apple Events in Cocoa?
  • Next by Date: Audio & Video Capture
  • Previous by thread: Re: CoreData document based app with single source
  • Next by thread: Re: Getting data from NSOutlineView
  • Index(es):
    • Date
    • Thread