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: Rich text issues with DOORS 6
Topic Summary:
Created On: 18-Jul-2003 14:24
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 Dennis Lockshine, on Tuesday, July 22, 2003 4:07 PM

Answer:
Pete, thanks for the feedback.

From DOORS Technical Support, Case #NS2033311:

Development has confirmed that this was broken in DOORS 6, but that it does work in DOORS 7. However, they were unable to provide me with a workaround.
 18-Jul-2003 14:24
User is offline View Users Profile Print this message


Dennis Lockshine

Posts: 113
Joined: 7-Apr-2003

In using DOORS 6, it looks like the rich text features have been broken. In particular, I'm using the loop which parses all the rich text from a string. Specifically, the following code used in DOORS 5 and DOORS 6 should produce identical results but does not.

string s="This is a {\\b test} of the {\\i rich text} capabilities."
RichText rt

for rt in s do {
if(rt.bold) print "(bold)"
if(rt.italic) print "(italic)"
print "\t" rt.text "\n"
}


Using DOORS 5, you get this nicely formatted result:

This is a
(bold) test
of the
(italic) rich text
capabilities.

But in DOORS 6, it looks like this:

This
is
a

(bold) t
(bold) es
(bold) t
o
f the
(italic) rich
(italic) tex
(italic) t
c
apabilities.

Has anyone else encountered the same problems? Can someone run the code in DOORS 7 to see what the results are?

Thanks,
Dennis
Report this to a Moderator Report this to a Moderator
 20-Jul-2003 11:36
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

This is what I receive from running the code in DOORS7,

--
This is a
(bold) test
of the
(italic) rich text
capabilities.
--

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
 22-Jul-2003 16:06
User is offline View Users Profile Print this message


Dennis Lockshine

Posts: 113
Joined: 7-Apr-2003

Answer Answer
Pete, thanks for the feedback.

From DOORS Technical Support, Case #NS2033311:

Development has confirmed that this was broken in DOORS 6, but that it does work in DOORS 7. However, they were unable to provide me with a workaround.
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.