PDA

View Full Version : Suppressing Mapoptions Dialog Box


mnzombola
2008-12-12, 05:22 PM
New to Lisp ... How do I suppress the Mapoptions dialog box? For example I would add a - (dash) before the layer control command to get my layer options on the command line and suppress the layer control dialog box .

Thanks

------------------

mnzombola
2008-12-12, 06:28 PM
I got help on that ...thanks (setvar "cmmdia" 0 )

Opie
2008-12-12, 06:32 PM
Being that it is a dialog box for a vertical, the usual hyphen in front of the command does not always work.

Thanks for posting the solution you found.

kennet.sjoberg
2008-12-12, 08:05 PM
Many commands with a dialog box, will work as command prompted if using prefixed minus

Command: layer -> Dialog box
Command: -layer -> Command prompt
Command: units -> Dialog box
Command: -units -> Command prompt

: ) Happy Computing !

kennet