View Single Post
  #1  
Old 07-13-2009, 10:09 AM
Chrissy2009 Chrissy2009 is offline
Member
 
Join Date: May 2009
Posts: 33
Create Button or Text

Hello,

I want to create buttons and text in my different scenes.

Therefore I want to use the GUI of Vizard. So I right-click on the window 'resources' and choose 'Add Button'. Afterthat I enter a name and click ok.

Now the Button is created and I can use it in my Button_Event. That works fine.

But is it possible to define the scene of the button. Or if I create an text, the same way. How can I define the scene, where the button or text will be placed??

If I create the button or text directly in the code like
Code:
myButton = viz.add(viz.BUTTON)
then I can define the scene.

But is it also possible to define the scene over the gui?
Reply With Quote