halam Posted January 8, 2016 Posted January 8, 2016 Amazing ! ps I like a tools like this much more than pallettes. Palletes directories and maintanaces is kind of hard and tricky. I Don't like them.. Quote
rlx Posted January 8, 2016 Author Posted January 8, 2016 halam said: Amazing ! ps I like a tools like this much more than pallettes. Palletes directories and maintanaces is kind of hard and tricky. I Don't like them.. Just like Lee I want to make life easier for others (only he's just a little bit more smarter than me haha). Where Lee puts a lot of effort in optimizing code (and with great succes) my goal is to minimize user interaction , if I can remove one mouse click from the process I'm happy because I have saved one cent . And further more , I try to make my code to read like a book. This means sometimes my code is not always as efficient but modern computers are so powerfull this is usually not a problem. Only when processing becomes a real problem I will put more effort in optimizing my code (if I can). And if I can't find the solution , thank the Lord for guys like Lee Gr. Rlx Quote
halam Posted January 8, 2016 Posted January 8, 2016 I admire those skills, i just have a little taste of programming but with many idea's btw Did you share this RLS routine 2001-2013 as open earlier or maybe is this the one that is commercial ? (would be kind of logical..) Groetjes Hans Quote
rlx Posted January 8, 2016 Author Posted January 8, 2016 halam said: I admire those skills, i just have a little taste of programming but with many idea's btw Did you share this RLS routine 2001-2013 as open earlier or maybe is this the one that is commercial ? (would be kind of logical..) Groetjes Hans Nope never shared it (besides all the plants where I've worked in the past). Problem with vanilla is you might as well start re-programming from scratch and although my boss admires my skills , there's a limit to his patience when works gotta be done you know Besides , I never really wrote a manual for this app (RLS) and that would be a lot of work as well. So far I just instructed my colleagues how to use it. The only time I sat down to finally write a manual was for my VT app because so many people asked for it. But if I ever get bored I will rewrite this app , make a manual and publish it Groetjes Rob Quote
rlx Posted January 8, 2016 Author Posted January 8, 2016 dober said: My favorite thank you rlx You're welcome , always nice to hear people like what you do! Gr. Rlx Quote
rlx Posted January 13, 2016 Author Posted January 13, 2016 For those interested , if any , I have updated the program a little , it now includes pages and you can add an entire folder to your library / data file with the push of a button. Futhermore in the setup dialog you can choose wheter you want one big library (data file) or place the data file each in the same folder with your symbols or temporary cut copy paste stuff. Have fun gr.Rlx Quote
Tharwat Posted January 13, 2016 Posted January 13, 2016 @ Rlx , your way of designing dialogs is really beautiful ,unique, and easy to read , keep it up man. Quote
rlx Posted January 13, 2016 Author Posted January 13, 2016 (edited) Tharwat said: @ Rlx , your way of designing dialogs is really beautiful ,unique, and easy to read , keep it up man. That's really nice of you to say , thank you Tharwat. Actually not only do I like your coding skills too , I found one yesterday from one of your posts on how to create a table I want to study to create a table for Aloy. Just remembered , I forgot to include the option to add subfolders... awell, will do that later this week , no big deal. gr. Rlx Edited January 13, 2016 by rlx Quote
rlx Posted January 13, 2016 Author Posted January 13, 2016 Just added option to include subfolders too (tested once , seems to work ... iHope) gr.Rlx Quote
dober Posted January 14, 2016 Posted January 14, 2016 (edited) Unfortunately that does not work with me anymore :-( Command: RLXPASTE No slides to process Insertion point for symbol : Select objects: 1 found Select objects: Command: on the German version it is unfortunately not Danke Edited January 14, 2016 by dober Quote
rlx Posted January 14, 2016 Author Posted January 14, 2016 dober said: Unfortunately that does not work with me anymore :-( Command: RLXPASTE No slides to process Insertion point for symbol : Select objects: 1 found Select objects: Command: Hi Dober , is the program using the correct data file? This really is just a simple text file with the path and name of the symbol / drawing. On way would be to delete / move / save the old data file and create a new file. Just select add folder in the main dialog , or , in the setup dialog select your data file folder. If your data file in another folder than your symbols make sure to turn of the option 'keep data file in same folder as symbols. gr. Rlx Quote
rlx Posted January 14, 2016 Author Posted January 14, 2016 dober said: Unfortunately that does not work with me anymore :-( Command: RLXPASTE No slides to process Insertion point for symbol : Select objects: 1 found Select objects: Command: on the German version it is unfortunately not Danke Ach so...schade... But I'm afraid this was all my fault I had concentrated to much on the option to add a complete folder including all the subfolders that I forgot to update the add symbol function. Should have tested it better , sorry for that. I updated the lsp and the dcl file and hopefully this time it works. Gr. Rlx Quote
dober Posted January 14, 2016 Posted January 14, 2016 Thank going tomorrow in the company testing Quote
rlx Posted January 14, 2016 Author Posted January 14, 2016 dober said: Thank going tomorrow in the company testing okidokie... just in case it has to do with maybe you having a different language (german) for AutoCad I will add ._ to all commands https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/significance-of-before-a-command-name/td-p/858269 gr. Rlx Quote
Vostro 1500 Posted March 14 Posted March 14 On 1/3/2016 at 1:42 PM, rlx said: First of all happy new year for everybody. Now about this app , RlxPaste. I often have need to copy some objects from one dwg to another. Although I allready have written a 'perfect' app for that , all my colleagues use it and I didn't want to add my junk symbols to it. So I came up with this app , which allows you to simply create symbols on the fly for local use. I think / hope the interface is self explanatory. You can control the grid in the setup dialog and you can select the folder where you save your symbols. Btw , double click to insert and if you want to delete item , click delete button and then click on image to delete. You can add a complete folder and its subfolders at once with the button Add Folder in the main dialog. This is usefull when you have for example a cd from a vendor or client with their company symbols. Hope it is usefull. gr. Rlx RlxPaste.dcl 2.61 kB · 225 downloads RlxPaste.LSP 24.97 kB · 247 downloads Expand Thanks a lot! Lisp works great with static block! I have a difficult wish: you can adjust lisp -> works well with dynamic block My current case: I tried to add dynamic block -> lisp process to convert to static block Quote
rlx Posted March 14 Author Posted March 14 I never wrote this app with dynamic blocks in the back in my mind but I may have a look at this someday. Thing is , I have very few dynamic blocks myself. Probably can count them on one hand. Mainly because static block are easier to handle in lisp. (very difficult to teach old dragons new tricks haha) 2 Quote
BIGAL Posted March 14 Posted March 14 Do a google "dynamic block to static block autocad" 1st result was an answer. 1 Quote
Vostro 1500 Posted March 15 Posted March 15 On 3/14/2025 at 6:32 PM, rlx said: Tôi chưa bao giờ viết ứng dụng này với các khối động trong đầu nhưng có thể một ngày nào đó tôi sẽ xem xét nó. Vấn đề là, bản thân tôi có rất ít khối động. Có lẽ có thể đếm được chúng trên một bàn tay. Chủ yếu là vì khối tĩnh dễ xử lý hơn trong lisp. (rất khó để dạy những con rồng già những mánh khóe mới haha) Expand I WILL WAIT FOR GOOD NEWS FROM YOU TKS! 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.