Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mesple

Pages: [1] 2
1
Ok, thanks
Olivier

2
Thanks for your advices. I tried to do the transfer of all the roodNodes of my model from DBMS to .EAP, but the file created is to too big for Access  :-\.
Any idea?
Olivier


3
Hi all,
I'd like to transfer only one rootNode of my model hosted on a SQLServer into a new .eap file.
Is-it possible?
I tried to do that by using the export/import .xmi function but it doesn't work (Memory fail during import)  :-[
Thanks for your response.

Olivier

4
ok, thanks for your quick response.

5
Hi all,
In my MDG, the element have been resize (width=100px, height=30px). If I add new elements by using the toolboox, the elements are correctly sizing :). But if I add new elements by Quicklinks, the size is not correct :(. I have to adjust it manually. Any idea?
Thanks!

6
Automation Interface, Add-Ins and Tools / Re: MDG/Quicklink definition?
« on: November 13, 2019, 08:07:40 pm »
Thanks a lot!
Olivier

7
Automation Interface, Add-Ins and Tools / MDG/Quicklink definition?
« on: October 22, 2019, 11:15:02 pm »
Hi all,
I'd like to add Quicklink definition to my MDG.
I have an issue with an "Association" link definition.
What's wrong in my settings:
"//Source Element Type,Source ST filter,Target Element Type,Target ST Filter,Diagram Filter,New Element Type,New Element ST,New Link Type,New Link ST,New Link Direction,New Link Caption,New Link & Element Caption,Create Link,Create Element,Disallow Self connector,Exclusive to ST Filter + No inherit from metatype,Menu Group,Complexity Level,Target Must Be Parent,Embed element,Precedes Separator LEAF,Precedes Separator GROUP,DUMMY COLUMN
Class,Etape,,,,Class,Etape,Association,,directed,,Association,TRUE,TRUE,TRUE,TRUE,Etape,0,,,,,"

If I substitute "Association" by "Realization", it works!

Thanks a lot

Olivier

8
Thanks a lot! It works  :) Great

"
decoration Classe
{
 orientation="NE";
 image("Classe.png",0,0,100,100);
}

//Shape ChildElement adds Child Compartments to the parent.

shape ChildElement
{
   if(HasProperty("stereotype", "Besoin"))
   {
      SetCompartmentName("Besoins");
      AppendCompartmentText("#NAME#");
   }
}
"
Olivier

9
Hi all,

I tried to write a shape script containing a "custom compartment" named "Toto" to display the name of child elements.

"
shape ChildElement
{
   SetCompartmentName("Toto");
   AppendCompartmentText("#NAME#");
}
"
is-it right?

and then, as mentioned in the help (https://sparxsystems.com/enterprise_architect_user_guide/14.0/modeling_tools/add_custom_compartments_to_ele.html), I've attached a linked Note to manage the compartment visibility (Method 2) but my compartment named "Toto" doesn't appear in the "Feature type" list?  :-[
Why? Any idea?

Thanks a lot
Olivier

10
Thanks a lot!
Olivier

11
ok Geerts, where can I find information on the new way to define quicklinks in V14?

12
Hi all,
I'd like to manage quicklinks in my MDG and I'm looking for examples.
It could be useful to illustrate the help web pages.
Thanks a lot!
Olivier

13
Thanks Geert :-)

14
Thanks for your response  :) but unfortunatly, it doesn't work.
Same msg : "The requested connection is not UML compliant" whatever the type of the link between the "metaclass" and the "stereotype" objects.
I suppose that I have probems with EA parameters or MDG Technology?
If I select a metaclass object in my profile diagram, the quick linker doesn't propose any stereotype to extend?
Any idea?

Thanks
Olivier

15
Hi all,

I'm using the last version V14.
I'd like to update my MDG Techno, by adding a new stereotype "A" from an existing metaclass "B".
And I've the following error msg when I create the "Extension" link between "A" and "B" : "The requested connection is not UML compliant"
????
Thanks for your help!
Olivier



Pages: [1] 2