Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: BobM on June 01, 2023, 06:49:46 pm

Title: Where are styles stored in EA
Post by: BobM on June 01, 2023, 06:49:46 pm
We are trying out RAS and noticed the styles aren't included in the EABase_1558 script (Unless it doesn't looks like a duck, while I'm trying to find a duck).

We altered the default styles and added a few.

Does anyone knows in what table the styles are stored so we can add them to the EABase scripts when we build new repositories?
Title: Re: Where are styles stored in EA
Post by: qwerty on June 01, 2023, 07:53:27 pm
Uhm, which styles are you talking of?

q.
Title: Re: Where are styles stored in EA
Post by: BobM on June 01, 2023, 08:00:42 pm
Uhm, which styles are you talking of?

q.
My apologies,
These styles:
(https://i.ibb.co/d4Vw8Mt/2023-06-01-11h57-05.png)

I already found out from previous posts in this forum that it is impossible to import/export them between projects so it is probably going to become a feature request (which was probably ignored in the past, if a feature request has been submitted back then, but as they promote RAS it might be heard now)
Title: Re: Where are styles stored in EA
Post by: qwerty on June 01, 2023, 10:03:19 pm
They are stored in t_trxtypes. You can probably write a simply script to ex-/import those in csv-like style.

q.
Title: Re: Where are styles stored in EA
Post by: BobM on June 01, 2023, 10:08:26 pm
They are stored in t_trxtypes. You can probably write a simply script to ex-/import those in csv-like style.

q.
Thank you,

Yes, the script is simple (once you know where to find export them from :) )