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.


Topics - Helmut Ortmann

Pages: 1 ... 5 6 [7] 8
91
Is it possible to display a Relationship Matrix with an Addin?

Thanks,

Helmut

92
Hello,

I want to create a bookmark/shortcut for a relationship matrix by an Addin. There are two functions:
- Create a bookmark from a relationship matrix (current diagram)
- Goto the bookmarked relationship matrix (display it)

Is there a way to:
  • View a relationship matrix
  • Get an identifier of the currently displayed relationship matrix
by an Addin?

Thanks for your help.

Helmut

93
Hello,

I can't generate *.rtf from a master document. The generate button is gray and so I can't start the generation.

I assume that I have to enter a template before generation is possible.  For master documents the template is part of the master document. It's also gray.

Helmut

94
Hello,

I've seen in the forum some posts about drag and drop. Nothing encouraging.

Has anybody newer experiences with this topic?

I can drop a file of e.g. Explorer to my addin. But no EA element or diagram.

Thanks for helping.

Helmut

95
Automation Interface, Add-Ins and Tools / DDL Transformation
« on: December 05, 2013, 07:44:37 am »
Hello,

I don't really understand the transformation of the Attribute type to the Column type.

As far as I understand: In the Class Diagram I have to use a Common Type as defined in Settings, Database Types. I have no possibility to extend the Common Types.

An Example: The example model has a data type "String/string". This is converted to something like varchar. Why? There is no Common Type "String/string".

I hope someone can explain me the magic behind that


Thanks in advance,

Helmut

96
Hi,

I want to use the DDL transformation for different databases/data models. First it works fine. I defined a default database and the transformation worked fine.

Then I changed the default database, chose a different target package for the DDL transformation. The transformation didn't created a new data model model. It only updates the old one.

Is this the standard EA behavior or is there a trick to support different data models for one class model?

The important point for me is not the different databases but that there is only one data model possible with transformation (am I right?).

Thanks,

Helmut

97
Hello,

how can I change the position of a DiagramObject label with C#. In which tabl/column is the information stored?

Thanks for your help.

Helmut

98
Automation Interface, Add-Ins and Tools / How to use the addin window
« on: September 06, 2013, 04:22:33 am »
Hello,

has someone a little sample of how to use the addin window. For example to enter a text field or a button.

Thanks,

Helmut

99
Hello,

I made an Addin with:
Code: [Select]
repository.ReloadDiagram(DiagramID);
diagram.SelectedConnector = con;
diagram.Update();

I run the addin, it does what I want it to do. After a few seconds I get the message:

The Diagram has been modified by another user.
It will remain locked against modification until it is reloaded.

The the diagram is locked. It's a local *.eap file and I have only one EA instance running. EA 10.09.

Has someone an idea?

Helmut

100
Hello,

I want the Script to sleep some time. How can I achieve this?

WshScript has the possibility. I haven't found something to create a WshScript Object. In JScripts I can write down the commands to WshScript without Creating an Object. But in the EA Environment the name is unknown.

May be there is another way to sleep.

Thanks,

Helmut

101
Automation Interface, Add-Ins and Tools / MDG with Script in a ScriptGroup
« on: February 14, 2013, 01:20:13 am »
Hello,

is it possible to define a MDG with a script in óne or more groups like
  • Project Browser Group
  • Diagram Group
  • Model Search Group

Thanks for your help,

Helmut

102
Hello,

I tried to open an attachment (*.xls file) with the following snippet:
Code: [Select]
filename = """" & file.Name & """"
objShell.run( filename )
Session.Output "Filename:" & filename
Set objShell = Nothing

In Debug mode it works. In non Debug mode nothing apart from printing the message happened.

Thanks,

Helmut

103
Hello,

I tried to simulate the SysML (1.3) Parametrics Diagram of the example model.

I startet the simulation as described in the example model but got no parameters to enter input values.

I would expect that I get a parameter for every input value (amplitude, f, t, att, offset).


Kind regards,

Helmut

104
Hallo,

I opened the example model with ConstraintBlocks and parametric diagram (SysML 1.2 enable, 9.3.935, also Beta 10.2, all commands enabled)

According to documentation a can use the context menue of a constraintBlock, SysML, Edit Element Script. There is no such menue like SysML.

Also the context menue of the parametric diagram has no entry SysML or so in its context menue.

Thanks for your help.

Helmut


105
Automation Interface, Add-Ins and Tools / Polarion and EA
« on: November 23, 2012, 07:25:41 pm »
Hello,

are there any experiences connecting Polarion Requirements with MKS?

Kind regards,

Helmut

Pages: 1 ... 5 6 [7] 8