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.
<< Back to LM.GUI