Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Using RichTextEdit in Nokia 7610

0 replies · 1,084 views · Started 30 December 2004

Hi all, I use RichTextEdit for programming in SDK 2.1. But when I type continues characters to the end of RichTextEdit, these character is invisible. But when I press "enter" key, RichTextEdit automatic jump to next line and display full characters.

I draw this RichTextEdit in SizeChanged() function

if ( iRTextEd )
{

iRTextEd->SetExtent(TPoint(1,22),TSize(174,120 ) );
}
Is anyone can help me ?

Thanks in Advance.