Exchange Forum > Search Forums
Search Results
Search Results

Justin

AutoLISP and Visual LISP
Your favorite shortcut function
  F2T1P1#4  Here’s a shortcut that’s handy for opening up Windows Explorer in your current drawing folder. (defun c:WE ( ) (princ "\nWindows...
Triangle lisp routine
  F2T16P2#18  Does it have to be opendcl? I can put something together for you with dcl dialogs that would work. You only have two prompts right?...
  F2T16P2#20  I wasn't thinking of VBA, but there may be someone that can. Just not me...
Move, Rotate and Change Layer
  F2T39P1#2  I just tested your program and it's pretty cool. What is the blue box used for? I picked on it but nothing happened. Anyway I liked it...
Dynamic block filter
  F2T40P1#6  gile, I'm interested in learning more about your program. The way you created the dialog using (setq tmp (vl-filename-mktemp...
Beta Testing Forum
Dimension Polylines
  F3T8P1#4  I like it a lot better than Quick Dimensions. I've been using it here at work, and sometimes I'll draw a temporary polyline outline of the...
Dcl Dialogs
Need AutoLISP and dialog example
  F4T2P1#1  I have a few programs that I would like to beef up with front end dialogs. All of them ask a few questions up front using initget...
  F4T2P1#5  That will work just fine. Sorry about getting back late. I only get to dab around in programming on my time off. Thanks for everyones...
  F4T2P1#6  Here’s my first program with a dialog. My boss likes it and wants me to do more. It’s not that complicated, but you got to start...
  F4T2P1#8  Thank you Jeff!...
  F4T2P1#9  Is there a way to have dialogs work with the Enter key the same way it works with the Tab key? You know like, you can press the...
  F4T2P2#11  Thanks for the tip. I was finally able to figure out how to have the last edit_box go to the OK button. I just replaced the second tile...
PolyLengths dialog program
  F4T4P1#1  The dialog program for PolyLengths is based upon the polygon command, except that you enter the length of side instead of the...
  PolyLengths.gif   PolyLengths.lsp   PolyLengths.dcl  
Pole Shaft program help
  F4T13P1#1  An Engineer friend that I work with has ask me if I could write an AutoLISP program to draw an elevation view of a pole shaft. I have...
  PoleShaft.gif  
  F4T13P1#3  I only get to work on my programs once in a while. So I'm not sure when it'll be ready for testing. Does anyone have an example of...
  F4T13P1#7  I appreciate all your help and suggestions. I had a little time to work my program this week and here's the latest. I'll start working on...
  F4T13P1#8  I have been testing my PoleShaft program for a few days now. It draws the elevation view of pole shafts using your input information...
  PoleShaft.lsp   PoleShaft.dcl   PoleShaftDwg.gif  
  F4T13P2#11  My boss suggested making a version for users that use architectural units. I'm thinking the program will basically be the same, but I'll...
  F4T13P2#12  I have been testing my new PoleShaftArch version of PoleShaft for about a week. I was able to use the RealString function by Quick...
  PoleShaft.lsp   PoleShaft.dcl  
  F4T13P2#14  Thanks! I included the c:PoleShaftArch after the c:PoleShaft function in the code so users can test out either version. Justin...