Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by Pete Kowalski, on Tuesday, November 11, 2003 5:56 AM

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")

--
 11-Nov-2003 05:49
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

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
Report this to a Moderator Report this to a Moderator
 11-Nov-2003 05:55
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

Answer 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")

--

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
 11-Nov-2003 19:02
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

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
Report this to a Moderator Report this to a Moderator
 28-Apr-2005 23:20
User is offline View Users Profile Print this message


Clifford Sadler

Posts: 4
Joined: 14-May-2004

As in my new topic, any way to modify this column to display another attribute other than object text?
Report this to a Moderator Report this to a Moderator
 29-Apr-2005 21:13
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

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.
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.