Jump to content

CUIx: Display Partial Customization Files (CUIx) in different profiles


Recommended Posts

Posted

Hello,
I need your help with the CUIx (Partial Customization Files) file. I have created Partial Customization Files and when I load it, I don't know how to make it show up in any user profile´.

I want to create a Bundle Addin and provide everyone in the ouer company, but everyone has a different profile and there is a problem with the display CUIx file (Ribbon).
Bundle xml will ensure CUIx is loaded but not displayed in different users profiles.

For each users PC, I can set the ribbon display in Customize Workspace in acad.cuix but it's a lot of manual work.

I hope my description is sufficient

Michal J.

Posted

You can load custom cuix via lisp. So you could unload and reload in a different profile.

 

Not sure if this will say loaded or not as I don't have multiple profiles to check against.

 

(setq Menu_Path "C:\\CAD-TOOLS\\") ; Path to Menu file
(setq Menu_Name "CAD-TOOLS") ; pop menu to load
(setq Group_Name "xxxMENU") ; groupname assigned in .mnu or .mns file

(if (menugroup menu_Name)

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...