TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: ziko30 on December 12, 2008, 11:46:16 AM

Title: Mapoptions Dialog Box
Post by: ziko30 on December 12, 2008, 11:46:16 AM
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  :-)
Title: Re: Mapoptions Dialog Box
Post by: CAB on December 12, 2008, 12:01:20 PM
Welcome to the Swamp.
As you see that doesn't always work.
I don't have Map so try
(setvar "cmddia" 0)
or
(setvar "filedia" 0)
Title: Re: Mapoptions Dialog Box
Post by: ziko30 on December 12, 2008, 12:20:07 PM
Thanks for the time and rapid response CAB !...  cmddia worked.
Title: Re: Mapoptions Dialog Box
Post by: CAB on December 12, 2008, 12:36:39 PM
You're quite welcome.
There are many helpful folks here but sometimes it won't be that quick.  8-)