scottish-lawd Posted March 24, 2010 Posted March 24, 2010 I'm looking to create a lisp program that allows me to insert blocks by type i.e foundations, details etc and I'm looking to have a preview image of the block so I can see it before inserting it. Any help greatly appreciated I can get the preview box but can't seem to have the actual block on the screen (I reckon it's maybe something to do with zooming the full image) Quote
Lee Mac Posted March 24, 2010 Posted March 24, 2010 You could use SLD files to display the image, or, you could use a vector program to contruct your image from line vectors. How are you currently approaching it? EDIT: Or use OpenDCL Quote
JohnM Posted March 24, 2010 Posted March 24, 2010 Why not use the tool pallet unless you need more things to happen/ opendcl is cool for alot of things, if you are not using it i would suggest giving it a try. Quote
scottish-lawd Posted March 25, 2010 Author Posted March 25, 2010 Thanks for the comments Guys, going to have a look at OpenDCL, can you suggest any descent sites for tutorials etc Quote
JohnM Posted March 25, 2010 Posted March 25, 2010 opendcl.com has a great fourm and the download has a ok hepl file just get going the post either here or there and you will get help i've been using it for years now and love it. Quote
The Buzzard Posted March 25, 2010 Posted March 25, 2010 OpenDCL home page: http://opendcl.com/wordpress/ Tutorial: http://opendcl.com/wordpress/?page_id=10 Forum: http://www.opendcl.com/forum/index.php Quote
asos2000 Posted March 27, 2010 Posted March 27, 2010 using OpenDCl make the lisp not general because OPenDCL should be installed to run *.ODCL file, Isnt it? Quote
The Buzzard Posted March 27, 2010 Posted March 27, 2010 That is for the Dialog, The lisp file is still *.lsp. Quote
asos2000 Posted March 27, 2010 Posted March 27, 2010 in the case of using *.ODCL whats is th usage of *.lsp without *.ODCL? Quote
The Buzzard Posted March 27, 2010 Posted March 27, 2010 I am not sure where you are going with this. The lack of *.dcl or *.odcl only mean no dialog. You of course know you do not need a dialog to run lisp. A lisp that uses a dialog can use either one above. Just a different method to create them. Also OpenDCL provides a more flexible dialog layout with more options similar to those in a VBA dialog which is the key difference between the two. I also want to point out that dcl can be written in Notepad or the VLIDE editor while odcl can only use the OpenDCL editor. OpenDCL is strictly done thru ActiveX. Quote
Lee Mac Posted March 27, 2010 Posted March 27, 2010 The lack of *.dcl or *.odcl only mean no dialog. You of course know you do not need a dialog to run lisp. However, the LISP will error if written for a Dialog. ODCL is great for the added functionality, but the drawback is that it requires the user to have ODCL installed on their PC, and so the LISP is not as generic. Quote
TimSpangler Posted March 27, 2010 Posted March 27, 2010 However, the LISP will error if written for a Dialog. ODCL is great for the added functionality, but the drawback is that it requires the user to have ODCL installed on their PC, and so the LISP is not as generic. One only needs to have the runtime installed not the full studio, in order to run odcl based programs. Also depending on the size of the program one can use an installer to install there program and the Opendcl runtime. 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.