PLANTA customizer APIs JythonAPIs Current: utilities - ui utilities - ui Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar. The ui module provides functions for interacting with the user from jythonDisplaying dialog messages and message boxesNote: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 userA web interface triggering the same event would not display the message as there is no attached client session to a web callAll messages are non-blocking FunctionParametersReturn ValueDescriptiondialog_message(message_id)message_id: ID of a dialog message from table 428Displays a dialog message to the usermessage_box(message, caption=None, ole_id=None)message: The text of your message boxcaption: 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 boxDisplays a message box to the user Page: Jython API (PLANTA customizer) jythonapi ×