![]() |
#1
|
|||
|
|||
Unhidden Menu
How do make a vizMenu stay unhidden when you move the mouse away from it?
Also, how do you change the font size? |
#2
|
|||
|
|||
Hi Jerry,
To make the menu stay unhidden, use the following command: Code:
menu.setAutoHide(False) Code:
import vizmenu vizmenu.MENU_FONT_SIZE = 32 menu = vizmenu.add() |
#3
|
|||
|
|||
The vizmenu.MENU_FONT_SIZE method changes the font size for sub menus but not the main menu. This is strange because if I change the value of MENU_FONT_SIZE in vizmenu.py it does affect the size of the main menu text. I realize I shouldn't mess with vizmenu.py, so is there a way to change the text size of all menus from within my script?
|
#4
|
|||
|
|||
Neve mind. The problem was that I added vizmenu.MENU_FONT_SIZE = 24 after having added some menus. I guess it has to be added just after import vizmenu.
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|