Fullscreen in V3 (and pop under mouse menus ?)

 From:  Michael Gibson
4620.2 In reply to 4620.1 
Hi DesuDeus,

re: Fullscreen see here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4438.44


> Is it possible to setup my "L" key to "Lines" (with an S)
> and have the "Lines" options popup over my mouse ?

I don't think there's a way to do that exactly at the moment - right now the scriptable flyout menus are set up to pop up adjacent to some other launching button, not to the mouse.

It is possible to open up the lines command set as a dialog like this:
script: /* Pop up the lines */ moi.ui.createDialog( 'moi://commands/Lines.htm' );

But that's probably not exactly what you want.

- Michael