View Single Post
  #4  
Old 07-24-2013, 04:23 AM
CompSci CompSci is offline
Member
 
Join Date: Jun 2013
Posts: 28
Quote:
Originally Posted by Jeff View Post
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
Ok, thanks, I will give this a try.
Reply With Quote