View Single Post
  #3  
Old 07-23-2013, 12:49 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You might want to look into wxPython or another Python add-on that's used for creating GUI applications to create a textbox that scrolls. Vizard's textbox does not support that functionality.

The command index (Help->Command Index) documents the commands available on node3D objects.

For text font/color:

<node3d:text3d>.font
<node3d:text3d>.fontSize
<node3d>.color


For button image:

<node3d:GUI:button>.downpicture
<node3d:GUI:button>.uppicture
Reply With Quote