Comment #2 on issue 481 by arif_rah...@ymail.com: Different picture for  
closed and opened TreeView item
http://code.google.com/p/gambas/issues/detail?id=481

You're right. Sorry, my bad. Code:

Public Sub TreeView1_Expand()
    TreeView1.Item.Picture = Picture["icon:/16/next"]
End

Public Sub TreeView1_Collapse()
   TreeView1.Item.Picture = Picture["icon:/16/last"]
End

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to