NXOpen.UF.Ui.DisplayNonmodalMsg

Ui.DisplayNonmodalMsg()

Refer to UF_UI_display_nonmodal_msg for documentation.

Signature: DisplayNonmodalMsg(titleString, message, posMethod)

Parameters:
  • titleString (str) – Dialog title string
  • message (str) – The message string to be displayed in the Message Dialog. Use “n” within the string if multiple lines are desired.
  • posMethod (int) – Position method: UF_UI_MSG_POS_CURSOR = the dialog’s OK button will be under the mouse cursor. UF_UI_MSG_POS_CASCADE = the dialog will be positioned diagonally accross the screen relative to other non-modal message dialogs. UF_UI_MSG_POS_BOTTOM_RIGHT = the dialog will be positioned at the bottom right corner of the graphics window. UF_UI_MSG_POS_TOP_LEFT = the dialog will be positioned at the top left corner of the screen.

License requirements: None