![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Text formatting in DXL Attributes Topic Summary: Headings bold is nice when showing Linked text but how? Created On: 17-Oct-2007 14:18 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I have tryed out a lot of possibilities inserting \\b for showing linked text bold in a DXL Attribute, but did not succeed. I assume that it is something with \\b and it is inserted en this part of the Wizard script:
s = probeRichAttr_(othero,"Absolute Number", false) displayRich s s = probeRichAttr_(othero,"Object Heading", false) displayRich s s = probeRichAttr_(othero,"Object Text", false) displayRich s Do you know? Regards, Helge |
|
![]() |
|
![]() |
|
displayRich "{\\b " s "}"
Rich text format identifiers are in the DXL Reference manual. ![]() ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
Thanks! It works partwise
That means only with Absolute Number! All other (text) attributes are shown normaly (NOT bold). Instead they are added a line shift. ?? Any idears? I still work on DOORS version 7.1 but for short. (Yes, I need the DXL Reference manual) /Helge Edited: 18-Oct-2007 at 12:26 by Helge Bay Christiansen |
|
![]() |
|
![]() |
|
displayRich "{\\b " richTextFragment(s) "}"
There is more rich Text than meets the eye :-) Cheers, Peter |
|
![]() |
|
![]() |
|
Hi Peter
Thanks a lot. It works and changes text into bold. Now only the undesirable line shift is left? From where does it come? Regards, Helge PS: Sorry, but this tiny thing seems to be quit complicated |
|
![]() |
|
![]() |
|
Sorry, my previous proposal was slightly wrong in a subtle way, the correct line reads
displayRich "{\\b " (richTextFragment(s)) "}" (See here why ("Single String Parameter Functions") Regards, Peter Edited: 18-Oct-2007 at 16:23 by Peter Albert |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Text formatting in DXL Attributes
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.