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 - Mirko Sertic

Pages: [1]
1
Ok, thank you all so much for your help!

Regards
Mirko

2
Automation Interface, Add-Ins and Tools / GetTreePos always returns 0
« on: June 25, 2010, 10:07:41 pm »
Hi

I am running EA 7.1. When using a repository as model source, GetTreePos works perfectly. When using an EAP file, GetTreePos always return 0. Is this a known issue, and is there a work around available?

Thanks in advance
Mirko

3
Mogwai EAReport is a Java based reporting tool for Sparx Systems Enterprise Architect. It uses the Enterprise Architect automation interface to convert the model data to a XML file. Model diagrams are also converted to PNG files. Then, a Microsoft Word 2007 OOXML .docx template is used to create the destination report. Model elements and diagrams are selected by XPath expressions, so there a no more limitations known from the build in rtf document generator.

EAReport

* converts an existing Enterprise Architect Model to XML
* Enterprise Architect Diagrams are exported as PNG files
* uses Microsoft Office 2007 .docx (OOXML) templates with XPath expressions
* can import images from filesystem to Word document
* it is based on GPL license

Mogwai EAReports comes with a complete user documentation, example report templates and also example reports. Feel free to give it a try!

Please visit the project website at http://mogwai.sourceforge.net for more details.

For questions and comments, don't hesitate to contact the projects mailing list or members!

Regards
Mirko Sertic
Project Admin

4
Hi@all

I am using EA 7.0, and i am getting the following stacktrace:

java.lang.Exception:
      at org.sparx.Collection.comGetAt(Native Method)
      at org.sparx.Collection.GetAt(Collection.java:135)
      at org.sparx.Collection$CollectionIterator.next(Collection.java:46)

when iterating over usecase constraints. The code works for 7.1, but it throws exceptions in 7.0. Is this normal and is there a workaround available to run it in 7.0?

Thanks in advance

Mirko

5
Automation Interface, Add-Ins and Tools / Re: Export diagrams to word
« on: November 21, 2008, 01:37:07 am »
Thank you for this feedback.

Is there a function available to iterate over the whole model, and export every model diagram as a gif file to filesystem with the same directory structure as the model packages?

Could this be done using the automation interface?

Regards
Mirko

6
Automation Interface, Add-Ins and Tools / Export diagrams to word
« on: November 20, 2008, 03:30:46 am »
Hi@all

I want to export selected diagrams to word. As soon as the diagrams were changed in ea, i want to rerun the export again, so the diagrams are overwritten in word.

Is there already such a functionality available, or if now, how could this be implemented using the automation interface and c#?

Thanks in advance
Mirko

Pages: [1]