marcmemba
Guest
hello to all is for a while that I haven't been through the parts of this beautiful forum, congratulations to all that is always full of people really good, you always find very interesting things:smile: Congratulations! But unfortunately I have not found a forum where we talk about dcl
, and I hope someone can help me. I'll be out in a moment. .
I've just been practicing in dcl, but I can't. I found several guides in English, but I can't understand them. The only thing I could do is read "this is a message." . .
I wanted to create a window where you can enter the data in a "edit_box":
-number of windows:
- Parapet rate:
-quota architrave:
- horizontal opening:
I then go to resume the data "key" from the dcl with the lisp, so I go to create a tabellina with lines and polylines. but this is already the final result I would like to have, but first I will have to understand how to resume the data; then:
Like something like this:
it is to specify that I realize that you can do quietly in lsp, but to start I think simple things go well....)
Could someone and above all would have time to help me?
Thank you in advance and wish you a good evening to all! !
This is the window I wanted to create in dcl.... :
I've just been practicing in dcl, but I can't. I found several guides in English, but I can't understand them. The only thing I could do is read "this is a message." . .
I wanted to create a window where you can enter the data in a "edit_box":
-number of windows:
- Parapet rate:
-quota architrave:
- horizontal opening:
I then go to resume the data "key" from the dcl with the lisp, so I go to create a tabellina with lines and polylines. but this is already the final result I would like to have, but first I will have to understand how to resume the data; then:
Like something like this:
Code:
(defun no_finestra "key_parapetto")
(defunct q_parapetto "key_window")
(defun q_architrave "key_architrave")
(defun a_orizzonatle "key_orizzonatle")
(command "_text" (command "_text" "_br" pauses "1.5" "0" no_window))
(command "_text" (command "_text" "_br" pauses "1.5" "0" q_parapetto))
(command "_text" (command "_text" "_br" pauses "1.5" "0" q_architrave))
(command "_text" (command "_text" "_br" pauses "1.5" "0" a_orizzonatle))
Could someone and above all would have time to help me?
Thank you in advance and wish you a good evening to all! !
This is the window I wanted to create in dcl.... :

