View Single Post
  #2  
Old 07-12-2010, 05:02 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could use the alignment method on the vizinfo box:
Code:
subTalk.alignment(viz.TEXT_LEFT_CENTER)
You may also want to take a look up the vizdlg module in the Vizard docs. That will allow you to add GUIs and other elements to panels and have more control of their placement.
Reply With Quote