Doubt about using RTF format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • autoplmst6
    Indigo Rose Customer
    • Dec 2005
    • 223

    Doubt about using RTF format

    Hi all:

    Im at work, so I dont have AMS here at this moment, I tried to memorize aproximately if my mind doesn't fail. Im triyng to justifiy the text to alignment justify and when I write this script:

    tbFormatting = {};
    tbFormatting.Alignment = "4";

    RichText.SetParagraphFormat("RichText1", tbFormatting);


    and I put inside for example, on preload ( having in first place loading from file the rtf file...) doesn't show as justified only left center or right...Anybody has tried before this operation? I read the help file and says there is too an 4th kind alignment: justify.

    Is there some kind of workaround for reaching the justify format text in RTF file?

    Thanks
  • yosik
    Indigo Rose Customer
    • Jun 2002
    • 1858

    #2
    Shouldn't you put the actions under the onShow Event?

    Yossi

    Comment

    • autoplmst6
      Indigo Rose Customer
      • Dec 2005
      • 223

      #3
      Are you referring to things lke this?

      As said you told me in that event dont show as justify too..
      Attached Files

      Comment

      Working...
      X