View Single Post
  #1  
Old 12-02-2009, 08:34 AM
jincheker jincheker is offline
Member
 
Join Date: Oct 2009
Posts: 15
How to add a button tag?

I have created a button, but I want: when mouse over the button, it can show a text telling the name of the button. How could I implement that?

This is my original code:
Code:
button_newsim=viz.addButton()
button_newsim.translate(0.02,0.92)
button_newsim.uppicture('new.bmp')

Last edited by jincheker; 12-02-2009 at 08:36 AM.
Reply With Quote