Hi, I am using CEikRichTextEditor to get data from the user, but it seems to accept numbers and not alphapets. How do I get CEikRichTextEditor to input alphabets? iOutputWindow = new (ELeave) CEikRichTextEditor(TGulBorder(TGulBorder::ENone)); iOutputWindow->ConstructL(this,0,0,EAknEditorFlagDefault|EEikEdwinNoWrap|EAknEditorTextInputMode); Thanks, Ash
Forum Rules