Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | dialog.show SEARCH    

  Functions
dialog.close
dialog.html
dialog.isVisible
dialog.show
dialog.text

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
dialog.show

Language: MioScript
Product: MioFactory


Syntax

dialog.show()


Parameters

None.


Return value

No value is returned.


Description

Shows the latest dialog box.
Use this function if you need to display a dialog box again, for example if a value must be changed by the user.

This function works with the dialog boxes created with dialog.text or dialog.html, and with dialog boxes created from JavaScript.

See also: dialog.close




MioScript Sample Code

dialog.show()