Author Topic: (command "_Layer") suddenly opens layer manager dialog  (Read 3462 times)

0 Members and 1 Guest are viewing this topic.

Amsterdammed

  • Guest
(command "_Layer") suddenly opens layer manager dialog
« on: July 17, 2013, 05:47:24 AM »
Hello there,

i had some issues with a vertical and had to recreate my profile in acad. and suddenly the layer manager opens when one of my programs runs (command "_layer"....

Must be a sysvar but which one?

Thanks in advance

Bernd

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #1 on: July 17, 2013, 05:59:11 AM »
Try this .

Code: [Select]
(initcommandversion 1)

Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #2 on: July 17, 2013, 06:10:44 AM »
give T as result but rest is unchanged, problem reamains

Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #3 on: July 17, 2013, 06:12:11 AM »
if i change the code to (command "-layer" ) the problem is gone. strange

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #4 on: July 17, 2013, 06:26:23 AM »
if i change the code to (command "-layer" ) the problem is gone. strange
Replace number one with two then try again .

Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #5 on: July 17, 2013, 07:08:17 AM »
same thing, tried 0 -3 all the same, i read up on that variable on the Internet and 1 seems to be what should solve the problem, but it doesn't. I guess i find and replace my code to -layer instead.

Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #6 on: July 17, 2013, 07:45:39 AM »
things are worse, all dialog boxes come up now, even with file dia 0, for every command where there is a dialog box i need to out a - in front of the command name to prevent the dialog box to open, that was not so yesterday. what sysvar might control that?


CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #7 on: July 17, 2013, 09:21:53 AM »
CMDDIA ?
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.


Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #9 on: July 18, 2013, 04:48:03 AM »
i TRIED CMDDIA , doesn't matter, 0 or 1, same result. no, there is not inydia in the code before the command


Amsterdammed

  • Guest
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #11 on: July 18, 2013, 10:25:16 AM »
yes! but even with no opendcl.arx loaded the problem shows


haibinpro

  • Newt
  • Posts: 52
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #13 on: July 19, 2013, 11:16:45 AM »
i TRIED CMDDIA , doesn't matter, 0 or 1, same result. no, there is not inydia in the code before the command
try
filedia
I don't know what you have talk too much,but it may works.


Lee Mac

  • Seagull
  • Posts: 12926
  • London, England
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #14 on: July 24, 2013, 10:13:32 AM »
Just a guess, but maybe the LAYERDLGMODE system variable?

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1454
  • Marco
Re: (command "_Layer") suddenly opens layer manager dialog
« Reply #15 on: July 24, 2013, 01:22:44 PM »
Just a guess, but maybe the LAYERDLGMODE system variable?

Hi Lee,


LAYERDLGMODE Sets the flavor of the Layer Properties Manager that is defined for the use of the LAYER command.  The LAYER command is mapped to execute either the CLASSICLAYER or LAYERPALETTE.
 
0
 
Maps the LAYER command to use the modal Layer Properties Manager
 
1
 
Maps LAYER command to use the modeless Layer Properties Manager


I think qaflags /= 0