Jump to content

Recommended Posts

Posted

I am trying to set up a cui file on a network for every user in the office. I'm experiencing a couple of problems with that.

I initially set up a partial cui for the specific user. I tried unloading it using cuiunload and it works initially however whenever I close CAD and open it back up the menu loads again. Thinking it might be a LSP problem I went into the file and found the menuload command that was referencing to the partial menu and deleted that section from the LSP. Even after I did that however when I fire up CAD somehow the partial file still loads.

So in a nutshell my problems are:

-properly removing the partial cui

-properly scripting the LSP

-linking the network CUI file as an enterprise CUI

 

By the way I was using a method found in another thread to load the cui

 

(defun dsf09Menu (/)

(and

(not (menugroup "dsf09"))

(findfile "P:\\CAD2009CUI\\dsf09.cui")

(command "_.menuload" "P:\\CAD2009CUI\\dsf09.cui")

) ;_ and

(and

(menugroup "dsf09")

(menucmd "p30=+dsf09.POP1")

) ;_ and

) ;_ defun

(dsf09Menu)

 

Help would be greatly appreciated.

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...