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

Pages: [1]
1
General Board / Re: Download area for freeware plugins
« on: March 03, 2005, 08:55:43 am »
Maybe someone else can provide webspace? I really wonder - considering the large userbase of EA - that nothing has happened yet.  ???

2
General Board / Download area for freeware plugins
« on: March 02, 2005, 08:35:44 am »
Are there any considerations on creating a download area for EA-Plugins?

Now that there' a working example for Delphi, I intend to convert the SQL-Server addin I once developed for Modelmaker to EA. The plugin displays the text of stored procedures selected in the model and also allows for importing table, procedures, functions (could be extended to more since it uses SQL DMO).

3
Uml Process / Re: Relation between Use Cases and Activity
« on: March 02, 2005, 09:01:42 am »
Since I use Use Case Scenarious, my Use Cases are much smaller - I didn't know about scenarios before reading "Applying UML and Patterns" recently.

I organize all accompaniing models of a Use Case in a package with the same name as the Use Case - EA has a great implementation of packages, I use them to structure my models everywhere.

So for each Use Case, I have at least on realization either to one diagram reference (if no more is needed) or to a package   which then contains further diagrams.

4
Automation Interface, Add-Ins and Tools / Delphi Add-In
« on: August 18, 2004, 03:31:51 am »
Can somebody please help me with a working example on how to create an EA Add-In with Delphi(6)? I tried several ways (regsvr32 registers ok), but EA still prompt's that there was an error loading my plugin.

What I want to implement is a "jump to Delphi code" from a diagram...

thanks in advance!

5
This is the wrong forum, nevertheless: according to my experience, Delphi units rarely reflect what you'd design using packages.

I'd forget about the units. Import your Delphi classes and organize them into functional coherent packages with EA.

A component is meant to be used for what its name implies: representing components.

6
Automation Interface, Add-Ins and Tools / Delphi AddIn
« on: February 28, 2005, 03:08:32 am »
Compiles and works with Delphi 6, thanks alot!!!  :D

Just wanted to know if - in case I develop something useful with it - there's a place to post it so others can share?

Pages: [1]