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

Pages: [1]
1
Suggestions and Requests / Filters for html reports
« on: October 30, 2013, 10:37:28 pm »
Suggestion:
Filters for html reports.

For Rtf documents filtering is possible, for example:
-options tab: 'where package phase:' ....
-filter tab: element filters

For html reports there is no filtering possible?
Is that right?

Technical is must be possible.....just like the rtf reports....

Jan

2
Suggestions and Requests / Html reports: links to glossary terms
« on: October 14, 2013, 08:50:54 pm »
Suggestion:
Hyperlinks in text fields(notes) of elements to glossary terms.
When the text/notes contains a glossary term, then generate a hyperlink to that glossary term.

That is missing in the html reports.....


Jan



3
General Board / Html reports: more models to one html report?
« on: October 28, 2013, 08:18:25 pm »
Is it possible to generate one html report from more models?

I've several models (root node) in the project browser.

In EA there are links / connections between elements in the models.

At the moment I create several html reports from each model.
All child packages are automatically included.

In the several html reports the links /connections between the models are lost. There are no hyperlinks to elements in other models.

How can I solve this problem?

Change the hierarchy in the project browser? (just one root level model?)

Or are there other solutions?

Jan

4
General Board / Re: Web style template: default expand advanced in
« on: October 16, 2013, 07:51:46 pm »
Goal: immediately click on the diagram links in expanded advanced section.

I've found a possible solution:

Original script in Body-Object:
            <tr>
                  <td class="ObjectDetailsTopic"><img src="#IMAGES#/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>
                  <td class="ObjectDetailsValue"></td>
            </tr>
            <tr id="adv00" style="display:none;">
                  <td class="ObjectDetailsTopic" style="padding-left: 18px;">UUID:</td>
                  <td class="ObjectDetailsValue">#GUID#</td>
            </tr>
            <tr id="adv01" style="display: none;">
                  <td class="ObjectDetailsTopic" style="padding-left: 18px;">Appears In:</td>
                  <td class="ObjectDetailsValue">#DIAGRAMS#</td>
            </tr>


New script:
            <tr>
                  <td class="ObjectDetailsTopic"><img src="#IMAGES#/minus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced JV Klik op plus voor linkjes naar diagrammen:</td>
                  <td class="ObjectDetailsValue"></td>
            </tr>
            <tr id="adv00" style="display:;">
                  <td class="ObjectDetailsTopic" style="padding-left: 18px;">UUID:</td>
                  <td class="ObjectDetailsValue">#GUID#</td>
            </tr>
            <tr id="adv01" style="display:;">
                  <td class="ObjectDetailsTopic" style="padding-left: 18px;">Appears In:</td>
                  <td class="ObjectDetailsValue">#DIAGRAMS#</td>
            </tr>

Four changes:
1. images: plus03 replaced by minus03
2. Advanced: replaced bij Advanced ........dutch words..
3. adv00: display : none replaced bij display:
4. adv01: display : none replaced bij display:

Now you can directly click on the diagram links

Jan

5
General Board / Web style template: default expand advanced info
« on: October 16, 2013, 04:35:43 am »
For an element/object in the html output:

Is is possible to expand the Advanced (click on +) by default?

I've made a custom html style template (Project/resources)

The advanced button is in the template 'Body - Object':

src="#IMAGES#/plus03.gif" align="absmiddle" id="adv" onclick="parent.toggleData(this.id)" />Advanced:</td>

How can I change the default to expanded?

Jan

6
General Board / Re: Tracebility:change appearance/naming relations
« on: October 04, 2013, 07:52:29 pm »
Quote
AFAIK you can't change that. Maybe there is a localization for Dutch? Honestly I have never looked whether there is any localization for EA. If there were, you should send a bug report if it's not translated.

q.

Thanks!

I thought/hoped it was configurable bij a steriotype on a connector...???

There is no localization for Dutch I think.

Jan

7
General Board / Tracebility:change appearance/naming relationships
« on: October 03, 2013, 11:49:15 pm »
Hello,

How can I change the naming of relationships labels in the tracebility window(ctrl-shft-4) ?

For example:
Dependency relationship is displayed by:
--> depends on (direction source --> target)
--> needed by (direction target --> source)

Can I change/translate these labels to:
--> 'afhankelijk van'(translation in dutch)
<-- 'nodig voor'(translation in dutch and left arrow instead of right arrow)

Jan

8
General Board / Re: About EA... screen: database version 7.0 ???
« on: October 02, 2013, 05:13:40 pm »
Quote
Indeed the tables have not changed since 2004. You can see that by the time stamps in usestables.

q.

Thanks!
Remarkable, no table changes since 2004!
But another question:
Where can I find the time stamps in 'usestables' in Sql server?
How can I query the last change in table structure?

Jan.


9
General Board / About EA... screen: database version 7.0 ???
« on: October 01, 2013, 08:05:44 pm »
I update to version 10.0.1009, Corporate Edition)

We have an sql database

Database details:
Database version: 7.0
version date: Jan-31-2004

Is this correct, OK?
2004, no new version in last 9 years?

Is no database update or conversion necessary?



Pages: [1]