NX85 - ON-OFF Button on Toolbar ?
NX85 - ON-OFF Button on Toolbar ?
(OP)
Is there a way to define an ON-OFF button on a user toolbar (like i.e. the "Clip Work Section" one) ?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
NX85 - ON-OFF Button on Toolbar ?
|
RE: NX85 - ON-OFF Button on Toolbar ?
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: NX85 - ON-OFF Button on Toolbar ?
I think it is possible because we use it
we have a MEN file (MenuScript) that uses something like:
TOGGLE_BUTTON identifier
LABEL label
MESSAGE tooltip message
BITMAP bitmap file
VALUE Default value (OFF or ON)
ACTIONS Action definition
that's for Initial configuration. In the custom Action (e.g. Journal) you could use "NXOpen.MenuBar.MenuButton.ToggleStatus" to control the Status. (I don't use it)
regards,
SchellenbergJ