Re: enabling drag and drop in nsoutlineview

2008-04-11 Thread Stephane Huaulme
fixed: my outlineview datasource outlet was not connected! On Apr 11, 2008, at 3:12 PM, Stephane Huaulme wrote: note that i did register my drap and drop type in awakeFromNib, and that code does get executed: [outlineView registerForDraggedTypes:[NSArray arrayWithObject:myAgendaNodeTyp

Re: enabling drag and drop in nsoutlineview

2008-04-11 Thread Stephane Huaulme
note that i did register my drap and drop type in awakeFromNib, and that code does get executed: [outlineView registerForDraggedTypes:[NSArray arrayWithObject:myAgendaNodeType]]; however, the following proc: - (BOOL)outlineView:(NSOutlineView *)outlineView writeItems:(NSArray *)items t

Re: enabling drag and drop in nsoutlineview

2008-04-11 Thread Corbin Dunn
On Apr 11, 2008, at 12:11 PM, Stephane Huaulme wrote: i used the abstracttree sample project step by step instructions, and i get it to work as expected except when it comes to drap and drop. comparing the nib files between my implementation and the one that comes in the sample code, i can'

enabling drag and drop in nsoutlineview

2008-04-11 Thread Stephane Huaulme
i used the abstracttree sample project step by step instructions, and i get it to work as expected except when it comes to drap and drop. comparing the nib files between my implementation and the one that comes in the sample code, i can't see anything different. i do expect the drap and drop