The ui module provides functions for interacting with the user from jython
Displaying dialog messages and message boxes
Note:
-
The messages generated by these functions will only be displayed if there is an attached client session to the jython context.
-
For example when a user triggers an event from the client, an event containing a message box will be able to display that message to the user
-
A web interface triggering the same event would not display the message as there is no attached client session to a web call
-
All messages are non-blocking
|
Function |
Parameters |
Return Value |
Description |
|
dialog_message |
message_id: ID of a dialog message from table 428 |
|
Displays a dialog message to the user |
|
message_box |
message: The text of your message box
caption: An optional caption for your message box. When the caption is None the system title is used. ole_id: The ID of an OLE from table 031 to display as icon for the message box
|
|
Displays a message box to the user |