Open Acad Options-dialogue on a specified tab?

Started by Peter2, April 15, 2016, 10:50:28 AM

Previous topic - Next topic

Peter2

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
Peter
ODCL 8.1.... German, AutoCAD 2017 - 2018, Win 7 x64, Win 10

owenwengerd

You can use the undocumented, but pretty easy to figure out, _+OPTIONS command.

Peter2

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

Peter
ODCL 8.1.... German, AutoCAD 2017 - 2018, Win 7 x64, Win 10