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

Pages: [1]
1
General Board / order of elementtypes
« on: December 01, 2006, 12:38:57 am »
Does someone know how I can change the order of elementtypes in the projectviewtree. For example the actors are always prior to the use-cases in a use-case-model.
Is it possible to influence this?

2
Uml Process / Re: Show index fieldname in classmodel
« on: January 16, 2007, 04:32:52 am »
Thank you very much

3
Uml Process / Show index fieldname in classmodel
« on: January 16, 2007, 03:55:28 am »
When I make a class model, I see indexes in this way:

PK_Text(integer)

I have defined the columns and I want it to be displayed as follows:

PK_Text(textID)

I have seen diagrams like this, but a am not able to make it myself. Who can help me?

4
Automation Interface, Add-Ins and Tools / Re: HTML report and IE7
« on: January 24, 2007, 03:03:30 am »
I found out that I can change the 'ToggleItem' part of the javascript in the following way:

//To solve the problem with a too small screen for linked documents in ie7 en ff.
contWHeight=0;

Here is the first part of toggleItem:




function toggleItem(item,type) {
if (tableSel!=null) {
cont.document.getElementById(tableSel+"Title").style.background="#FFFFFF";
cont.document.getElementById(tableSel+"Title").style.color="#000000";
cont.document.getElementById(tableSel+"Table").style.display="none";
}
tableSel=item;
tableSelTable = cont.document.getElementById(item+"Table");
tableSelTitle = cont.document.getElementById(item+"Title");

tableSelTitle.style.background="#DDDDDD";
tableSelTitle.style.color="#666666";
tableSelTable.style.display="block";

if (browser=="ff"||browser=="op"||browser=="ie7") {
var contWHeight = document.documentElement.clientHeight-78;
var contWWidth = cont.document.documentElement.clientWidth;
} else {
var contWHeight = document.body.clientHeight-74;
var contWWidth = document.body.clientWidth-(top.document.getElementById('resizeFrames').offsetLeft+6);
}

//To solve the problem with a too small screen for linked documents in ie7 en ff.
contWHeight=0;
 
if (cont.document.body.offsetHeight-contWHeight>0) {
if (tableSelTable.id!="LinkedDocumentTable")
tableSelTable.style.overflow="scroll";
if (browser=="ff"||browser=="op") {
tableSelTable.style.height=tableSelTable.offsetHeight-(cont.document.body.offsetHeight-cont.innerHeight)-12+"px";
} else {
tableSelTable.style.height=tableSelTable.offsetHeight-(cont.document.body.offsetHeight-contWHeight)-3+"px";
if (cont.document.body.offsetWidth>contWWidth||type==null) {

5
Automation Interface, Add-Ins and Tools / HTML report and IE7
« on: January 23, 2007, 06:30:13 am »
When I show a linked document in IE6 it is displayed full screen. In IE7 I get a very little screen for a linked document.

6
At this moment it is not possible. When you use linked documents, in fact they are embedded, they are represented in the genereted documentation. HTML as wel as RTF

7
I have another problem with linked documents in combination with odbc. I use a odbc connection to a progress 100b database. When I want to change a linked document and press save I get next message:

Microsoft OLE DB Provider for ODBC Drivers [-2147467259]
[DataDirect][ODBC OPENEDGE driver][OPENEDGE]Invalid date value (7496) Error in parameter 1.

Has anyone an idea?

8
Thanx.

You help me very wel.

Another question. In a project I want to offer all the linked documents to a "translate-factory". After translating I want to restore the documents in EA.

Now I do it as follows:
- I make an RTF - report including al the linked documents.
- The document is translated
- All the parts of the translated document I cut and paste to the right place in the project.

I think someone has a better suggestion for this. For example when I can create a readeble document from the linked-document-part of an xmi-export, and after translating put it back in xml then I am very happy.

9
I 'm sorry but I don't know what an Automation Interface is.

Is the linked document also a part of the xmi-export in the next build(801)?

10
Does someone know how I can make or become a program what export/import embedded linked documents.

I tried something with odbc and I indeed found out that the format a linked document is stored in EA is a kind of ZIP. After unzipping it was a bit readeble.


11
Hi,

I have the same problem.  :-[

I would be grateful too, when someone can help.

The problem is that linked objects do not apear in export (rtf,XMI) and also not in HTML documentation.

Regards,
Louis

Pages: [1]