Fullscreen in V3 (and pop under mouse menus ?)

 From:  Michael Gibson
4620.5 In reply to 4620.4 
Hi DesuDeus,

> Is it possible to make the popup diseapear as soon as you
> click one of the icon ? That would be cool :)

Yup, that's possible by making a custom dialog that calls an endDialog() function whenever anything has been clicked.

If you use the attached Lines2.htm file as a dialog it will do that, if you copy this one into the \ui sub-folder then you would use this script on a shortcut key to call it:

script: /* Show lines dialog */ moi.ui.createDialog( 'moi://ui/Lines2.htm' );

- Michael
Attachments: