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 - lostwald

Pages: [1]
1
Hi,

I have the same issue with V11.
The post you are referring is about connectors. Is the problem definetly fixed in V11, or is it just fixed for stereotyped connectors not for stereotyped EA.Methods ?

If not the only solution would be to parse the MDG Technologies .xml file and apply the taggedValues by code ?  :(

kind regards,
lostwald

2
Hi,

no I couldn't find a thread with information to fix the problem. Sync in combination with MDG is also a dead end.

The last thing I tried was the method Repository.SynchProfile(), without any effect...

kind regards,
lostwald

3
Hi,

when I create a operation of stereotype runnable with the EA UI some taggedValues are added. These taggedValues are specified in a MDG Technology. However, when I create a operation of stereotype runnable per AddIn (component.Methods.AddNew(..,..) ) the tagged Values are missing.

How can I create a runnable with the taggedValues of the MDG Technology ?

(EA 10, C#)

Kind regards,
lostwald

4
Hi,
I'm searching for a way to get multiple selected packages in the Project Browser. GetTreeSelectedElements() doesn't return packages, GetTreeSelectedPackage() only one package. Have I missed something or is it not possible ?

I'm using EA10 and C# to write the AddIn.

Greetings,
lostwald

5
Hi,

I'm trying to position ports of a component via AddIn using C#. After getting the corresponding EA.DiagramObject of a port I modified the top, bottom, left, right attributes.
After calling the Update() method of the port, the parent EA.DiagramObject (the component with the ports) and the Update() method of the diagram the port is not moved to the desired location but to a location in the upper left (not the top left corner) of the component.
The set location would be valid if I would position it by UI with the mouse.
How can I position a port correctly ?

Thanks in advance.

6
Automation Interface, Add-Ins and Tools / Re: Focus element in diagram
« on: April 12, 2013, 08:01:44 pm »
Hi,

yes for sure this works to select it. I can also in addition select it in the project browser but it doesn't center the element in the diagram view.
Just to be sure: I have to use EA 9.3

7
Automation Interface, Add-Ins and Tools / Focus element in diagram
« on: April 12, 2013, 07:17:05 pm »
Hi,

I want to focus an element in a diagram by clicking on a corresponding message in the output. Like it is done in the model validation output tab. Writing to the output and registering to the clicking event is straightforward, but how can i focus the element ? So basically I would like to use the functionality of "Locate in current Diagram" from the context menu in the Project Browser.

Thanks in advance for any help :-)

Pages: [1]