Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

Form and Dialog Box Help

You can specify the appID and help symbol for forms and dialog boxes in two ways:

When a user clicks Help, hiHelp() is called. hiHelp() first checks for the hiHelpSymName and hiHelpAppName and properties. If hiHelpSymName is set, its value is used as the help symbol, otherwise hiHelp() uses the form name or dialog box name as the help symbol.

If hiHelpAppName is set, its value is used as the appID. If hiHelpAppName is not set or its value is nil, hiHelp() calls hiGetAppType() to get the application name of the current window, which it uses as the appID. If the application name on the current window is nil, hiHelp() uses dfii as the appID.

When multiple applications share forms and dialog boxes or when applications are encapsulated, you cannot rely on hiGetAppType() to return the correct application name. Therefore, you should set hiHelpAppName for all forms and dialog boxes. If one application sets this property, all other applications that share the form or dialog box should also set this property or assign it to nil before displaying the form or dialog box.

You need to set a specific set of properties to open a document in the Task Assistant interface instead of Doc Assistant.


Return to top
 ⠀
X