Back to main index |
Attributes in [Head] section:
Type: 103
Allowed Mode: 0 (try once), 1 (try until success)
Allowed Blocking: 0 (non blocking), 1 (blocking)
Attributes in [ShowMessage] section:
ShowMessageButtons | Description |
---|---|
1 | Ok button |
2 | Ok and cancel button (single choice) |
3 | Yes and no button (single choice) |
Sample .in file: This request shows a sample message and waits until the user clicks on the yes or no button.
[Head] Type=103 Mode=0 Blocking=0 [ShowMessage] ShowMessageCaption=I am the caption ShowMessageMessage=And I am the message. Please confirm with yes or no button! ShowMessageButtons=3 |
Attributes in [ShowMessage] section:
ShowMessageResult | Description |
---|---|
-2 | Message can't be shown while the application is in option menu |
-1 | Message was not shown |
1 | Message was shown |
ShowMessageUserFeedback | Description |
---|---|
1 | Ok button |
2 | Cancel button |
3 | Yes button |
4 | No button |
Sample .out file: The message window was shown and the user clicked on the yes button
[Head] Type=103 TypeDesc=show message Mode=0 ModeDesc=try once Blocking=0 BlockingDesc=not blocking Timestamp=697856109 Id=697856062 Result=2 ResultDesc=success and request deleted ExecuteDuration=6906 [ShowMessage] ShowMessageResult=1 ShowMessageResultDesc=message shown ShowMessageCaption=I am the caption ShowMessageMessage=And I am the message. Please confirm with yes or no button! ShowMessageButtons=3 ShowMessageUserFeedback=3 ShowMessageUserFeedbackDesc=yes |
Back to main index | Top of page |