Thread: table issues
View Single Post
  #4  
Old 05-07-2008, 09:55 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the setPosition() command on your panel to place it on the left side of the screen. By default the panel is aligned to its upper left corner, so you can place it on the left side of the screen by using the following code:
Code:
panel.setPosition(10,500)
Reply With Quote