Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

toolbar with buttons linked to block styler

Status
Not open for further replies.

EngProgrammer

Aerospace
Joined
Jan 14, 2015
Messages
150
Location
US
Dear Forum.

Can someone please help me with setting up a toolbar with buttons linked to block styler ui's? I know how to create nxopen dll and a block styler dlx. But, how do I stack these with a toolbar?

Thank you.
 
In Customize you can assign an action, including NX Open programs, to a user-defined Toolbar/Ribbon icon. What version of NX are you running?

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.
 
Hi John. I've develop KF apps when KF was first integrated with UG V17. I am now using nx9 and I recall briefly that there is a special folder with sub folders of application, startup, and dfa. But, the specific details of the file structure and contents escape me.

 
Yes, you need to set the environment variable:

UGII_KF_USER_CLASS_DIR=<path to the folder with your KF files>

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.
 
What about having several buttons on a toolbar? And these buttons hooked to dlxs and dlls? Where in the ug docs does it specify the setup and contents of the folders?

 
When you assign an 'Action' to a toolbar/ribbon icon, you can include the full path to the executable file and therefore it does not have to be any special place.

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top