Book a Demo

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

Pages: [1]
1
General Board / Re: Process boxes with 3 compartments?
« on: January 25, 2010, 08:19:55 pm »
Hi,

how can I print compartment value in shapescript ?

neuron

2
General Board / Profile <<redefines>> connection
« on: March 27, 2008, 11:03:37 pm »
I would like to ask, how can i use connection stereotyped with <<redefines>>, when i am creating profile ? (... i didn't find something in EA help)

3
General Board / Automatic method addition
« on: March 19, 2008, 06:46:30 pm »
Has EA feature like this ? ->

When I create method m() in sequence diagram, m() method will be automaticaly added to class Class2

A: Class1  B: Class2
--             --
|      m()    |
|   -------> |
|               |

4
General Board / IconixAgile, DOORS Add-In  - "Error - Missing"
« on: March 19, 2008, 08:31:18 am »
What does "Error - Missing" means  in a status of installed add-in ?
(Main Menu Add-Ins -> Manage Add-Ins -> Status column)
I have this status for IconixAgile Add-In and DOORS Add-In too.

(I am using MS Vista Business, Enterprise Architect 7.0.813)


5
Hi,

I am using this broadcast events

EA_QueryAvailableCompartments
(for example returns "compartment1")
EA_GetCompartmentData
(returns compartment data for "compartment1",
 for example value "test")

bud I have specific shapescript for the UML element.
How can I print compartment value in shapescript ?

neuron
 

6
Automation Interface, Add-Ins and Tools / Re: Custom Compartments
« on: January 25, 2010, 08:22:52 pm »
Hi,

how can I print compartment value in shapescript ?

neuron

7
Hello,

I changed diagram type to "Activity", which is the first one from help - Built-In Diagram Types.

C# CODE:

...
EA.Diagram diagram = (EA.Diagram)package.Diagrams.AddNew("ExampleDiagram", "Activity");
...

...activity diagram is added immediately, but I still have that error message "Encountered an improper argument"...

neuron

8
Hello,
I'am trying to add new diagram,
but after this code I have error "Encountered an improper argument"
and after I reopen .ea file, the diagram is added to package.
Can somebody help me ?

C# CODE:

public bool EA_OnPostNewMethod(
      EA.Repository repository,
      EA.EventProperties eventProperties)
    {
      EA.Package package = (EA.Package)repository.GetPackageByID(5);
      EA.Diagram diagram = (EA.Diagram)package.Diagrams.AddNew("ExampleDiagram", "Class");
      diagram.Notes = "Example note";
      diagram.Update();

      return true;
    }


9
What does "Error - Missing" mean  in a status of installed add-in ?
(Main Menu Add-Ins -> Manage Add-Ins -> Status column)
I have this status for IconixAgile Add-In.

(I am using Microsoft Vista Business, Enterprise Architect 7.0.813)

Pages: [1]