View Single Post
  #3  
Old 04-12-2010, 07:20 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
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.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote