LM.GUI.PopupDialog(label, lockOpen, msg)
Version added: before 9.5
Creates a new LM_PopupDialog object
Arguments:
| Name | Type | Description | Default | Ver |
| label | char | The text to appear on the popup dialog | < 9.5 | |
| lockOpen | bool | If true, the dialog will stay open continuously. If false, the dialog will close when the user clicks on somethign else. | false | < 9.5 |
| msg | int32 | The message to be sent when the user clicks to open the dialog | 0 | < 9.5 |
Return value:
LM_PopupDialog the newly-created popup dialog
Creates a new LM_PopupDialog object that can then be added to a dialog or toolbar.
Search results
Usage of 'PopupDialog' is found in the following scripts:
Smartbone Fixer (Original Edition) by eugenebabich
View Code
Lua Console (Original Edition) by A.Evseeva
View Code
Modified transform bone tool (Original Edition) by A.Evseeva
View Code
MR Overlay (Moho 14.1+ Edition) by eugenebabich
View Code
MR Transform Rig Tool (Original Edition) by eugenebabich
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
Morph-Lipsync (Original Edition) by A.Evseeva
View Code
SS - SVG Import (Original Edition) by simplsam
View Code
MR Tween Machine (Legacy Edition) by eugenebabich
View Code
MR Tween Machine (For Moho 14.2+) by eugenebabich
View Code