NSOutlineView problems
NSOutlineView problems
- Subject: NSOutlineView problems
- From: Rick Bischoff <email@hidden>
- Date: Thu, 17 Jun 2004 21:53:09 -0500
Hello all,
I have a realllly simple app at the moment, trying to get an
NSOutlineView to work correctly; I setup the nib, connected the
datasource and delegate, but it never seems to be calling the accessor
methods
(outlineView:(NSOutlineView*)ov numberOfChildrenOfItem:(id)item, etc,
etc, etc)
I know this because I placed NSLog(@"you are now in this function"); at
the tops of each of the datasource methods-- to no avail. Also, on my
Controller, I checked to see if the outline view pointed to the same
object as my datasource and it does.
Any ideas? (10.3.4)
Rick Bischoff
Blog, and home for some MacOS X apps --
http://rickjr.org
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.