NSOutlineView init problem
NSOutlineView init problem
- Subject: NSOutlineView init problem
- From: Ken Tozier <email@hidden>
- Date: Thu, 27 Jun 2002 03:52:46 -0400
I wrote a generateTestData method for my outline data source and can't
get it to work in anything except the data source's init method. When I
put the exact same line of code in the awakeFromNib method, all I get is
an empty outline. I tried sending the outline a refreshItem message in
the awake from nib method but it still winds up empty. Also added
NSLog()'s to see what sequence the code was being executed in and the
init is called before awakeFromNib but it simply doesn't work. Anyone
have any ideas what might be going on?
Thanks
Ken Tozier
_______________________________________________
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.