Search the Community
Showing results for tags 'load'.
-
Hello, Someone can help with the following: In a job I have different multiline styles. Using a routine will it be possible to toggle current style just picking on one of these multilines? Thanks Aalmeidah
-
override drawing units on startup
samifox posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
hi I open lots of drawing that comes from different authors and their units setting varied, every time I need to open units dialog box and set it to the way I prefer. I want to write it in an SCR or DIESEL script and load it automatically with each drawing. what... -
loading into empty tool palette doesn't work
Cadman1957 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Good morning, I've created quite a number of tool palettes, including nine palette groups, and everything has been working great. Now, of a sudden, I can't drag and drop any type of entity into an new, empty palette. I can still load whatever I want into an existing one, but nothing into a ne... -
When Using CTRL+C then CTRL+V the object takes a while to redraw itself! HELP?
tmelancon posted a topic in AutoCAD Bugs, Error Messages & Quirks
We have been working with ACAD 2014 for some time now and have never had any issues what so ever. Management upgraded everyone from 2GB RAM to 8GB RAM and now all of a sudden when when do CTRL+C to copy and then CTRL+V to paste, it takes that objects (i.e. text, block, line, arrow) forever to regene... -
lsp help for loading & unloading arx file from specified folder!
jamesfui posted a topic in AutoLISP, Visual LISP & DCL
hi.. need help on creating lsp that can: > load & unload *.arx file which is located on specified folder! example; ``````` [size=2](defun c:arxload()[/size] [size=2](command "load" "[/size][size=2]c:\documents & settings\user\addons\mditab17.arx[/size][size=2]")(princ))[/size]... -
Is it wise to load all LISP codes at ACAD startup?
khoshravan posted a topic in AutoLISP, Visual LISP & DCL
Maybe it is better to ask the question in this manner: What is the best way to manage the LISP codes and know when to load which code from which address. Maybe it is not wise to load all codes at ACAD startup as it is related to loading, I can assume it consumes bits and bytes and make the prog... -
Had some fun with a recent sub, resulted in these two programs Autoloader This program will generate autoload expressions for all LISP files in a selected directory, proceeding to write such expressions to a text file output (from which the user may copy the contents to an ACADDOC.lsp or d...
-
Hi I have created some cuix files that i want to load automatically when a user boots autocad. for this i have created a acad.lsp file in one of my search/support directories with the following code and therefore when i start cad it loads the menu file. ^C^C^P(command "menuunload" "CUSTOMMENU...
-
Afternoon. I've got a little problem trying to make a menu command to load a partial customisation file. I've created ths macro: ^C^C_filedia;0;menuload;N:/CAD/2D/blahblahblah.cuix;filedia;1; ...which seems to run fine and loads the CUI, but the popdown menu defined herein will...