Discussion Board

Results 1 to 3 of 3

Hybrid View

  1. #1
    Registered User hanwang's Avatar
    Join Date
    Jun 2003
    Posts
    23
    I have a "About" dialog in my Serie6600 application, which using a read-only CEikEdWin to show sapplication information. The text is in .LOC file for localization purpose.

    I noticed that CEikEdwin doesn't show linebreak if I use '\n' in my text. Can anyone tell me how to make it do so? or is there any better way to show a read-only multi-paragraph text on a dialog?

    Thanks

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,672
    Hi

    You could first read the text of your to the richtext object and put line breaks (ELineBreak) in to it, and after fully reading your stuff to the richtext set that to be the content of your edwin.

    yucca

  3. #3
    Regular Contributor kcome's Avatar
    Join Date
    Apr 2003
    Location
    China P.R.
    Posts
    210
    I have the same problem
    and at that time, i replace any '0x000D' or '0x000A' [ASCII returns/line breaks] into
    '0x2029' or '0x2028'
    I call them "Unicode Line Break" or even "Symbian Line Break"

    Regards
    Hope this helps
    kcome

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved