tree question




Hi,

I built my own custom tree by modifying the custom list code on the tree tutorial. It works great, but I want to add many rows at once, so it is said that the best way to do this is to detatch the tree view from the model, add the rows, then reattatch them. The view will then (presumably) go through the tree model and update the view. My problem is that it only prints the top most row of the tree, not any children. Does anybody know why this might be? I thought at first that it might have been a bug with one of the get_children() type functions that I wrote, but apperiently the tree view isn't even calliing these functions.

regards,
S





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]