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.


Topics - Tehila1

Pages: 1 ... 6 7 [8]
106
Automation Interface, Add-Ins and Tools / Generate diagram image
« on: January 02, 2014, 09:33:44 pm »
Hello!
How can I insert to a generation document an image of an EA diagram via  EA API- and not by template which contains the image as diagram field?

Thanks!

107
Automation Interface, Add-Ins and Tools / EA Generator
« on: December 17, 2013, 10:01:22 pm »
Hello!
I use EA document generator to create a custom document based on EA model. I added a table of content via code:
Code: [Select]
generator.InsertTableOfContents();and found it is possible to add it via a custom template : insert->Table of content.
Well, Is it possible to add a table of figures using the ways above?

Thanks in advance!

108
Automation Interface, Add-Ins and Tools / EA Adddin help
« on: December 26, 2013, 10:40:45 pm »
Is there a way to intergrate my help document for my addin with EA built-in Help?

109
Where can I find information about the minimal system requirements for EA add-ins?
Before deploying a custom add in it is necessary to know these details.

Thanks in advance!

110
Automation Interface, Add-Ins and Tools / Select EA Model Element
« on: December 09, 2013, 07:14:30 pm »
Hello!
Is there an API way to access  several types of model elements which the user selected from model browser?

-The user selected some model elements and I want to access all elements which on scope.

Thanks in advance!

111
Automation Interface, Add-Ins and Tools / EA add-ins
« on: December 09, 2013, 08:17:15 pm »
Hello!
I am working on a add- in which requires selection of EA Diagram.

If the user invokes the add in without choosing a diagram- a message box will inform him that he must select a diagram first. Then I want to exit from the add in.

Trying
Code: [Select]
System.Environment.Exit(0); makes all EA to be closed..

Thanks

112
Automation Interface, Add-Ins and Tools / Language for Code Generation
« on: November 26, 2013, 08:41:57 pm »
Hello!
How can I change programmatically language of a package? (and its children)
-I know EA.Element has the GenType property, but what about packages?

113
Automation Interface, Add-Ins and Tools / Custom Properties for EA Elements
« on: November 26, 2013, 12:39:44 am »
Can I add programmatically a custom property for an EA element?
For example: Location of an element in a diagram.
Or,Is there an other way to access this info?

Pages: 1 ... 6 7 [8]