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

Pages: [1]
1
General Board / Re: How to add checkbox for a field in an UML diag
« on: October 11, 2014, 10:58:18 am »
thank you qwerty

2
General Board / Re: How to add checkbox for a field in an UML diag
« on: October 11, 2014, 04:00:59 am »
I know that feature, but I need more active interaction with user,
Because I am going to facilitate the input arguments taken from the user in order to send it back to the plugin I use by C#,
I need a User to just quickly determine which component/classes/method ,etc needed to be send quickly as possible to the plugin- Add-ins.

If there is any other quick way, just please let me know..

Regards,

3
General Board / How to add checkbox for a field in an UML diagram
« on: October 10, 2014, 11:25:41 am »
I am going to allow use to select some items / methods from any class he want, so is there any way to allow him to select one or more method,
please see img to understand what I mean:



Thank you

4
General Board / Re: Can I use Java Eclipse to build EA-adds on ?
« on: October 11, 2014, 11:06:14 am »
thanks

5
General Board / Re: Can I use Java Eclipse to build EA-adds on ?
« on: October 10, 2014, 11:10:12 am »
OK, thank you, so you mean we can not add plug-in that used by EA itself during EA run-time ?

That is clear , thanks  :)

6
General Board / Re: Can I use Java Eclipse to build EA-adds on ?
« on: October 10, 2014, 09:08:47 am »
Thanks Simon for replaying ,

but I have found something here : http://www.sparxsystems.com/enterprise_architect_user_guide/10/automation_and_scripting/setup.html

see java section.
Thank you

7
General Board / Can I use Java Eclipse to build EA-adds on ?
« on: October 10, 2014, 07:47:10 am »
I am asking if it is possible to build extensions for EA using java eclipse ?
if so, could someone give me a tutorial for that ?

Regards,
  

8
General Board / Re: Table name of "Tagged Value"  of a Class
« on: October 14, 2014, 06:40:21 am »
 right, thank you so much

9
General Board / Table name of "Tagged Value"  of a Class
« on: October 11, 2014, 01:37:49 pm »
I need to know where exactly the tagged value stored in case of using it with Class.

I have got names of table of tagged value of attributes and operators.

Only I need table name of tagged value that holds it for Class

10
General Board / How can I use update statement in EA
« on: October 11, 2014, 11:01:05 am »
I am using normal Builder , but there is no action no update occurs on the intent table see the image please.

Anyway how could I modify the tables using SQL DML.
I do not like to use ODBC or any third party software, it would be complicated to config with every project.

Thank you


11
General Board / Re: How can I get a node by GUID
« on: May 14, 2013, 12:40:04 am »
Thanks
OK
good solution

12
General Board / How can I get a node by GUID
« on: May 13, 2013, 10:05:21 pm »
How can I get a node by GUID
I have a guid string
and I want to get the related Node
Thanx

13
General Board / SQLRepository
« on: May 14, 2013, 12:42:57 am »
are there   packages for SQLApi library to deal with this method

public bool AllowDuplicates
{
   get
     {
       Throw new NotImplementedException();
      }

   set
     {
       Throw new NotImplementedException();
      }
}

Pages: [1]