Book a Demo

Author Topic: Default for Edit Object on New  (Read 3361 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Default for Edit Object on New
« on: May 07, 2013, 06:35:50 pm »
I wonder which is the default setting for Tools/Options/Objects/Edit Object on New. Is it off per default?

(I tried a clean install but I'm not sure that worked the right way, so I need feedback from any freshman.)

q.

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Default for Edit Object on New
« Reply #1 on: May 07, 2013, 06:41:17 pm »
Hi,

the Default is ON. (to be precise: all The Defaults which i have seen  :D)

I recommend you the following for turning it off;

Code: [Select]
                   Microsoft.Win32.RegistryKey mysettings = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Software\\Sparx Systems\\EA400\\EA\\OPTIONS", true);
                    mysettings.SetValue("SHOW_OBJECT_PROPS", "0", Microsoft.Win32.RegistryValueKind.DWord);

Which is started within my Add-in :-)


Regards

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Default for Edit Object on New
« Reply #2 on: May 07, 2013, 06:46:01 pm »
Thanks Stefan. I just want to know what freshmen see after they installed EA since I'm preparing some video material. So far I forgot those options. I'll probably try once more a clean install on a new machine to be sure. Here EA restored at least the screen layout from somewhere (I was sure having cleaned the registry).

q.