Utilities: New function „Command Control“
Version 8.0.1.0
GENIUS TOOLS Command Control allows you to hide or deactivate commands in the Creo Parametric ribbon.
The configuration option gtu_command_control_configuration defines, which commands are to be changed. The value of the option has the following syntax:
NAME_1:MODUS_1|NAME_2:MODUS_2|NAME_3:MODUS_3
NAME_x is a Creo Parametric command name.
MODUS_x can take on one of the three values: UNAVAILABLE, INVISIBLE, DISALLOW.
Example: The following configuration options hide the two commands "Automatic check-in" and "Change working directory":
gtu_start_command_control=1
gtu_command_control_configuration=ProCmdMdlTreeWfChkInExp:INVISIBLE|ProCmdSessionChangeDir:INVISIBLE.