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

Pages: [1]
1
Suggestions and Requests / Re: Diagram Export to EPS/PDF
« on: December 04, 2009, 08:29:53 pm »
Geert,
having

using Ctrl+C or Diagram|Copy Image or PutImageToClipBoard pretty much is the same function and leads to

Using Save To File produces

for emf

and wmf using InkScape.

Printing to PDF (which is the format of choice for my TeX-Document) produces


So my supposed way is to print the diagram to PDF . So again everybody: Is there any way to automate this? Clicking print for any of the about 30 diagrams is a bit annoying as they are subject to change

2
Suggestions and Requests / Re: Diagram Export to EPS/PDF
« on: December 04, 2009, 01:43:47 am »
I did not find any PrintXXX method in Interop.EA.dll. I found PutDiagramImageToFile/ClipBoard, but thats apparently not working.

Is there any other way to print via automation interface?

Many thanks
Soeren

3
Suggestions and Requests / Re: Diagram Export to EPS/PDF
« on: December 04, 2009, 12:48:08 am »
OK. In the end using FreePDF as Printer an changing the page layout to A5 Landscape kind of solved problem.

Is there anyway I can automate EA to print any diagram contained in the current selected model? Maybe via C# and the Automation Interface?

4
Suggestions and Requests / Re: Diagram Export to EPS/PDF
« on: December 04, 2009, 12:44:17 am »
Unfortunately not really. pasting it to inkscape for vector support crumbles the whole output (text gets put on wrong position) - pasting it to MS Paint destroys the colors and is in the end not the wanted vector graphic format for lossless scaling.

What's funny is that pasting to Visio looks great, but saving to SVG in Visio again destroys the text position in a new way?!

Has anybody any other ideas? Maybe using a PDF-Printer - but then the page layout must be adapted to the diagram....

5
Suggestions and Requests / Diagram Export to EPS/PDF
« on: December 03, 2009, 11:12:40 pm »
Hi everyone,
is there any way to export diagrams to EPS/PDF Format to use it in TeX-Documents? Maybe SVG would work too...

Many thanks
Soeren

6
Bugs and Issues / C++ Code Reverse, Problems with using declaration
« on: May 08, 2014, 07:46:33 pm »
Hi everyone,
after upgrading to Windows 8.1 last week (... and regretting it...) I also installed the than latest EA 11 (build 1105).

Now "Synchronizing with Code" or just opening the file in code editor does no longer work w/o error for C++ - I get a "Parse Error on line xxx" message for every line that has a using declaration in its .cpp (used to lower the namespace in implementation).


Sample.h
    namespace A
    {
         class B {};
    }

Sample.cpp
     #include "Sample.h"
     using A::B;  // <--- parse error here




Can anyone confirm this bug?


Thanks and greetings from Berlin!
Sören Sprößig

7
Hi all,
I'm using EA MDG for Visual Studio to import Team Foundation Server WorkItems to Requirements via the TFS mappings dialog. This works as expected and really rocks.

But now I want to create an new Requirement in EA and  automatically create a new WorkItem in TFS. Is this way working with MDG, too? How do I invoke it (Using the "Synchronize..." Popup-Menu did not work as expected)?

Thanks again for your help,
Sören

8
Automation Interface, Add-Ins and Tools / EA Automation Interface
« on: March 04, 2010, 01:19:42 am »
Hi all,
I'm trying to use the EA AI to automatically refresh my EAP to the HEAD Version from VersionControll. I use package.IsVersionControlled() to figure out if given package is under VC. But after that? How to I tell the AI to perform a "GetAllLatest" on the package? I just found package.VersionControl[Add/Remove/CheckIn/Out/Status], which is not what I want I guess...

Many thanks for your help,
Sören

9
Thanks.  Must have overlooked it.  ;)

10
Automation Interface, Add-Ins and Tools / Automate Generate Documentation
« on: February 24, 2010, 11:53:12 pm »
Hi all,
is there any way to run an "Generate Documentation" with a given template from "outside" EA (via commandline, automation interface), e.g. in an automated build?

Thanks in advance!
Sören

Pages: [1]