TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: micromachines on August 04, 2018, 01:54:24 PM

Title: Navigate dialog box during lisp routine?
Post by: micromachines on August 04, 2018, 01:54:24 PM
When a dialog box pops up with options (ie, checkboxes, dropdown menus, buttons), is it possible to navigate the dialog box using a lisp routine without user input? This is not a standard autocad dialog box so it cannot be suppressed to the command line.

If the dialog box were written in DCL, would it be possible to look at the code there and possibly translate the functions to something that can be controlled via the command line?

Thanks.
Title: Re: Navigate dialog box during lisp routine?
Post by: tombu on August 04, 2018, 04:08:30 PM
If you have the lisp it could be modified to operate without the dcl file.