Thread: User-Interface
View Single Post
  #21  
Old 02-15-2005, 09:08 AM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
More questions:

4. In the help-file you describe how to add a label to the screen with the stage of vizard.

But as it works it seems also to be possible to add text to the screen with

text = viz.add(viz.TEXT3D, 'World Text',viz.SCREEN)

Is this correct or is it not recommended to do this (it is faster than going through the stage...)

5. Is it possible to change the label of for example radio buttons in the vizinfo-Objects?

radio.message(showSizeAsLabel) did not work.
Reply With Quote