0
votes
1answer
23 views
Draw emf antialiased
Is there a way to draw an emf metafile (exported form a drawing tool) with antialiasing enabled? The tools I tried are not capable of exporting emf files antaliased so I wonderd if …
1
vote
1answer
80 views
how to use web service using EMF classes??
I want to create a web service by using classes created by EMF, as those classes are not in standard bean format, is there any wrapper or some tool available to create web service? …
0
votes
1answer
39 views
change type of fields in emf editor
Hello,
I'm using EMF to let the user create a model using a generated editor.
In the editor properties, in one of the properties of the model I want the user to click on "..." but …
6
votes
6answers
2k views
GDI+ / C#: How to save an image as EMF?
If you use Image.Save Method to save an image to a EMF/WMF, you got an exceptoin (http://msdn.microsoft.com/en-us/library/ktx83wah.aspx)
Is there another way to save the image to …
0
votes
0answers
6 views
generating code from EMF model
Hi
I have created an EMF model with extension .system which will generate the code for my work.
Now I can generate code using lauch codegen action from eclipse.
But I want to gen …
0
votes
1answer
25 views
How to not write the DocumentRoot to the XML
Hi,
I'm using EMF, and I created my ecore from XSD.
I notice that the XML that are being saved by the editor have the element DocumentRoot, which is not part of my original XSD. C …
0
votes
0answers
6 views
EnumerateMetafile() does not render embedded bitmap correctly on Windows XP
This phnomena statred when my PC downloaded "software distribution service 3.0".
Is there a work around? Did Microsoft shut down the enumeratemetafile() method?
0
votes
2answers
120 views
How to get started with MDA?
Hey all,
I've been wanting to have a dabble with Model Driven Architecture for a while now.
Could anyone give me any hints on how to start.
I'd love to be able to define a domai …
2
votes
2answers
119 views
Specifying DPI of a GDI Device Context
I have an application that generates metafiles (EMFs). It uses the reference device (aka the screen) to render these metafiles, so the DPI of the metafile changes depending on what …
0
votes
1answer
65 views
EMF ecore and xsd out of sync, how to resolve ?
Hi there,
My application is using a model base on an xsd that have been converted to an ecore before generation of the java classes.
One of my team member modified the .ecore meta …
0
votes
1answer
31 views
What Query/Path-Language is used for References in Ecore-derived XMI-Instances?
Assume that I have an Ecore-model containing a package and some classes that make reference to each other. If i create a "Dynamic Instance", Eclipse produces an XMI-file and I can …
0
votes
1answer
44 views
ResourceSet.createResource(URI) - what if ‘uri’ is not enough to create certain resource?
There is a method in ResourceSet which can create resource:
public Resource createResource(URI uri)
The problem: 'uri' is not enough to create valid type of resource.
For example …
0
votes
1answer
576 views
Print EMF (WMF) from the Command Line using SHIMGVW.DLL
For Windows XP / Windows Server 2003
I'm trying to print an EMF(or WMF) file format to the virtual printer "Microsoft XPS Document Writer" using Windows Picture and Fax Viewer (sh …
0
votes
1answer
59 views
EMF with forced antialiasing
Hello,
Our program needs to generate vector graphics, and we chose EMF for that. However, it seems that other programs render these images non-antialiased. I found that SVG format …
1
vote
2answers
161 views
Eclipse Modelling Framework (EMF): How to get the DomainModel from a Magicdraw UML2 Export
Hi,
I want to use the EMF for Code Generation, so I wrote some methods to load my UML2 File which I generated myself. This works fine with the following code:
protected void regi …
