We have tried many tree libraries and the best is k_tree. Make sure you have
version 3, it has many bugs fixed. k_tree is very well written and performs
well with large data sets of arbitrary nesting.

We have also tried adding nodes dynamically to various tree components, but
this always ends up in a mess. We have found that deleting all nodes in the
tree and rebuilding the tree seems to be the only sure fire way to get all
the nodes to display correctly. The k_tree implementation allows us to
delete and rebuild the tree in under 1 second (over 160 nodes nested 15
levels deep). We are then able to use the handy k_tree functions to scroll
the tree to display and highlight the new node.  

-p



Josh McDonald-3 wrote:
> 
> Anybody using k_tree?
> 
> I'm having some problems forcing it to redraw. When I add nodes to the
> datasource it often (usually the first few times) won't add the "+"
> expader
> button to a displayed node until it's clicked on, or forced to redraw due
> to
> scrolling etc.
> 
> Just trying to figure a workaround, and my japanese isn't that great ;-)
> 
> -Josh
> 
> -- 
> "Escalator temporarily stairs. Sorry for the convenience"
> 
> :: Josh 'G-Funk' McDonald
> :: 0437 221 380 :: [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Anybody-using-k_tree--tf3672951.html#a10839854
Sent from the OpenLaszlo - User mailing list archive at Nabble.com.

Reply via email to