Thread: Icons
View Single Post
  #6  
Old 06-29-2009, 02:23 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
ETControl_TextList2 <--- That's your TextList Control Object

.addrow( 0, "Team Guilds") <- You calling the command "addrow" which is returning a row object

.icon <-- You are getting the object "icon" from the previous row object

.drawimage(0, 0, "block.png"); <-- You are drawing an image, "block.png" at positon x: 0, y: 0 onto the "icon" object.
__________________

Reply With Quote