weird behavior with TreeModel

2005-06-22 Thread John Taber
Has anyone else had problems with TreeModel? 1) If I try to append rows after using TreeModel.clear(), it segfaults. 2) If I try to define a column as reorderable - it does not compile but if I put it in a loop thru all the columns it compiles okay. 3) I'm getting weird behavior when using a

Re: weird behavior with TreeModel

2005-06-22 Thread John Taber
Thanks very much for the clear explanations. It all makes sense now. Nalin Singal wrote: Sorry for breaking up the reply. Regarding the reorderable columns. When you do menuColumns.id.set_reorderable(), you are trying to set the column in the treeModel as reoderable. But actually the column