I am running an Application in Fedora Core 4. In that i am having a TreeListCtrl.
It is in the expanded state at the start of the application …now if i
try to expand it after one collapse …all the child node will not be
shown…It is showing the first child only…Inorder to see the rest we
need to click on that…i am not able to understand this…It is
working very well in Windows…I tried the same in demo also…The
demo treelist ctrl is also showing the same prob…
The root node is causing the problem…Inside i have several child
treelistctrls…they r working fine…evenafter collapsing the child
treelist ctrl if we expand it all its children will b shown…
but thats not the case with the root node…
I am running an Application in Fedora Core 4. In that i am having a TreeListCtrl.
It is in the expanded state at the start of the application ..now if i try to expand it after one collapse ..all the child node will not be shown...It is showing the first child only...Inorder to see the rest we need to click on that...i am not able to understand this...It is working very well in Windows...I tried the same in demo also....The demo treelist ctrl is also showing the same prob...
The root node is causing the problem...Inside i have several child treelistctrls...they r working fine...evenafter collapsing the child treelist ctrl if we expand it all its children will b shown....
but thats not the case with the root node...
Does anyone know wat the prob is ?
Looks like not enough of the window is getting refreshed. You can probably work around this by catching the expand events and calling Refresh yourself.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!