Thread: Unhidden Menu
View Single Post
  #2  
Old 07-02-2007, 09:29 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi Jerry,

To make the menu stay unhidden, use the following command:
Code:
menu.setAutoHide(False)
To change the font size of the menu you can do the following:
Code:
import vizmenu
vizmenu.MENU_FONT_SIZE = 32
menu = vizmenu.add()
Reply With Quote