
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear VRED Users,
I'm having problems with the vrMenu.
1. By default it is black. How do I get it to be transparent? (attachment 01)
-> If I turn "setAlpha(1)" to for example "menu.setAlpha(0)" the black dissapears, but with it my menu 😄
- the background of the html is set to "none"
2. Some Outlines do not appear until you re-enalbe the the checkbox that turns on the opacity of the tabel via javascript. (attachment 02)
-> Some do not appear at all...
3. The dropdownmenu appears somewhere random!? (attachment 03)
Everything works just fine in Chrome...
Version 2018.3
This is the script:
menu = vrMenu(1,1,1)
menu.setUrl("C:/some/path/vrMenu.html")
menu.setPosition2D(0,50)
#menu.setAutoResize(0.00058)
menu.setAlpha(1)
menu.show()
menu.setWindowResize("vrMenu", 400, 970)
Solved! Go to Solution.