‎2008 May 21 10:38 AM
how to refresh tree in docking container and how to add pushbuttons in docking container.
any help will be awarded for sure .
‎2008 May 21 10:49 AM
you can not refresh a tree-control.
what you can do is: Clear all nodes of your tree,
build your node-table new, and add it to the tree.
then process the tree again.
instead of clearing all nodes and adding the modified ones again, you can as well use the method update_nodes_and_items.
the method name of a normal tree control may vary a bit since i always use list-tree-controls.