i made a document with report engine to export it to Word, before printing it.
I do not see any vertical border of my tables describing attributes, association, and so on. I try on another computer, and there is the same trouble. Finally all the tables look bad at export
If i add them manually when i refresh my document with model, all become again without vertical borders.
Same with the fon used, sometimes i have special font without knowing why it appears…
Thanks for replying and your registration. I’ve passed the issue of making the bound of table as “real line” to our engineers to study. If there is any news about this issue, I’ll notify you immediately.
About “impossible to import Sequence diagram”, may I know you are talking about which way to import Sequence Diagram, import XMI/XML or reverse from source code?
Always in Report Engine, i try to drag’n drop a Sequence Diagram. it works perfect with Agilian 1.3, but yesterday we update to Agilian 1.4 and it is no longer possible to drag’n drop Sequence Diagram in a report.
I have tried it on 3 differents computer (but still on windows platform) and all the 3 were unsuccessful.
Sorry for my late response. For the problem of dropping Sequence Diagram in the Report Writer, I’ve forwarded to our engineers to follow-up, and I’ll come back to you asap.
Regarding to making the bound of table to “real line”, you can get this by editing the related file. For example, for table of class’s attributes:
You will need to open the file at VPSuite/resources/Report/Default/Class/Attributes.xml to edit
leftBorderEnable = “true”
rightBorderEnable = “true”
In the attached image shows an example of the results of modification.
If you need to change other tables, you will need to edit the relevant XML file inside VPSuite/resources/Report/Default folder.
Hope this help. If you need any help, please feel free to contact me again.
Thanks for replying. Yes, you can customize the template to have your own description table in order to suit your report specification.
But I’m not sure about your meaning of “is it possible to have all the property name usable for binding columns”, could you please explain more? Thanks!
First Point : Missing Sequence Diagram
I found that the DiagramImage.xml for SequenceDiagram is now TaggedValue, the right DiagramImage.xml is in the deprecated directory
Second Point :
For instance i like to add getter and setter informations in the attributes description table. i havec tried :
But the result is always false, even if i set the check box to true.
Third Point :
nothing to do withe the previous ones, but how can we add database type to our model (we have SQL Server 2005 specific type not present in the standard Entity Relationship diagram)
First Point : Missing Sequence Diagram
Yes, you are right. Our engineers fixed this already and I’ll send you a patch on Monday.
Second Point : Add Getter & Setter Information
First of all, I would like to clarify that adding propertyText will only add row for showing the heading of row but not getting the value from the model.
Then let us come back to the issue. Do you mean you want to show “real line” in table but cannot make it works even you set “true” for “leftBorderEnable” and “rightBorderEnable”?
Would you mind sending the template you edited for us to take a look?
*If you do not want your file to be accessed by public, you can send it to lilian@visual-paradigm.com
Third Point : Add Database Type
May I know which edition are you using?
You need to use VP-UML/SDE Professional Edition or above, which supports database modeling, in order to add related database types to the models. You need to open the Database Configuration dialog box (Tools > Object-Relational Mapping(ORM) > Database Configuration…) first, set a database type as default database, then you will be able to add corresponding types for models.
If you are not using VP-UML/SDE Professional Edition or above, I’m sorry that there is no approach for adding the database types at the moment. I’m sorry about this fact.
Second Point: I find the solution alone, the property name is hasSetter and hasGetter and not Setter or Getter.
Third Point: We have Agilian Standard Edition. So we just have our eyes to cry (french expression).
New Point:
As i have increase the numbers of columns in my tables, how we can fix the columns size in the UML element templates ? May be it’s obvious for people familiar with OpenOffice, but i’m not.
I have tried to updates this colWidths values bu i don’t understand how they work.
And how we can have the table starting earlier in the document (idon’t know if i’m clear enough : just want the table border to be more on the left than default).