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.


Topics - zalbina

Pages: 1 [2] 3 4
16
General Board / Apply Security Lock
« on: September 04, 2012, 11:14:45 pm »
Hello,

I need to lock some diagrams in a package using VBA code like Apply Lock in EA Project browser. The part of the code:

currentDiagram.ApplyUserLock

does not work properly. I have the message "Method ApplyUserLock of the object IDualDiagram failed.

Some ideas?

Thanks.

17
General Board / Generate annotations for Java
« on: September 06, 2012, 05:37:05 am »
Hello,

I have got planty of entities and any design which is added to it. I need to generate annotations for Java. Where should I start?

Thanks.

18
General Board / RTF Template
« on: September 02, 2012, 06:43:19 pm »
Hello,

I'm generating a RTF report and I need to exclude from this report Elements which contain part of the its name 'Enum'. I tried to create Element Filter and in the Name field write some sql statement Not Equal To '%Enum'. It does not work.

Thanks.

19
General Board / Code Generation
« on: July 30, 2012, 06:37:23 pm »
Hello,

I've added tagged value to a class but when I've generated the java code don't see it. What should I do?

Thanks.

20
General Board / Code Generation Template
« on: July 25, 2012, 06:13:36 pm »
Hi!

I've created my own custom template. How can I check if it works fine?

Thanks.

21
General Board / Build SQL Query
« on: July 24, 2012, 06:22:46 pm »
Hello,

Is it possible to build a SQL Query in order to change class attributes or stereotype of a class, save the query and use it after?

Thanks.

22
Bugs and Issues / Project Browser Objects in Alphabetical Order
« on: June 10, 2013, 07:44:50 pm »
Hello,

I choose this options from Tools->Options->Objects->Sort Features Alphabetically but it does not work like it's supposed to. For examle: classes under the selected package are partually ordered:
A
B
C
.
.
.
Z
A
B
C
.
.
.
Z

I assume some bug after upgrading from EA 9.3 to 10. Probably some classes were created before, some after and as a result of it the BUG :(.

Your opinions?

Thanks.

23
Hello,

Is it possible to write into the word document hyperlinks using EA.DocumentGenerator?

Thanks.

24
Hello,

I've upgraded my EA edition to version 10 and this method stopped to work correctly :(. I mean this line of code opens "Publish Model Package" dialog instead of regular "Export Package to XMI" one and shows Error message in the midle of the execution process.

myProject.ExportPackageXMI(selPackage.PackageGUID,EA.EnumXMIType.xmiEA241, 0, -1, 0, 0, fileName);

Thanks.

I did try to use different kind of EnumXMIType, but nothing helped :(.

25
Hello,

Yes, is it possible to built it in a simple way?

Thanks.

26
Hello,

Is this a simple way to apply security lock on all elements of the selected package using API? I don't want to use recursion, loop by and so on.

Thanks.

27
Hello,
I'm pretty confused with Show Differences tool. When I compare last baseline with the current model, the tool show me long list of changes which were not done. For example, I have changed one attribute value, but the tool brings me a list of different changes of different packages, classes, attributes and etc.  
Can someone explain it to me?
Thanks.

28
Hello,

Probably somebody has some clear idea about diagrams in RTF report using API. I've generated report using my add-in with lots of diagrams and some of them are pretty clear and big but rest of it are very small and it's impossible to see something on it. What is influencing the diagram to be small in word document? How to improve the visibility of it?

Thanks.

29
Hi,

Today, suddenly, I found very weird thing related to the reverse engineering. I built some class with the couple functions and attributes in EA, generated source code after that. Everything seems right. I implemented my functions and performed reverse engineering procedure back to EA. Everything seems right again, BUT I desided to add some code to my functions and again generated java code from EA. Just guess what should I see in java code? That's right, CODE, BUT all my functions are EMPTIES. So, I don't know, may be I miss something in my understanding of things, or it's a BUG. I forgot to mention that it happens when I delete first generated code and generate the code again on to the same place.

Thanks.

30
Automation Interface, Add-Ins and Tools / Reverse Engineering
« on: January 24, 2013, 10:09:41 pm »
Hello,

Yes, when I'm doing reverse engineering from my java code into EA can I, somehow, intervent to this process in the middle? How does EA perform this operation? Does it use some template and where can I find it?

Thanks.

Pages: 1 [2] 3 4