View Single Post
  #4  
Old 04-12-2010, 07:39 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
Quote:
Originally Posted by coreys View Post
1) If that doesn't work to collapse a node, then I don't think there is a way.

2) node_object.destroy() should work.

3) You should be able to do it the same way as with GuiTextListCtrl:
PHP Code:
with (addnodebypath(i.name"/"))
{
  
icon.clearall();
  
icon.drawimage(00"icon_image.png");

node_object.icon is a TDrawingPanel, same as rows in a GuiTextListCtrl.
I'll admit I didn't try destroy(), so I'll test that out.

Also, I did try icon.panelstuff() to no avail. I'll give it another try, though.
Reply With Quote