![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Trying to set table borders with DXL Topic Summary: Created On: 18-Nov-2003 15:35 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Louie, I've just discovered the problem. in DXL Reference manual for DOORS 5.2 there are only two places where new table constants are cited: pp. 26, "Tables Constants" where solidBorder appears by first time. pp.458, "Table Constants" where solidborder appears but, as you can see, with 'b' in lowercase. I checked my code simply replacing with uppercase versions and it is running ok. Has Telelogic a serious documentation reviewer? I guess no. Thanks for your help and warm regards, Daniel | |
![]() |
|
Two things:
[1] As with other Parameters in the DXL manual, those parameters are already defined. [2] Your problem is probably the "tableObject" parameter. A DOORS "table" is composed of the "cells" you see in the Module Explorer, a "row" object for each row that you do NOT see, and a single "table" object for each table, that you also don't see. So if you insert a 2x2 DOORS table you are actually inserting 7 objects, not 4. See the attached DXL for getting to the Table Object. Once you have a 'handle' on the table object, the other commands will make sense. I suspect you'll do the following: setAllCellsBoarder(oTable, left, solidBoarder) setAllCellsBoarder(oTable, right, solidBoarder) - Louie Edited: 18-Nov-2003 at 16:48 by Louie Landale |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Trying to set table borders with DXL
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.