![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: POSSIBLE? Display "Object Heading" + "Object Text" in 1 column Topic Summary: Created On: 11-Nov-2003 05:49 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Nevermind! I just figured it out ![]() -- Column c int i, numCols = 0 for c in current Module do { numCols++ } for (i=0; i<numCols; i++) { delete column(0) } c = column(0) main(c) title(c, "Main") -- | |
![]() |
|
Hi All -
I have browsed through the DXL manual and saw no mentioned of it. I am curious if it is possible w/DXL to display both the "Object Heading" and "Object Text" attributes in one column similar to when a user chooses Insert -> Column from the file menu (within a module) and chooses the "Object Heading and Object Text" option. Any help/direction would be very appreciative! Thanks, ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
Nevermind! I just figured it out
![]() -- Column c int i, numCols = 0 for c in current Module do { numCols++ } for (i=0; i<numCols; i++) { delete column(0) } c = column(0) main(c) title(c, "Main") -- ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
Just to clarify, the "main" column is NOT the same as "Object Heading and Text". It also includes Heading paragraph Numbers. it also includes the object's "Picture". In DOORS v5 and less it also includes the Object's "OLE" diagram. IIRC, it also includes optional Link Indicators.
- Louie |
|
![]() |
|
![]() |
|
As in my new topic, any way to modify this column to display another attribute other than object text?
|
|
![]() |
|
![]() |
|
Sounds like you need a Layout DXL. Once written, you can insert it into a column. The DXL can calcualte just about anything you want. The attached displays basic info about the object.
|
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.