Hi,
I want to create the single line numeric textbox in S60 3rd edition FP2.I wrote the following code in .RSS file but it is displaying
multi line text box .Plz suggest me what change i should do i n the code.
asap
///////////////////////////////////////////////////////////////////
RESOURCE EDWIN r_MinuteMinder1_email_edwin
{
width = 0;
lines = 1;
maxlength = 2;
allowed_input_modes = EAknEditorNumericInputMode;
default_input_mode = EAknEditorNumericInputMode;
}
///////////////////////////////////////////////////////////////



