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

Pages: [1]
1
Hi,

what is the version of your EA?
In 9.1 release notes they state that the return value of EA_OnPreNewDiagramObject is temporarily ignored when creating an instance, but this should not result in a crash.
Maybe your add-in manipulates the repository on another method?
E.g.:
I have the need to allow on instances of a specific profile stereotype be created in a sequence diagram. EA_OnPreNewDiagramObject would be perfect for this, however it does not work, as described above.
So, I tried to delete the DiagramObject from EA_OnPostNewDiagramObject, in this case EA crashes for me. I will contact support, maybe they have a solution.

Cheers
Tibor

2
Automation Interface, Add-Ins and Tools / MDG via URL - update?
« on: March 23, 2011, 02:56:39 am »
Hi,

I have created an MDG technology, which is available over http (via an Apache server). I have configured the server so, that files are not to be cached.
However, when I create a new version of my MDG Technology an upload it to the server EA does not download the new version, but keeps using the old one.
I have also emptied the Temporary Internet Files folder via IE, I removed the MDG from EA and did an empty restart, the I added the MDG url again, however, EA still displays the old technology.

Please help.

3
Is it somehow possible, to include content on specific conditions in a template?
e.g.:
Only include a connector description in the document, if the link has a specific stereotype, or if the element on the other end is of specific type etc.

How can this be done, if at all?

4
Automation Interface, Add-Ins and Tools / Re: Custom Toolbox
« on: March 11, 2011, 10:33:27 pm »
Thanks, that really worked.
Guess I was intimidated by "MDG". Was really easy to do.

5
Automation Interface, Add-Ins and Tools / Custom Toolbox
« on: March 11, 2011, 03:40:43 am »
Hi,

I would like to create a custom toolbox to be used with my diagrams. The elements would only be standard UML elements (Class, Component, Actor and UseCase) and a simple uml association as connector.
I have created the following model, and exported the diagram as a profile.


However, when I load the profile and select MyToolBox, I get the following displayed:


Could somebody help?
What am I doing wrong?

Thanks

Pages: [1]