Tried it - LOVE IT!!!![]()
Registered forum members do not see this ad.
Just tried an interesting application, ltfly.vlx.
Try it, you'll like it.
The linetype adds wording, your input, to your linetype.
Load at the command line "APPLOAD" and you're off to the races.
I like to use the command line although I have a few lisp file which load each time AutoCAD opens.
You can load ("install") a LSP, VLX or FAS file containing an add-on application or utility into AutoCAD just by mouse-dragging it from Windows Explorer (or other file manager) to the AutoCAD window. Only after you load the application into the running session (and current drawing), the functions and commands programmed in the specific application will become available. On loading, the application usually lists the command which it defines and which is then used to start or control the application functionality. E.g. if it displays the text C:MYCODE on load, you can run the function with the MYCODE command (with small utilities, the name of the LSP/VLX file is often the same as the command name).
Another way of loading the AutoLISP (VisualLISP) code of an application is the APPLOAD command, where you select the requested files to load. By dragging them to the "briefcase" icon in the dialog of this command, you can guarantee their automatic loading in the subsequent AutoCAD sessions.
Tankman
"When the well is dry, we know the worth of water." Ben Franklin ~ 1746
Tried it - LOVE IT!!!![]()
"Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein

tankman
i tried ltfly.vlx. and i'm missing something.
i loaded it APPLOAD, on the command line i typed ltfly, then type in test(try it out), pick a polyline and did not see the word TEST on the line. so what did i miss or am i not understanding the steps?
thanks, bruce a/k/a brl2008
After loading ltfly.vlx via APPLOAD.
Added the text "TEST", then pick your line and change the line type.
From properties you can change color and scale as need be.
Tankman
"When the well is dry, we know the worth of water." Ben Franklin ~ 1746
Tankman
"When the well is dry, we know the worth of water." Ben Franklin ~ 1746
You have to select the linetype when you draw the polyline, or you can draw the ployline first and then change the linetype after. the vlx only creates the linetype and loads it in your program. You have to choose it to use it.
"Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein
I'm doing electrical drafting and there are sometimes multiple types of signals on a wiring diagram. Like 485, 232, fiber optic, ethernet, etc. I just love it - makes my life simple.
"Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein
Registered forum members do not see this ad.
This is a very handy app. I am having trouble though putting an " in my text. i want to us W16"DI. But it keeps saying bad definition Comma expected after text string.
Anyone have any ideas what I need to do?
Thanks
Bookmarks