Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlShowPersistedQuestionDialog

axlShowPersistedQuestionDialog( 
x_msgID 
) 
=> t / nil 

Description

Shows the suppressed question dialog for a specified msgId in a Virtuoso session.

This function works only for the message boxes that contain the Do not show this dialog again check box.

Arguments

x_msgID

ID of the message to be shown.

Value Returned

t

The suppressed question dialog is displayed for a specified msgId.

nil

The suppressed question dialog is not displayed.

Examples

Shows the question dialog for msgID 1234 in the current Virtuoso session:

axlShowPersistedQuestionDialog(1234)
=> t

The question dialog be shown for msgID 1234.


Return to top
 ⠀
X