hello,
2 questions on CEikRichTextEditor.
1) I try to display lines into it. It is successful but not work really well.
I do this :
I suppress the background with "iRichTextEditor->SetSuppressBackgroundDrawing(ETrue);" and every time I press a key, I do a refresh with "iRichTextEditor->DrawDeferred();"
I think there is a better way to do this, because mine is not very fluid (it is on the emulator but not on the device).
2) I tried to display in navipane the number of characters but I failed. I can display anything in navipane, but when the editor is focused it diseaper to display [abc].
Is an easy way exist to do it ?
Thanks.

Reply With Quote


