Exchange Forum > Search Forums
Search Results
Search Results

Viper

AutoLISP and Visual LISP
Deleting bak and temp files
  F2T24P1#2  What types of temp and bak files are you referring to?...
  F2T24P1#6  I came up with this version. You can modify it as you need to. (defun c:DelBaks (/ Filename FileType Folder PathFilename) (princ...
Creating a sel set of blocks no longer works
  F2T32P1#2  I think it's always been "INSERT". At least as far back as AutoCAD 2000. I don't think it's case sensitive, but I'm used to seeing it in...
Data inserted in wrong place holder help
  F2T33P1#2  I tested you code and then tried a few things on the command line below. Command: attreq Enter new value for ATTREQ <0>: 1...
  F2T33P1#4  I was having trouble with your roomarea string, %<\AcObjProp Object(%<\_ObjId 2121473960>%).Area \f "%lu2%pr3%ct4%qf1%...
Dcl Dialogs
Height attribute for list_box tiles
  F4T1P1#3  Here's a short function with an algorithm to calculate the list_box height values. It rounds up the lines that are skipped in dcl. i.e. 5 10...
Drawing Notes and Legend Lisp
  F4T15P2#11  Hi Buzzard, I like that, "I'm so busy!" comment. I guess we all are. I've got my busy work load at work, and I'm still trying to make time...
Mimage, image files from wmf files
  F4T18P1#1  There are a few functions out there that make image files using wmf files. To keep my function short I just ask a few questions from...
  Mimage.lsp  
  F4T18P1#3  Thanks Buzzard, I found a slight problem with blocks with attributes that I worked out this morning and uploaded the newer version to...
  F4T18P1#6  You're welcome! There are a few things I could have improved upon. Such as using the trans function instead, but it gets the job...
  F4T18P1#9  Buzzard, I had a chance to download and look at your code. Thanks for the acknowledgments. I appreciate that. I noticed the way...
  F4T18P2#12  Buzzard, I had an earlier version, but it wasn't very user friendly. Do you think I should go ahead and add that Align function in? Also...
  F4T18P2#15  "Is there a way to improve upon the way that solid fills are displayed?" For slides yes, but I don't think it's going to be the right setting...
  F4T18P2#17  I went ahead and added the Align function into the code. It's on the first post in this thread. I couldn't find that variable name you...
  F4T18P2#19  You should have the latest version if you've added in the Align function to the code. I was just testing somethings and viewed the...
  F4T18P3#22  Buzzard, You're always doing all these cool things. You changed your avatar, you get promoted to Moderator. Now pretty soon you'll...
  ADS2.lsp  
  F4T18P3#26  Hey Buzzard, I found out that images with arcs and circles create larger files. This may have something to do with what your were...
  F4T18P3#29  Buzzard, You mean like choosing an item from a popup_list and it displays a different image in the image tile? I think it would work...
  F4T18P4#31  Did I mention that the $value returns a string? There probably several ways of doing this. Viper (action_tile "ImageList" "(setq...
  F4T18P4#34  Hey buddy, I just found this site again while surfing around. Glad to hear you're still using the program. Do you have a demo ready of...
  F4T18P4#36  Buzzard, I downloaded your SL function this evening and it works great. I admire your style in programming. It makes it easy for new...
  F4T18P4#39  Buzzard, Your new program works great and your dialog is very well laid out. Have you thought about sending it in to the Hot Tip...
  F4T18P5#41  Hi Buzzard, I viewed the information in your 'About' screen. Thanks for the credits. We all learn by examples from others and also in...
Ohm's Law Calculator
  F4T24P1#2  Buzzard, I checked out your program this weekend. Your dialog image is sort of what I had in mind with things you can do with...