OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Peter2 on April 15, 2016, 10:50:28 AM

Title: Open Acad Options-dialogue on a specified tab?
Post by: Peter2 on April 15, 2016, 10:50:28 AM
I used OpenDCL to create an additional tab in the standard options. Is there a way to open Options-dialogue on a specified tab like "Options /system" or (command "_options" "my own tab")?

Regards

Peter
Title: Re: Open Acad Options-dialogue on a specified tab?
Post by: owenwengerd on April 15, 2016, 10:54:52 AM
You can use the undocumented, but pretty easy to figure out, _+OPTIONS command.
Title: Re: Open Acad Options-dialogue on a specified tab?
Post by: Peter2 on April 15, 2016, 12:59:08 PM
Bingo  :)

It accepts the names of the tabs and their (zero-based counting) number.

Code (autolisp) Select

Befehl: +OPTIONEN
Registerkarte <0>: 2

-> Displays "Ãâ€"ffnen und Speichern" / "open and save"

Befehl: +OPTIONEN
Registerkarte <0>: pdf-formatter

-> Display my Open_DCL tab