rlx Posted September 18, 2015 Posted September 18, 2015 (edited) Here is my version for a text and attribute editor. File vt.lsp must be renamed to vt.vlx because i cound't upload it otherwise. After that you should be able to load it with (load "vt.vlx") , at least , i think , never did a vlx before but the advantage is that you only need one file. Disadvantage , you can't read the code. I made a vlx also because some parts of the code i made almost 20 years ago so it would be a bad example for y'all. So i have some rewriting to do first. Maybe I'll ask a certain quantum mechanic for his advice what parts of my code I'd better rewrite ;-) because it has some junk / abandoned code in it as well and the titleblock part is a big part and is only relevant for the company I work for at the moment so I'm thinking about removing it before posting the cleaned code. Anyways , hope it works , hope you like... Had to rewrite the manual in english and split it because it was to lagere to upload in one file. Gr. Rlx VT-help-English part 1.pdfFetching info... VT-help-English part 2.pdfFetching info... VT.lspFetching info... Edited October 7, 2015 by rlx Quote
77077 Posted September 18, 2015 Posted September 18, 2015 Gooood job , Rlx. Thanks for sharing !!! Quote
rlx Posted September 19, 2015 Author Posted September 19, 2015 You're welcome In case anyone interested I can provide the titleblocks to play with the revision utilities. Just a matter of replacing the logo but attribute names would have to stay the same for VT to recognise them. Could of course write a more generic version but it wouldn't be of much use for myself. gr. Rlx Quote
77077 Posted September 19, 2015 Posted September 19, 2015 rlx said: You're welcome In case anyone interested I can provide the titleblocks to play with the revision utilities. gr. Rlx what's this ? I'm interested to know . Quote
hosyn Posted September 19, 2015 Posted September 19, 2015 Hello rlx I download your vt.lsp but i coudnt run it , it sounds for accomplish need to ##.dcl file??? Quote
77077 Posted September 19, 2015 Posted September 19, 2015 hosyn said: Hello rlxI download your vt.lsp but i coudnt run it , it sounds for accomplish need to ##.dcl file??? Did you see? Quote Here is my version for a text and attribute editor. File vt.lsp must be renamed to vt.vlx because i cound't upload it otherwise. After that you should be able to load it with (load "vt.vlx") , at least , i think , never did a vlx before but the advantage is that you only need one file. Disadvantage , you can't read the code. Quote
rlx Posted September 19, 2015 Author Posted September 19, 2015 (edited) hosyn said: Hello rlxI download your vt.lsp but i coudnt run it , it sounds for accomplish need to ##.dcl file??? Hi Hosyn , As Lee Mac pointed out at me in my RlxIso thread , for distribution purposes less(files) is more so I sought a way to accomplish this and VLX seems to be a good way. I tried it at home and it worked. But , as 77077 pointed out , you have to rename vt.lsp to vt.vlx and load it with (load "vt.vlx") gr Rlx Edited September 19, 2015 by rlx Quote
stevesfr Posted September 19, 2015 Posted September 19, 2015 rlx said: Hi Hosyn , As Lee Mac pointed out at me in my RlxIso thread , for distribution purposes less(files) is more so I sought a way to accomplish this and VLX seems to be a good way. I tried it at home and it worked. But , as 77077 remarkt , you have to rename vt.lsp to vt.vlx and load it with (load "vt.vlx") gr Rlx The program works perfect for me after rename from lsp to vlx and load with appload just as any other lisp program ! ! Thank you for fine program ! ! Steveo Quote
rlx Posted September 19, 2015 Author Posted September 19, 2015 77077 said: what's this ? I'm interested to know . Monday when i´m back at work (if sniffy , the drugs dog , lets me in haha) i´ll post the titleblocks. Last monday it sniffed me and i said , if you shut up you´ll get half ;-) , nah just kidding , don't do drugs. gr. Rlx Quote
rlx Posted September 21, 2015 Author Posted September 21, 2015 (edited) halam said: Thanks for sharing!Bedankt hiervoor Added are the titlebocks. If you have a blank drawing VT will insert one for you (can give an error but it stills insert one , bloody bugs) See page 16 from the second part of the manual. You get this dialog by pressing Revision in the QuickMenu. Yellow part is for project data and new feature added recently is Waf-mode , wipe & fix. It clears all previous revisions (wipe) and set revision to a fixed discription and number. Revision can be updated in scriptmode by calling (VT_AutoUpdateRevision) With the bottom part you can resize a titleblock , say you have A1 and need A0 you would enable the resize option and click on Replace Border. As I said before , this function was written specifically for Sabic so unless I would write a more generic version it will be of little use to others in its present form. gr. Rlx titleblock.zipFetching info... Edited September 21, 2015 by rlx Quote
EFL Posted September 24, 2015 Posted September 24, 2015 If you give us the lisp code... We can make is usefull for other blocks. Thnx Quote
77077 Posted September 24, 2015 Posted September 24, 2015 EFL said: If you give us the lisp code... We can make is usefull for other blocks.Thnx Welcome to cadtutor ,The authors did not publish the source code, there is a reason, already have explained. Quote
rlx Posted September 24, 2015 Author Posted September 24, 2015 EFL said: If you give us the lisp code... We can make is usefull for other blocks.Thnx I intend to , but not before I do some cleaning up because some parts are reaylly poorly coded and some parts are completely devoded for converting old GE-titleblocks to Sabic-titleblocks and those are totally useless for the rest of the world. Gr.Rlx Quote
EFL Posted September 24, 2015 Posted September 24, 2015 Maybe you dont need to. Found some interesting lisp from Lee-mac: http://www.lee-mac.com/batte.html Quote
rlx Posted September 25, 2015 Author Posted September 25, 2015 EFL said: Maybe you dont need to.Found some interesting lisp from Lee-mac: http://www.lee-mac.com/batte.html yeah , one can ask himself whether it has any use to write app's when allmost everything can be found at his site... and the number(p) of thank you's are really overwhelming too haha Gr.Rlx Quote
EFL Posted September 25, 2015 Posted September 25, 2015 Anyway, sure we can try to make good apps too. Quote
rlx Posted September 25, 2015 Author Posted September 25, 2015 (edited) EFL said: Anyway, sure we can try to make good apps too. my code might not be alwayz the best around but my app's (here at my work) are And another reason there still is so much 'vanilla' in VT is that untill recently it still had to work for autocad2000i and that is before the VL-lisp revolution. Correction , it was autocad 12 (not 2012) . But i decided to let go of that legacy. I'm still learning every day (vl-every day ) gr. Rlx Edited September 26, 2015 by rlx 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.