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

Pages: [1] 2 3
1
General Board / Re: Generate scenario from the manually created di
« on: February 26, 2013, 07:06:47 am »
any ideas?

2
General Board / Re: Generate scenario from the manually created di
« on: February 25, 2013, 12:55:20 am »
But EA can reverse generated from scenario Activity Diagrams.

Is there some trick to replace generated diagrams with own activity diag? :)

There is another idea: maybe can i simulate manually created diagram and write sequence of steps for example into local file? Is there API method to simulate my diagrams?

IAT

3
General Board / Generate scenario from the manually created diag
« on: February 25, 2013, 12:22:45 am »
Hello!

Is there any way to solve problem with creating use case scenario or test case (EA generates TC from UC scenario into note) from the manually created activity diagrams?
Maybe someone tried to create TC scenarios by iterating activity diagrams? :)

4
General Board / RTF SEQ field
« on: November 28, 2012, 09:18:08 pm »
Hello!

One question: is it possible to generate with EA RTF Document Generator my SEQUENCE fields? How do I make correctly this field by MS Word? Now the EA RTF Document Generator doesn't interpret this field.

Thanks

5
General Board / Re: File name in RTF Footer
« on: February 14, 2012, 08:19:20 pm »
You should export your rtf-template and open it by Word. To create RTF field you should press CTRL+F9 and type into { } necessary syntax. Then import this template into EA RTF generator.
But there is a problem. EA RTF generator will insert a MERGEFIELD field before FILENAME /p.
May be somebody else faced this problem :-/

upd: check Optimize for Open Office.

6
General Board / Re: File name in RTF Footer
« on: February 14, 2012, 08:32:49 am »
You can try to use this RTF syntax:
{FILENAME  \p}
But I am not confident that EA will generate this correctly.

7
General Board / EA RTF and MergeField
« on: February 01, 2012, 08:50:31 pm »
Hi all.

Can I recieve a hyperlink in generated rtf document when I use "link step to use case" in "use case scenarios"?
I want to recieve a link like REF field (MS Word) or Hyperlink field that can be received when i click on "insert hyperlink" button in elements notes.

Thanks in advance.

8
General Board / Re: About Classifier ":"
« on: December 22, 2011, 10:43:39 am »
Great! Thank you!

9
General Board / About Classifier ":"
« on: December 19, 2011, 07:42:37 pm »
Hi.
How can I clean this "name:" at dragging from Project Browser?
IAT.


10
General Board / Model Document + Search
« on: November 22, 2011, 01:22:46 am »
Hi!

I have a trouble with RTF document generator.
I have created a new Model Search that would find the package necessary to me. I have used two filters: Name = ...; ObjectType = Package. When I check this search by clicking "Run" button it returns me that is necessary. Further the document on the found package without problems is generated. But when I attach this search to a "model document" class and I generate the document I receive the document with the text of my RTF template :o

How to solve this problem?
In advance thanks!


11
General Board / Re: Don't want gradient fill for element
« on: September 25, 2011, 07:56:54 pm »
Try this.

It works in EA 9.0

12
General Board / Re: Swimlanes
« on: September 01, 2011, 01:50:40 am »
Thanks.
To update swimlanes it is necessary to use the following code:
Code: [Select]
dim currentDiagramID
...
currentDiagram.Update()
currentDiagramID = currentDiagram.DiagramID
Repository.ReloadDiagram(currentDiagramID)
...

13
General Board / Re: Swimlanes
« on: August 30, 2011, 11:18:03 pm »
It is interesting to me how can I place swimlanes on the diagram by means of a JScript/VBScript?
The example of swimlanes is located below:



Thanks.

14
General Board / Swimlanes
« on: August 27, 2011, 03:33:25 am »
Hi everyone,

Is there a possibility to create a swimlane by Jscript?



15
General Board / Re: Keywords
« on: August 27, 2011, 07:22:54 am »
In EAP Database Keywords is PDATA5.
Write a script for access to a database.
Use Repository.SQLQuery() and Repository.Execute().

for example:

Repository.Execute("UPDATE t_object SET PDATA5 = 'Keywords' WHERE Object_Type = 'Class'");
  
Repository.SQLQuery("SELECT PDATA5 FROM t_object");
 


Pages: [1] 2 3