Hi,
I have AVKON_SETTING_ITEM_LIST with EDWIN editor inside.
At this moment EDWIN editor is showing on all screen, with no line limits.
I try to change it, to show only one line, but its not working.
Big thanks for help!Code:RESOURCE EDWIN r_setting_item_list_edit2_editor_resource_id { maxlength = 50; //lines=1; //ITS NOT WORKING //max_view_height_in_lines=1;//ITS ALSO NOT WORKING //base_line_delta = 21; default_case = EAknEditorTextCase; allowed_case_modes = EAknEditorAllCaseModes; numeric_keymap = EAknEditorPlainNumberModeKeymap; special_character_table = r_my_special_character_table_dialog; default_input_mode = EAknEditorTextInputMode; allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode; }



