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

Pages: [1]
1
vote... i need it  :(

2
General Board / Get RequiredInterfaces in document with RTF temp.
« on: April 11, 2007, 09:55:58 pm »
I have a problem. Here is the template I use to create a document.
This gives me all Diagrams and Ports out of the Project Browser. But the Ports are connected over RequiredInterfaces with ProvidedInterfaces.
I cant get them out in my documentation. Can somebody help?

Code: [Select]

package >
diagram >

{Diagram.Name} - {Diagram.Type}

{Diagram.Notes}
{Diagram.DiagramImg}


< diagram

element >
embedded elements >
{EmbeddedElement.Name}
< embedded elements
diagram >
< diagram
child elements >
< child elements
< element
child package >
< child package
< package

3
Uml Process / RTF Documentation - Image reference
« on: March 22, 2007, 04:26:13 am »
Hi!

I need an "image reference" in my RTF documentation.

Is it possible to list all pictures, names and some other stuff in a table or something else at the end of the doc?


thanks, fr3sh

4
Automation Interface, Add-Ins and Tools / Re: Refresh Object Browser
« on: March 20, 2007, 01:20:01 am »
Ah... OK

Big THX... it works like a charm. ;D


fr3sh

5
Hi there!

Is there a function or something else for refreshing the Object Browser?

My problem is, that my changes (done by Addin) are not visible immediately. I first have to reload the Project new which is very ugly :(.

6
I would like to add a custom Status to the Project with an Add-In. Seems like it's not supported by the Automation Interface.

Set the Status of an Element is no problem and works.

7
Is there no way to automate this?

This is too much work for my users  ;)




thanks, fr3sh

8
How can I add a new Status in my Project?

Get the Status is no problem. This can be done like this:
Code: [Select]

EA.Reference newRef = Repository.GetReferenceList("Status");
MessageBox.Show(newRef.Count.ToString());


thx, fr3sh

9
Automation Interface, Add-Ins and Tools / Re: TeX documentation
« on: March 14, 2007, 04:37:47 am »
This TeX Plugin sounds nice... i think this is much better solution an can realy be customised.

( not like the included RTF stuff )  ;D

Develop a perl plugin for generating a TeX output is a very clever solution. This allows you to use all the nice Perl modules from CPAN.

10
Automation Interface, Add-Ins and Tools / Re: TeX documentation
« on: March 13, 2007, 04:09:53 am »
This is exactly my opinion!

Have you allready found a way to use TeX with EA?

11
Hi

i'm new here and new with EA.

I have a Problem with the Use Case Options. Our Use Case has been changed to fit some requirements. Now there are some options missing which are necessary to fill in all information in the 'Use Case Properties', we need.

So my question is: Is it possible to add som extra Options in the Use Case Preference Dialog with a self developed addin?
But this just makes sense, if we can access and export the all information in a RTF Dokument.

Has anybody some experiences with this or just can say if it is possible or not?


thx, fr3sh


Edit:
In
Code: [Select]
Help -> Automation and Scripting -> The Automation Interface -> Reference -> Element
i found a class diagram which shows an "Element" where attributes are listed as a collection. Is it possible to add some extra Attributes for our needs and a new tab to access this attributes via GUI?

Pages: [1]