Book a Demo

Author Topic: "Exporting" standard colots  (Read 6811 times)

tengel

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
"Exporting" standard colots
« on: August 01, 2012, 06:14:01 am »
Hey;
the Tools-->Options have a standard colors tab., I changed those colors and would like to share them with my team.
how do I do that?


ThanX

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: "Exporting" standard colots
« Reply #1 on: August 01, 2012, 06:07:26 pm »
Use the settings from the registery. There you can get access to all options. Export your needed part and Keys + value und you can sahre them.

Greetings

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

tengel

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: "Exporting" standard colots
« Reply #2 on: August 01, 2012, 11:58:48 pm »
Hey Stefan, which registry keys - it is all new to me
thanx!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: "Exporting" standard colots
« Reply #3 on: August 02, 2012, 04:33:55 am »
Code: [Select]
HKEY_CURRENT_USER\Software\Sparx Systems\EA400\EA\OPTIONSYou need to change the values and see which keys change.

q.

tengel

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: "Exporting" standard colots
« Reply #4 on: August 02, 2012, 04:47:23 am »
Guys hey
I am missing something basic (remember, nubi :)):

How is a registry string connected to what I can export from EA?
I changed some standard colors and would like to share it with the rest of my team..

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: "Exporting" standard colors
« Reply #5 on: August 02, 2012, 03:56:23 pm »
Basically EA has two kind of options
- Model specific
- User specific
(although it is no always clear which is which)
Model specific options get written in the model itself somewhere.
User specific options are saved in the registry.

If you want to "share" your user specific options you will have to overwrite a part of the other users' registry with your own registry settings.

Now if you open regedit you can enter the registry and export the key mentioned by q.
Once exported it create a .reg file.
You can edit this file with any text editor and throw out everything that isn't related tot the color options you wish to share.

Then you just need to double-click the .reg file on the other users machine to merge the settings in the .reg file with the other users registry.

Geert

PS. If all this is new to you, maybe you should find yourself a local sysadmin to help you out.

tengel

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: "Exporting" standard colots
« Reply #6 on: August 02, 2012, 04:54:31 pm »
Thanx guys, Now I understand more.
Specifically about colors (Tool-->Options-->Standard colors)

Are those in the registry?

T.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: "Exporting" standard colots
« Reply #7 on: August 02, 2012, 06:31:42 pm »
Yes. But as said you have to find them by yourself.

q.