How To Align The ParaGraph For GolbalTextEditor

Login to reply to this topic.
Wed, 2007-10-17 12:48
Joined: 2007-08-31
Forum posts: 54

Hi all

i am using the CEikGolbalTextEditor For Displaying Text which was Stored in the File contents, And i am Using the TextEditor As read only Mode.
but i am unable do the Paragraph alignments in that

Any one pls Help me For Achieving this

Thanks Advance
Praveen


Wed, 2007-10-17 15:38
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: How To Align The ParaGraph For GolbalTextEditor

Check the CEikEdwin class reference, there is the SetAlignment. Maybe that should help

Thu, 2007-10-18 05:23
Joined: 2007-08-31
Forum posts: 54
Re: How To Align The ParaGraph For GolbalTextEditor

thanks for Replay

i have Checked that,

What it is donig is Aligning the enter text to Left or right

but my problem is i am Reading the data from The File & displaying that in GolbalText Editor
My File contains 3-4 Paragraphs but i am getting the total text in one paragraph only i want to display the Total Text as it was in the file
for this what can i do,

thanks in Advance

Praveen

Wed, 2007-10-17 17:54
Joined: 2005-11-20
Forum posts: 1093
Re: How To Align The ParaGraph For GolbalTextEditor

Your problem description is not very clear to me, but maybe you have the same problem that I also encountered once: The Symbian editors seem to use the Unicode character PARAGRAPH SEPARATOR (0x2029) instead of CR or CR/LF. When I replaced all CR/LF by that special Unicode character, it worked with separate lines.


René Brunner

  • Login to reply to this topic.