Lee Mac Posted January 18, 2011 Author Posted January 18, 2011 Updated to Version 1.2 to include UCS/Views and also a handy Search Bar Quote
Lee Mac Posted January 18, 2011 Author Posted January 18, 2011 Updated to Version 1.3 This should correct an issue with nested blocks and also allow the user to import Layer States. Enjoy! Lee Quote
Lee Mac Posted September 7, 2011 Author Posted September 7, 2011 I have updated this program to Version 1.5 This version implements a number of changes to improve the program: Added the ability to use Wildcard Patterns in the 'ItemList' parameter to allow all items in a collection which match the supplied wildcard pattern to be imported. Added Materials and Named Viewports to the list of collections. Added 'StealAll' command to allow the user to automatically steal everything from a selected drawing file. Added 'StealTemplate' command to enable the user to quickly steal items from the QNew template file (or other template file, if the QNew template file is not set). The latest version can be found here. Quote
ReMark Posted September 7, 2011 Posted September 7, 2011 You never cease to amaze us Lee. Thanks for your tireless efforts. Quote
Lee Mac Posted September 7, 2011 Author Posted September 7, 2011 Cheers ReMark I hope the program is of use to you Quote
Lee Roy Posted September 7, 2011 Posted September 7, 2011 I've run into an issue, I get "Error: Automation Error. Problem in loading application". =/ Quote
Lee Mac Posted September 7, 2011 Author Posted September 7, 2011 I've run into an issue, I get "Error: Automation Error. Problem in loading application". =/ What product are you running this on Lee Roy? Quote
Lee Roy Posted September 8, 2011 Posted September 8, 2011 (edited) AutoCAD MEP 2012 Did I miss somewhere that says it won't work? If I did, my bad. -Edit- I see where you said you're a vanilla guy. I'll try it on vanilla. -Edit- Same response/error in vanilla AutoCAD 2012. Edited September 8, 2011 by Lee Roy Quote
Lee Mac Posted September 8, 2011 Author Posted September 8, 2011 -Edit- Same response/error in vanilla AutoCAD 2012. That's weird since this is the first I've heard of an error report of this nature (for any version in fact). From the error message you posted I'm guessing the program cannot load the ObjectDBX Document. Does this return a non-nil value: (vl-registry-read (strcat "HKEY_CLASSES_ROOT\\ObjectDBX.AxDbDocument." (itoa (atoi (getvar 'ACADVER))) "\\CLSID")) Is anyone else having this problem? Quote
Tharwat Posted September 8, 2011 Posted September 8, 2011 Is anyone else having this problem? It works very nice here . Thanks for the efforts Lee. Quote
Lee Mac Posted September 8, 2011 Author Posted September 8, 2011 It works very nice here . Thanks for the efforts Lee. Thanks for testing it Tharwat Quote
Lee Roy Posted September 8, 2011 Posted September 8, 2011 Does this return a non-nil value: It returns "nil". Anxious to get this working, as I'd like to use it. I'll bet it's something on my end. -Edit- I see what you're looking for. For some reason, a while back, I had pulled the registry value trying to accomplish something I don't remember what now. I had the registry value backed up on my desktop. I just now merged it back in and the command works great. Thanks Lee! Sorry for the waste of time. Quote
Lee Mac Posted September 9, 2011 Author Posted September 9, 2011 No worries Lee Roy, very glad you got it working! Enjoy it Quote
Sittingbull Posted September 9, 2011 Posted September 9, 2011 Awsome tool Lee. Thx a lot m8:D SB Quote
Designer Posted September 30, 2011 Posted September 30, 2011 Hi Lee, Great lisp, is it possible to use this to steal the layers and also bring everything draw in the layers? Cheers Quote
Lee Mac Posted September 30, 2011 Author Posted September 30, 2011 Hi Lee,Great lisp, is it possible to use this to steal the layers and also bring everything draw in the layers? Unfortunately not. Quote
Ahankhah Posted October 28, 2011 Posted October 28, 2011 Lee, I enthusiastically love your language and grammar in writing codes. I appreciate as always your efforts resulting very useful "Steal" ... ...For now I have a question: Is it possible to have a function to do "Steal" silently and without dialogs? Quote
Lee Mac Posted October 28, 2011 Author Posted October 28, 2011 Lee, I enthusiastically love your language and grammar in writing codes. I appreciate as always your efforts resulting very useful "Steal" ... Thank you Ahankhah ...For now I have a question: Is it possible to have a function to do "Steal" silently and without dialogs? Certainly, have a read of the description on my website, I also include examples to demonstrate Quote
Ahankhah Posted October 28, 2011 Posted October 28, 2011 Lee, Thank you for your reply. I tried it with "*" wildcards with no success. It seems I must study deeply in your code. I am going to read your nice code more carefully. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.