How To Align The ParaGraph For GolbalTextEditor
| Wed, 2007-10-17 12:48 | |
|
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. Any one pls Help me For Achieving this Thanks Advance |
|






Forum posts: 463
Check the CEikEdwin class reference, there is the SetAlignment. Maybe that should help
Forum posts: 54
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
Forum posts: 1093
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