From: Roger B. <ro...@ro...> - 2003-04-05 19:29:16
|
> Instead, I changed the loop completion test as follows: > > nc=self.GetChildrenCount(item,0) > while nc>0: > l.append(child) > child,cookie=self.GetNextChild(item,cookie) > nc-=1 > > With the above change one can now expand/contract the file directory > info. But, there are some window refresh and update problems. I'm happy to change the code to the above. Let me know what you think. It would however seem that the tree widget is somewhat broken on Mac. Does the tree in the demo work correctly. The other important thing bitpim does is to change the tree contents (the demo doesn't do that). Try uploading wallpaper in the main interface and then refreshing in the tree. Roger |