View Single Post
  #1  
Old 04-12-2010, 05:55 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
A couple question about GuiTreeViewCtrl

1) Can I collapse all nodes? For large trees it's annoying to have them all expanded when the tree is created. I tried:
PHP Code:
with (addnodebypath(i.name,"/")) {
  
image selectedimage 2;
  
expanded false;

But that didn't do anything. I even looped through all the nodes and used 'expanded = false' but still no luck

2) Can I delete a node?

3) How would I go about setting a custom image for a node, instead of the predefined ones?
Reply With Quote