Method: doDialog
This displays the dialog box and waits until the user clicks OK or Cancel.
bool doDialog(title, message);
Parameters | ||
---|---|---|
Name | Expected Type | Description |
message | String | The descriptive message for the dialog box |
title | String | The title for the dialog box |
Returns true if the user clicks OK, false for Cancel.