ShowWarningDialog
This method is used to give warning message while post processing.
The difference from “WriteWarning” method is that, the warning message is given in the popup window, displayed during post processing. This method gets two parameters of string type. The first parameter is the warning message, econd parameter is the title of the pupop window. You must write the expressions in quotation marks.
Example usage: ShowWarningDialog (“Cutter Compensation Is Activated”,”Cutter Compensation Warning”)
Here, “Cutter Compensation Is Activated” is the warning message, ”Cutter Compensation Warning” is the header of the popup window.