Plananarama and menus
Posted: Wed Apr 15, 2020 5:30 pm
Is there any way to get system menus with the Plananarama plugin?
At least this seems to end up with an error:
At least this seems to end up with an error:
Code: Select all
@MENU 1, {
{"File", {
{"Quit", ID = "quit"}}}
}
@REQUIRE "plananarama"
@DISPLAY {Width=100, Height=100, Menu = 1}
WaitLeftMouse()