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

Pages: [1]
1
Hello,

I am looking for where the sort order (Ascending / Descending) of the fields of a table index is stored.

I thought of this: class/table => method (indexname) => parameter => taggedvalues ​​but the parameter's tagged-values ​​collection is empty.

Thanks for your help.

2
General Board / Create a Review Document - I don't have any dialog box
« on: September 03, 2023, 12:22:30 am »
Hello,

For "Create a Review Document", we can read in the documentation https://sparxsystems.com/enterprise_architect_user_guide/16.1/modeling_fundamentals/spec_review_documents.html
in the paragraph "Create a Review Document":
Quote
Name: On the 'Team Document' dialog, type a name for the document.

The following refers to a dialog box like:
Quote
RTF Template: Click on the drop-down arrow and select either...

But I don't have any dialog box. Does anyone know why?

3
Hello,

In the Library window, when I want to create a document based on a template, I don't have the 'Template' field.

In the doc, it is described: https://sparxsystems.com/enterprise_architect_user_guide/16.1/teams___collaboration/adding_a_new_post.html
then paragraph "Create a Document based on a predefined template"
then to point 3: Click on the drop-down arrow in the 'Template' field, and select a predefined template for the Document contents.

Thank you for your help...

4
Hello,

I installed the "MDG Technology for TOGAF" extension to evaluate it but it does not appear in the dialog box "MDG Technologies" (accessible by Specialize \ Technologies \ Manage).

I have an EA Corporate license of version 14.1.1429.
I started the installation of EATOGAF.msi.
I started EA but there is nothing for "TOGAF".

Thank you for your help !


5
Suggestions and Requests / Current user's name (about the display)
« on: August 29, 2018, 10:25:43 pm »
Hello,

It would be interesting to have the current user's name in the "About EA" dialog box (or elsewhere).

Best regards,
Thierry

6
General Board / Re: Where is mentioned the name of the user logged in
« on: August 29, 2018, 10:19:56 pm »
Thank you very much.

I think it would be better if this information was clearly visible as in the "About EA" dialog (or in another).

7
General Board / Where is mentioned the name of the user logged in
« on: August 29, 2018, 06:48:09 pm »
Hello !

Here is my question about EA V14 :

On a computer, where is mentioned in EA the name of the user logged in ?

Thank you for your help :)

8
Thank you very much for your help Aaron B !!!  :)

Best regards,
Thierry

9
Hello !

I have a DiagramObject (in a sequence diagram) and I want to get the ElementId of the Class of this DiagramObject.

ObjectDiagram.ElementId returns the Id of the instance and it's not this that I want, but the Id of the Class of the instance.

Thank you for your help !

Best regards,
Thierry

10
Automation Interface, Add-Ins and Tools / Re: The SaveImagePage function
« on: February 18, 2015, 08:21:15 pm »
Thank you Aaron_B for your help !  :)

I did not know this function and with it I get exactly that I wanted.

Best regards,
Thierry

11
Automation Interface, Add-Ins and Tools / Re: The SaveImagePage function
« on: February 17, 2015, 09:50:38 pm »
Hello Simon,

Thank you for your analysis.

I can not test the "reverse" of x and y parameter, because only 1 and 1 are valid values in my tests. Other values cause an error.
I have a simple model that illustrate the problem. I can "save image to file" with EA himself and I want exactly the same result, but it's not possible with the API, in C# like this :

eaDiagramme = oEA.Repository.GetCurrentDiagram();
if (eaDiagramme.SaveImagePage(1, 1, 1130, 795, "C:\\Users\\Thierry\\Documents\\$\\Diagramme.png", 0) == false)
                TxtErreur.Text = eaDiagramme.GetLastError();

(The SaveAsPdf is ok with the same diagram.)

My diagram is on 2 pages. If I move all entities in one page it's ok. But I want the same result as EA himself (Ctrl-T) : all entities in a file with one page.

If you want, I can send you my model.

Best regards,
Thierry

12
Automation Interface, Add-Ins and Tools / The SaveImagePage function
« on: February 17, 2015, 03:56:23 am »
Hello,

I need more documentation about the parameters of the "SaveImagePage" function.
When the diagram contains only 1 page, there is no problem, but if it is greater than 1 page, SaveImagePage returns an error.

When x or y are different than 1, there is an error, but the diagram is on more than 1 page.

What is the meaning of the parameter Flag ?

//////////////////  Help from EA  ///////////////////////////
Saves a page of the diagram to disk.

Returns true if the operation is successful; returns false if the operation is unsuccessful.
Use GetLastError() to retrieve error information.

Parameters:

· x: Long - the horizontal page
· y: Long - the vertical page
· sizeX: Long - the page width to use
· sizeY: Long - the page height to use
· filename: String - the filename to save the image to.
· flags: Long - options
The image type is determined by the extension of the filename. Currently only .EMF, .BMP and .PNG formats are supported.

///////////////////////////////////////////////////////////////////

Best regards,
Thierry

Pages: [1]