dialogs

functions
   boolean_dialog  continue_dialog  string_dialog  

The following dialogs pop up at the center of the screen and block everything until dealt with.

SEE ALSO

SymChooser , dialog


boolean_dialog

dialogs

SYNTAX

boolean_dialog("label", ["accept", "cancel"])

DESCRIPTION

return 1 or 0


continue_dialog

dialogs

SYNTAX

continue_dialog("label")

DESCRIPTION

info to the user


string_dialog

dialogs

SYNTAX

string_dialog("label", strdef)

DESCRIPTION

returns 0 if canceled and strdef remains unchanged


neuron/general/function/dialog.hel : May 13 2012