Book a Demo

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

Pages: [1] 2
1
When generating a different source file from the same UML element (e.g Element => Java to Element=> C#), maintain the same path as the original source file and only change the extension.

If you need more details, please email me.

2
Suggestions and Requests / Re: Clearing the Recent Projects List
« on: May 04, 2008, 07:07:30 am »
Note: This can be done by going to Open > Remove Selection From List.

Although this does the job, a more intuitive solution may be modifying the list directly from the project home page.

3
Suggestions and Requests / Clearing the Recent Projects List
« on: May 04, 2008, 06:59:15 am »
See title.

4
General Board / Re: C# Property Get/Set values
« on: April 15, 2008, 07:05:10 pm »
So, EA will define my private instance variables that match with a property field, and I can't link my own if I already defined it ?

5
General Board / C# Property Get/Set values
« on: April 14, 2008, 11:45:56 pm »
Can one set the private class variables that are get/set by a C# property, just by declaring it in EA instead of writing the actual code ?

6
General Board / Re: C# enumeration source generation
« on: April 14, 2008, 12:21:53 pm »
Thank you very much. It seems like if I generated the code, by default, it generated Java source, which would not update the enumeration values. Once I cleared out the original source directory and regenerated, everything was good.


7
General Board / Re: C# enumeration source generation
« on: April 12, 2008, 02:29:07 pm »
I am supposing that EA does not have this capability. Would be nice to know before I buy the product.

8
General Board / C# enumeration source generation
« on: April 12, 2008, 12:33:09 am »
Does EA support the generation of C# enumeration values ? If so, can someone point me to describe how to set the enum values appropriately to allow this to happen? I currently have enum "classes" with enum stereotyped values, but when generated no values are shown.

Thanks,

Zak :-?

9
This works if I use the <<struct>> stereotype instead of my unique sterotype.

10
Bugs and Issues / Sterotypes not updated in MDG UML Project View
« on: May 03, 2008, 11:25:53 pm »
I have a class that I stereotyped as a <<structure>>. The stereotype shows correctly in the class diagram, as well as the element tree view. When I delete the  stereotype via the elements property window, the element in the class diagram updates correctly, but not the tree view.

11
Bugs and Issues / Correctly generating source into a VS Project.
« on: May 03, 2008, 10:22:46 pm »
I am trying to correctly set up my EA project file to allow my source files to be easily generated and placed in the correct locations in my VS project. I have tried to find any documentation that would guide me through this process, but have yet to find any.


12
Bugs and Issues / MDG PostGenerate 4C Error
« on: May 03, 2008, 05:53:39 am »
I am getting the following exception when trying to generate some code :

Error in MDG_PostGenerate
Path not found (4c).
Can't Continue.

Any thoughts?

13
If I try to use the same EA project file in multiple VS solutions, the EA project maintains the original link to the first project. So, if I try generating code for the 2nd project, it will dump it in the first's directory structure. Also, if I delete the first solution, and try to regenerate the code in the second solution, it tells  me to reload the first solution that was deleted.

Is there anyway to refresh the folder/solution reference ?

14
Bugs and Issues / Re: Code Synchronization > Does it really work ?
« on: April 24, 2008, 03:53:51 am »
Note: I noticed if I have the following structure in my UML

Class Model
  |
  --- src
    |
    -----Com
       |
       -----MyElement

And I link it to a VS project, whenever I generate the code, it goes in a folder called Class Model\src\Com\MyElement.cs. How do I instruct a particular package to be placed in the correct place in a VS project ?


(BTW: I only added the src level in my UML to see if it correctly sync'ed , which it did not)

15
Bugs and Issues / Re: Code Synchronization > Does it really work ?
« on: April 24, 2008, 03:46:03 am »
Also, sometimes if I select an element, say "View Code", it goes to the correct source, but the element may be out of sync. I perform a "Synchronize" and the element does not change. Any solutions ?

Pages: [1] 2