Book a Demo

Author Topic: Question about the settings  (Read 3666 times)

Marcel

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Question about the settings
« on: April 22, 2007, 09:12:51 pm »
Hi,
i found out, that the EA saves some properties (Tools --> Options) in the registry and some properties (those from the menuitem Settings) in the .eap-file.
How can i edit the settings saved in the .eap File without using the EA, respectively how can i set these Settings "globally"?
I hope it's understandable what I wanted to ask.
Sorry for bad english!

Greetings
Marcel

[Edit]: Or are these settings maybe also saved in an external file (.ini or something)?
« Last Edit: April 22, 2007, 09:21:25 pm by Marcel »

thomaskilian

  • Guest
Re: Question about the settings
« Reply #1 on: April 24, 2007, 11:17:19 am »
I have just a good guess for it. There is definitely no .ini file. The repository related options are stored in tables of the repository. It should not be too hard to find that out by investigating the tables by good guess of the name.

Marcel

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Question about the settings
« Reply #2 on: April 24, 2007, 11:16:17 pm »
Quote
I have just a good guess for it. There is definitely no .ini file. The repository related options are stored in tables of the repository. It should not be too hard to find that out by investigating the tables by good guess of the name.


Sorry, but how? I'm a very noob in EA!

Jan ´Bary´ Glas

  • EA User
  • **
  • Posts: 408
  • Karma: +0/-0
  • Bary
    • View Profile
Re: Question about the settings
« Reply #3 on: April 25, 2007, 12:13:30 am »
.eap file is an MS Access format. If you rename the extension to .mdb, you may open it in MS Access.
Jan 'Bary' Glas

Marcel

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Question about the settings
« Reply #4 on: April 25, 2007, 12:14:45 am »
thank you for the information. I will try it!

bmioch

  • EA User
  • **
  • Posts: 81
  • Karma: +0/-0
    • View Profile
Re: Question about the settings
« Reply #5 on: April 25, 2007, 02:47:06 pm »
Marcel, if you want to set EAP file states globally, please look at creating a new base EAP file.

When EA creates a new model, it copies the EABase.eap in your install directory.

See this page from the help:
http://www.sparxsystems.com.au/EAUserGuide/index.html?createanewproject.htm

So either use this option every time you want to create a new model, or backup the current EABase.eap file and then replace it with your own.

Much simpler than trying to open the database manually.


Marcel

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Question about the settings
« Reply #6 on: April 26, 2007, 12:35:54 am »
@ bmioch:
Thank you, that worked wonderful!!