photosgallery/viewframework/uiutilities/data/glxuiutilities.rss
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
   295     items =
   295     items =
   296         {
   296         {
   297         DLG_LINE
   297         DLG_LINE
   298             {
   298             {
   299             type = EAknCtQuery;
   299             type = EAknCtQuery;
   300             id = EGeneralQuery;
   300             id = EAknCtQuery;
   301             control = AVKON_DATA_QUERY
   301             control = AVKON_DATA_QUERY
   302                 {
   302                 {
   303                 layout = EDataLayout;
   303                     layout = EDataLayout;
   304                 control=EDWIN
   304                     control=EDWIN
   305                     {
   305                         {
   306                     maxlength = 40; // KMaxMediaPopupTextLength
   306                         flags = EEikEdwinAutoSelection | KSingleLineHorizontalScrollingEditorFlags;
   307                     lines = 1;
   307                         maxlength = 128; // KMGXMaxFileName
   308                     };
   308                         lines = 1;
       
   309                         avkon_flags = EAknEditorFlagNoT9;
       
   310                         };
   309                 };
   311                 };
   310             }
   312             }
   311         };
   313         };
   312     }
   314     }
   313 
   315 
   852                 singular_label =qtn_lgal_refreshing_media_note;
   854                 singular_label =qtn_lgal_refreshing_media_note;
   853                 };
   855                 };
   854             }
   856             }
   855         };
   857         };
   856     }
   858     }
   857 
       
   858 //resource for image viewer deletion failure note
       
   859 RESOURCE TBUF r_glx_deletion_failure_note
       
   860     { 
       
   861     buf = qtn_fldr_cant_delete_item; 
       
   862     }
       
   863 
       
   864 //resource for illegal characters in file name note
       
   865 RESOURCE TBUF r_glx_qtn_fldr_illegal_characters
       
   866     { 
       
   867     buf = qtn_fldr_illegal_characters; 
       
   868     }