AutoCAD Visual LISP / AutoLISP :: Trying To Load Express Tools CUI Twice
Mar 8, 2012
i had my enterprise CUI working fine, and then one day it blew up and now everyone gets an error that autocad is trying to load acetmain.cui but it's already loaded. do i need to load acetmain.cui as a partial cui? i figured that i did, but then why does acad try to load it twice?
so i have the enterprise cui loading the acetmain as a partial. when the users log in, the enterprise cui is in loaded AS their enterprise cui in the Support Paths but then they load their own custom cui as the Main cui on their individual workstations. THIS cui ALSO is loading the acetmain. i think that's where the conflict is.
if that's the case, should i just give out instructions on how to remove the acetmain from their personal "custom" cui? it seems that if i take acetmain out of the enterprise cui, that the entire menu disappears from teh individual workstations.
View 1 Replies
ADVERTISEMENT
Oct 11, 2011
MDT had its own express tools that someone had programmed some awesome file management tools into.i want to get access to these to do some large scale xref re-mapping (changing file paths) to sort an issue with file links now that we have a new cad server up and running.
i am not against doing some programming myself or scoring some of our great forum contributions to put this together if it hasn't been done yet, it just seems a waste that someone had done an absolutely beautiful job of doing this already, maybe we can track it down again?.URL....
View 2 Replies
View Related
Dec 22, 2011
I would like to turn off the express tool visiblity in the menu bar. I have turned them off in the CUI. (in all workspaces, I have removed the aecmain.lsp witch i see loads into the toolbar, I have unloaded the partial cui and reloaded). If I set the workspace to one which it is turn off it goes away. Problem is that when I open again "its back". Is there another place that I don't know about that controls?
I "do" want to load the express tools. I don't want them to show in the menubar nor the ribbon. I want to allow command line or custom menu macro to call. I was able to do this in 2010.
View 2 Replies
View Related
Aug 12, 2003
I am able to use the menuload command to load the express menu, but when I try to execute one of the express tools. AutoCAD say invalid command, there was something on the website that said to type express tools at the command prompt, but when I do that, too it says invalid command.
View 5 Replies
View Related
Sep 19, 2012
I have problem with my Autocad 2011,It always showing a message "unable to load acetauto.isp/fasload failed"
View 1 Replies
View Related
Mar 7, 2012
I am trying to use LISP to justify text using TJUST express tool. I have different layers I need to justify differently - current code causes the error "extra cdrs in dotted pair on input". Or a better way to do it???
(setq N 0 ctext nil) (repeat (sslength ss) ;
begin loop (setq ctext (entget (ssname ss N)))
(setq clayer (cdr (assoc 8 ctext)))
(cond ((= clayer "LABELS")
(setq flag "Start") );
[Code]....
View 3 Replies
View Related
Oct 30, 2005
When using the express tool Burst, Invisible attributes are now visible. How does one modify the routine so that the invisible attributes are deleted.
View 3 Replies
View Related
Oct 11, 2011
I meet problem with autocad OEM, I don't know how to load arx in autocad OEM, I'm using visual stuido 2008 sp1 for building example arx and then i will load it in autocad OEM. I use command "arx" to load it, but it not work.I have a list arx files, i want it auto load list arx files when i start autocad OEM.I can't the way for it. i'm using AutoCAD OEM 2011.
View 5 Replies
View Related
Sep 24, 2012
I just loaded AutoCAD 2013 and have loaded Express tools but can't access the tools.
I get a message when I open dwgs "**Express Tools** - Unable to load acetutil.arx"
In fact I can't load any .arx files.
View 9 Replies
View Related
Mar 26, 2012
How to get the 'Shape to Block' command to work (under express tools).
It says select object, but no matter what object I select eg. circle, pline or line, it says invalid selection. I am running AutoCAD 2012. Are 'shape' objects somehow different from any other objects?
View 1 Replies
View Related
Jun 20, 2011
A lot of the LISP routines we use turn off all snaps except the "nearest" snap when the routine is complete.
I draw with 6 out of the 10 snaps on (not the nearest).
LISP routine that loads specific object snaps?
View 9 Replies
View Related
Mar 13, 2012
I open the drawing without loading the function, when I modify an object with the reactors appears the following error message:
function definition: NAMEFUNCTION
You can avoid this annoying message without removing the persistent reactors?
View 3 Replies
View Related
Aug 23, 2011
We have stored lisp in fileserver which 30 users can access it. Now a day some users have getting the ‘failed to open project’ error after load the Lisp due to this they r also not getting most of the commands. The full rights have been given to appropriate folder which contains (Autolisp application source file, .vlx, Autocad VBA source). It has working for limited users (8-10 users).
Server OS: Windows server 2008
Note: Previously we had used windows server 2003.
View 1 Replies
View Related
Feb 29, 2012
How to save my workspace and load onto another machine? Both systems are running AutoCad 2011 and may soon change to 2012.
I figured out how to customize the ribbon and panels, and I even customized my shortcut menus. I then created my Workspace and "Saved As". Now how do I get this workspace loaded onto my Laptop with a seperate AutoCad License?
View 3 Replies
View Related
Sep 14, 2012
If my windows login name is HSIMPSON and i have created HSIMPSON.lsp in a Supported Directory, how do I load that Lisp file via the command line?
I have tried:
(load "loginname")
but that doesn't work because the 'load' command seems to want an explicit name, not a variable name.
View 5 Replies
View Related
Aug 23, 2011
I am wanting to get a separate block to load if a third number is entered when prompted. If enter is hit or only 2 of the numbers are entered, load the other block. I couldn't even get it to do right by even equaling a specific number.
View 8 Replies
View Related
Aug 2, 2012
I'm working with our new copy of AutoCAD 2013 and using the Visual LISP IDE to create code. I also have an AC2009 machine right next to me for other tasks. On the 2013 machine when I click the "Load Active Edit Window" button it switches to the console screen but there are no messages printed like:
$
; 37 forms loaded from #<editor "C:/LISP/My-Lisp.lsp">
_$
This of course is making it extremely difficult to debug. I have checked the environment settings and they are exactly the same on each machine. The AC2009 machine prints the messages but the AC2013 machine is just giving me a blank console screen.
View 1 Replies
View Related
Jul 11, 2012
I installed express tools with ACADE abd ACAD, some of them don't work, example:
_.sysvdlg Unknown command "SYSVDLG". Press F1 for help.
other commands missing:
arctextx, txt2mtxt,mocoro,dimex,dimin,qlattach
View 4 Replies
View Related
Oct 21, 2011
I am using AutoCad Civil 3D 2012, with windows XP, and when I type "extrim" at the command line, I get this:
Command: extrim
"bad argument type: listp #<SUBR @2f9669b0 BONUS_ERROR>"
There are also a few other express tools that when picked from the ribbon menu, do not work either. Now, I have seen elsewhere on the web that in this case, you should make sure there are no search paths set to R14 Bonus tools (which mine aren't), or repair and update express tools from add/remove programs in the control panel. I did this, and the only thing that happened was the numbers after SUBR@ changed.
View 3 Replies
View Related
Jan 5, 2011
My application works with function it acet-ss-drag-moves of Express Tools. Can I distribute AutoCAD Express Tools with the program of Installation of my application?
This to guarantee that Express Tools will be with the user's AutoCAD. If this is possible what document should I use?
View 1 Replies
View Related
Mar 10, 2011
I had express tools loaded, but now I have a problem. I try downloading Auto CAD True View, but did not get it to work, since then I have been getting unknown Command "txt2mtxt" now none of my commands work. I try auto cad repair from the install program and it still does not work.
View 1 Replies
View Related
Jul 12, 2012
Is there a lisp that will allow me to do a continuous dimension, but will alternate the dimension position from low, high, low and high? If there is no lisp already created, how to create one?
See Continuous dimension attachment for example.
I work at a glass and glazing company and this is how we dimension mullion width and DLO. See typical window dimensioning attachment for window elevation with dimensions.
View 6 Replies
View Related
Nov 14, 2013
I have a list ("temp.dwg" "temp2.dwg") and would like to add the string "insert text here" into each item in the list resulting in ("insert text heretemp.dwg" "insert textheretemp2.dwg"). how would i go about doing that using LISP?
View 2 Replies
View Related
Oct 7, 2013
Is there a way to programatically set a visual style before a drawing actually opens?
We have some huge models and people seem to forget to change their visual styles back to 2D wireframe before saving and exiting drawings. Some models will crash on some workstations when trying to open in a rendered mode.
I found a lisp with a function that looked to set viewport visual styles. But it does not seem to be supported anymore. --> (vla-put-VisualStyle vport 1)
View 9 Replies
View Related
Oct 11, 2012
I'm trying to write a lisp routine that, when I invoke the mleader command, osmode is set to "nearest" & orthomode is set off. I then would like the original settings to be returned.
attached is what I have written so far:-
View 4 Replies
View Related
Jun 20, 2013
Lisp that switches back on Selection Preview i.e. thickens and highlights lines when you hover over them?I don't know why, but they are always unticking the boxes.
View 4 Replies
View Related
Aug 10, 2012
I have the express tools loaded and it shows in Autocad. But when I try to use a command it says unknown command. I have tried unloading and loading the express tools many times but the commands in express tools aren't working.
View 9 Replies
View Related
Jul 11, 2013
My question is: Why certin AutoCad files, I'm not able to draw lines?
I'm in model space. I can move objects. I can even erase/delete things. But I'm tring to edit this shop drawing, i need to add some details, so i need to draw some lines. I use the "l" command. Select my 1st point, then 2nd point. It doesn't work? The Command line keeps saying: Specify next point or [Close/Undo]. But no lines are getting drawn. i finally have to hit escape to end the line command but no lines have gotten drawn. its the same thing if i draw a square or circle. (Not sure if you need to know this but these are my companies files created by a former employee of my company using our own AutoCad. So, i would think if he's locked this file somehow, i should be able to unlock it.)
View 2 Replies
View Related
Jun 26, 2004
i m trying to move arc text from one location to other but i cannot move it..
View 4 Replies
View Related
Aug 2, 2012
All my plain AutoCAD seats are running their Express Tools correctly but the AutoCAD that comes with Inventor will not.I have ET partial loaded in my custom menu, just like the plain seats, and it shows up in the pull-down menu and the ribbon but when i pick on any of the tools, it says "Unknown command."
View 6 Replies
View Related
Dec 3, 2012
When I search on Express Tools in the Help section I am told to type EXPRESS TOOLS int the Command Line. That produces the error msg. no such command.
View 2 Replies
View Related