Fullscreen in V3 (and pop under mouse menus ?)

 From:  Michael Gibson
4620.8 In reply to 4620.7 
Hi Luis,

> is it possible to create a frameless moi dialog window?
> kinda like the the way the fullscreen window works...

Right now there is no way to turn off the title bar for a dialog - dialogs are mainly meant to have titles and flyout menus are the ones that do not have a title on them.

The only thing you can control for a dialog frame right now is if it has a resizeable outer border or not.


> also, how can I change the border of a flyout menu...seems like
> the outer frame with rounded corners and white bkg is controlled by Moi.

This is one of the few remaining border-type things that is still image based - the border comes from the image FlyoutBorder.png or FlyoutBorder2.png in the \ui subfolder.

At some point that will get converted to be procedurally drawn instead. But it's actually drawn around the outside of the HTML frame by MoI itself and not the HTML engine.

- Michael