Changing Banner Menus
You can change the banner menus in the Simulation window by creating a copy of the simui.menus file and make required modifications required in it. The simui.menus file is located at
<install_dir>/tools/dfII/etc/tools/menus/simui.menus
The beginning of this file explains the syntax for menu definitions.
Place a copy of the file at the following location:
<install_dir>/tools/dfII/local/menus/simui.menus
This location is for site customization. You can also put menus/simui.menus in
- The work area (if there is any) or the current working directory
- The project area (if TDM is in use)
- Your home directory.
Add the definition for the appropriate callback function and associated code to the appropriate SKILL files.
You can also add menus by using the SKILL hi calls.
Return to top