Re: Creating NSOutlineView programmatically

2010-03-08 Thread Zack Bartel
Thank you, Kevin. That was exactly what I was missing Thanks!! On Mar 8, 2010, at 2:37 PM, Kevin Wojniak wrote: You may need to use setOutlineTableColumn: method to set the outline column specifically. On Mar 8, 2010, at 1:07 PM, Zack Bartel wrote: Hi Everyone, I am trying to create an

Re: Creating NSOutlineView programmatically

2010-03-08 Thread Kevin Wojniak
You may need to use setOutlineTableColumn: method to set the outline column specifically. On Mar 8, 2010, at 1:07 PM, Zack Bartel wrote: > Hi Everyone, > > I am trying to create an NSOutlineView programmatically inside of an > NSDrawer. I am using the example datasource from > /Developer/Exa

Creating NSOutlineView programmatically

2010-03-08 Thread Zack Bartel
Hi Everyone, I am trying to create an NSOutlineView programmatically inside of an NSDrawer. I am using the example datasource from /Developer/Examples/ AppKit/OutlineView the "FileSystemItem". My issue is that although the root item is displayed in the OutlineView, it is not expandable and d