TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: CatDance on September 13, 2021, 06:37:22 AM

Title: can I have the permission from the Admin to post a link here about Dialog Box ?
Post by: CatDance on September 13, 2021, 06:37:22 AM

Can I have the Admin permission to post a link here ?

This will be a very valuable site for someone who wants to learn more about dialog box programming.

It is very very comprehensive site with all codes being layout and just a matter of copy and paste and you get the dialog box already.

Please reply soonest.
Thanks.
Title: Re: can I have the permission from the Admin to post a link here about Dialog Box ?
Post by: JohnK on September 13, 2021, 10:14:03 AM
Yes. Permission granted.
Title: Re: can I have the permission from the Admin to post a link here about Dialog Box ?
Post by: CatDance on September 13, 2021, 03:26:38 PM
Yes. Permission granted.

thanks.
Title: Re: can I have the permission from the Admin to post a link here about Dialog Box ?
Post by: CatDance on September 13, 2021, 03:45:36 PM
I try to paste the lisp and Dcl but it is too long.

Below attached files are the (complete) Dcl and Lisp for Dialog box which I download (years ago) from this site below.

https://autolisp-exchange.com/Tutorials/MyDialogs.htm

I can't remember which part of the above mentioned site, that I downloaded the complete lisp and Dcl. But the attachment is the complete ones.
Title: Re: can I have the permission from the Admin to post a link here about Dialog Box ?
Post by: BIGAL on September 13, 2021, 10:12:02 PM
Seen that link before and is very good. A couple more dcl's for you these are Library code and do as the name suggests can be used in any code, and they can be from 1 to about 20 inputs as max depends on screen size. It is normally 3 lines of code to run including 1 line to load the multi lsp as its a external program, open code.

Multi Radio Buttons.lsp is say a alternative to Initget or simple as yes no.
Multi Getvals.lsp allows as many values as required to be entered.
Multi toggles allows you to set multiple choice options say on/off

There is sample code in each lisp. There are a few more I have not included, You may want to look for RLX he has some brilliant library dcl's as well and of course Lee-mac.com great list dcl's.

(http://)