Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: elr on January 01, 2025, 03:19:15 am
-
Hello all,
In my MDG metamodel, I'm adding up a sequence diagram to my <<diagram profile>>.
Is there a way to configure it without activations bars by default ? I don't spot any related parameter (in styleex and pdata) for the Diagram_Sequence metaclass. Weird ?!
Thx you and best wishes for 2025 !
Eric
-
Hello,
Maybe adding 'SuppressFOC=1;' to the StyleEx could solve your problem.
HTH,
-
That works. Thank you Takeshi !
I understand that User Guide 'MDG Technologies' is not the only guide to read as it never refers to 'SuppressFOC' :o
Where this 'SuppressFOC=1' documented ?
Eric
-
Great to hear that the information has helped you.
I do not know the document which the setting is mentioned, but it is easy to find it by checking a difference in the t_diagram (in this case) table after changing the target setting.
-
Hi Takeshi,
Without doc, I have no clue how you can determine the keyword (here 'SuppressFOC') just by comparing an option-enabled release and an option-disabled's one :-\
Does EA provides means or do we require a DB inspection ?!
Thx for your help !
Eric
-
Some of them are describe in the book "Inside Enterprise Architect - Querying EA’s Database" from Thomas Kilian
See http://leanpub.com/InsideEA
-
Thank you Valery for pointing me this source !
;)