nmpShowDialog (Function) |
Top Previous Next |
This function will show a dialog with a number of buttons on the NMP. It can be used as a supplement to navMessageSend, as these dialogs are not saved and are shown immediately. The response is returned in nmpDialogClickReceive.
Input: type : SINT Determines the type of dialog and buttons to show.
caption : STRING The text to show at the top of the dialog. (Max. 39 characters)
message : STRING The text to show in the dialog. (Max. 199 characters)
Returns: INT
Declaration: FUNCTION nmpShowDialog : INT;
Example: INCLUDE rtcu.inc |