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

Pages: [1]
1
Suggestions and Requests / Re: SVG Diagram Export
« on: February 03, 2006, 05:18:14 am »
I agree.  I would really like to get SVG format diagrams from EA to use in my Docbook documents.  Since the underlying diagram definition is stored in an XML format you would think that SVG diagrams would be a relatively simple extension (just apply an XSTL).

SVG export of diagrams is a feature I consider to be important.

2
General Board / Re: Does EA rev engineer sequence diagram from cod
« on: April 21, 2006, 12:47:27 am »
I think you have create classes and drag them into your sequence diagram to create your Lifelines.  Then if, when you add a new message, you can click on the "operations" button when editing the message properties,  you can add a methods to your class (in the sequence diagram).  Once your sequence diagram is finished you can export your classes as source code using the code engineering menu.  This will generate skeleton code for all the methods that you defined when you added your messages.

cheers.

3
General Board / Re: Does EA rev engineer sequence diagram from cod
« on: April 12, 2006, 11:54:47 pm »
I have been experimenting with this feature and I find it very useful.  However, I have a .NET program that runs embedded in another application and I typically debug this program by attaching Microsoft's .NET debugger to the running process.  Is there any way to do this from within EA?

Thanks in advance.

4
General Board / Re: EA crashes when editing Interface
« on: February 22, 2005, 11:25:46 pm »
I think I will get the latest version and see if this fixes the problem.  If not I will try to quantify exactly what steps are need (on my machine) to cause the error.

thanks.
d.

5
General Board / EA crashes when editing Interface
« on: February 22, 2005, 01:35:36 am »
I am using build 744 of EA pro and I have a reoccuring crash.  I was wondering if anyone else has the same problem.

This happens when I am added operations to attributes.  First, why do I have to add operations from the project tree using the context menu rather than having a tab in the dialog that pops up when you double click on the Interface item in a class diagram?

Anyway, in my current project if I edit an operation on an interface, exit the edit dialog (OK) then select another Interface in the project tree and then click on the "Operations..." item, EA exits to windows without possiblity to save.

Any help would be appreciated.
d.

6
General Board / User Interface Components
« on: February 01, 2005, 12:07:21 pm »
I find the user interface components in EA to be pretty cool.  I am starting to write a new application that will need a cool UI like this.  Are you using commercial components?  Care to say which one?  

thanks in advance.

d.

7
General Board / Re: Association always create attributes?
« on: June 20, 2002, 05:44:43 am »
Hi,

As far as I know, aggration, composition and association should turn in the same piece of code (as it does now). I think it would be better if you would use an dependency instead of an association.

grtz,
Dennis

8
General Board / C++ code generation bug.
« on: June 02, 2002, 11:56:01 pm »
Hi,

When generation C++ code out of my diagrams I find the following problems/bugs:

1: Relations show up as public attributes. They should be private. Although this is a minor bug it would be nice if this could be fixed.
2: EA does not overwrite previous generated files (and code) although I select "Overwrite code" at the synchronize option.
It would be nice if I remove a method in my diagram and re-generate the code that the deleted method is also removed from the code. At this moment this is not the case.

Any fixes in future releases of EA on this topic would be very much appriciated.

9
General Board / code engineering
« on: May 23, 2002, 04:12:55 am »
Hi all,

I don't know if the following is either a bug or a miss understanding from me (it prob. is  ;D) but I've got the following problem:
When I try to generate C++ code from my class diagram the following happens:
- aggregations and assosiations are made public where I would like them to have private.
- composits are half generated! Only the header file is included but no (private) member attribute is created.

Is this a bug or am I pressing the wrong buttons??

thanks in advance,
Dennis

ps I'm using EA v. 3.10 Build 487

Pages: [1]