mpxplugins/viewplugins/views/metadataeditordialog/data/mpxmetadataeditordialog.rss
branchRCL_3
changeset 14 943ff5625028
parent 0 ff3acec5bc43
child 17 c8156a91d13c
equal deleted inserted replaced
11:13afc0e517bd 14:943ff5625028
   107         CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
   107         CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
   108         CBA_BUTTON {id=EAknSoftkeyDone; txt=text_softkey_done; },
   108         CBA_BUTTON {id=EAknSoftkeyDone; txt=text_softkey_done; },
   109         CBA_BUTTON {id=EAknSoftkeyForwardKeyEvent; txt=text_softkey_empty; }
   109         CBA_BUTTON {id=EAknSoftkeyForwardKeyEvent; txt=text_softkey_empty; }
   110         };
   110         };
   111     }
   111     }
   112     
   112 
       
   113 // ---------------------------------------------------------------------------
       
   114 // r_mpx_cui_song_details_softkeys_options_empty_back
       
   115 // CBA for Song Details view.
       
   116 // ---------------------------------------------------------------------------
       
   117 // 
       
   118 RESOURCE CBA r_mpx_cui_song_details_softkeys_options_empty_back
       
   119     {
       
   120     buttons =
       
   121         {
       
   122         CBA_BUTTON {id=EAknSoftkeyOptions; txt=text_softkey_option;},
       
   123         CBA_BUTTON {id=EAknSoftkeyBack; txt=text_softkey_back; },
       
   124         CBA_BUTTON {id=EAknSoftkeyForwardKeyEvent; txt=text_softkey_empty; }
       
   125         };
       
   126     }
       
   127         
   113 // ---------------------------------------------------------------------------
   128 // ---------------------------------------------------------------------------
   114 // r_mpx_cui_song_details_softkeys_options_change_done
   129 // r_mpx_cui_song_details_softkeys_options_change_done
   115 // CBA for Song Details view.
   130 // CBA for Song Details view.
   116 // ---------------------------------------------------------------------------
   131 // ---------------------------------------------------------------------------
   117 // 
   132 // 
   147 // -----------------------------------------------------------------------------
   162 // -----------------------------------------------------------------------------
   148 //
   163 //
   149 RESOURCE DIALOG r_mpx_cui_song_details_dialog
   164 RESOURCE DIALOG r_mpx_cui_song_details_dialog
   150     {
   165     {
   151     flags = EAknDialogGenericFullScreen;
   166     flags = EAknDialogGenericFullScreen;
   152     buttons = r_mpx_cui_song_details_softkeys_options_empty_done;
   167     buttons = r_mpx_cui_song_details_softkeys_options_empty_back;
   153     form = r_mpx_cui_song_details_form;
   168     form = r_mpx_cui_song_details_form;
   154     }
   169     }
   155     
   170     
   156 // -----------------------------------------------------------------------------
   171 // -----------------------------------------------------------------------------
   157 //   
   172 //   
   355                 {
   370                 {
   356                 width = KMPXSongDetailsTextMaxLen;
   371                 width = KMPXSongDetailsTextMaxLen;
   357                 // other = qtn_aknexpopfield_list_other;
   372                 // other = qtn_aknexpopfield_list_other;
   358                 };
   373                 };
   359             tooltip = qtn_aknexpopfield_hint_text;
   374             tooltip = qtn_aknexpopfield_hint_text;
       
   375             },
       
   376 	    DLG_LINE
       
   377             {
       
   378             type = EEikCtEdwin;
       
   379             prompt = qtn_mp_fd_filename;
       
   380             id = EMPXMetadataEditorDlgCtrlIdFileName;
       
   381             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   382             control = EDWIN
       
   383                 {
       
   384                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   385                 width = KMPXSongDetailsTextWidth;
       
   386                 lines = KMPXSongDetailsTextLines;
       
   387                 maxlength = KMPXSongDetailsTextMaxLen;
       
   388                 // added to limit expanding in forms.
       
   389                 // If you want full screen use 6 here
       
   390                 max_view_height_in_lines = 6;
       
   391                 // if you have the line above, you must have this. 
       
   392                 // It is calculable from LAF
       
   393                 base_line_delta = 21;
       
   394                 };
       
   395             },
       
   396         DLG_LINE
       
   397             {
       
   398             type = EEikCtEdwin;
       
   399             prompt = qtn_mp_details_format;
       
   400             id = EMPXMetadataEditorDlgCtrlIdFileFormat;
       
   401             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   402             control = EDWIN
       
   403                 {
       
   404                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   405                 width = KMPXSongDetailsTextWidth;
       
   406                 lines = KMPXSongDetailsTextLines;
       
   407                 maxlength = KMPXSongDetailsTextMaxLen;
       
   408                 // added to limit expanding in forms.
       
   409                 // If you want full screen use 6 here
       
   410                 max_view_height_in_lines = 6;
       
   411                 // if you have the line above, you must have this. 
       
   412                 // It is calculable from LAF
       
   413                 base_line_delta = 21;
       
   414                 };
       
   415             },
       
   416         DLG_LINE
       
   417             {
       
   418             type = EEikCtEdwin;
       
   419             prompt = qtn_mp_details_duration;
       
   420             id = EMPXMetadataEditorDlgCtrlIdFileDuration;
       
   421             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   422             control = EDWIN
       
   423                 {
       
   424                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   425                 width = KMPXSongDetailsTextWidth;
       
   426                 lines = KMPXSongDetailsTextLines;
       
   427                 maxlength = KMPXSongDetailsTextMaxLen;
       
   428                 // added to limit expanding in forms.
       
   429                 // If you want full screen use 6 here
       
   430                 max_view_height_in_lines = 6;
       
   431                 // if you have the line above, you must have this. 
       
   432                 // It is calculable from LAF
       
   433                 base_line_delta = 21;
       
   434                 };
       
   435             },
       
   436         DLG_LINE
       
   437             {
       
   438             type = EEikCtEdwin;
       
   439             prompt = qtn_mp_details_bitrate;
       
   440             id = EMPXMetadataEditorDlgCtrlIdFileBitrate;
       
   441             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   442             control = EDWIN
       
   443                 {
       
   444                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   445                 width = KMPXSongDetailsTextWidth;
       
   446                 lines = KMPXSongDetailsTextLines;
       
   447                 maxlength = KMPXSongDetailsTextMaxLen;
       
   448                 // added to limit expanding in forms.
       
   449                 // If you want full screen use 6 here
       
   450                 max_view_height_in_lines = 6;
       
   451                 // if you have the line above, you must have this. 
       
   452                 // It is calculable from LAF
       
   453                 base_line_delta = 21;
       
   454                 };
       
   455             },
       
   456         DLG_LINE
       
   457             {
       
   458             type = EEikCtEdwin;
       
   459             prompt = qtn_mp_details_samplerate;
       
   460             id = EMPXMetadataEditorDlgCtrlIdSamplingrate;
       
   461             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   462             control = EDWIN
       
   463                 {
       
   464                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   465                 width = KMPXSongDetailsTextWidth;
       
   466                 lines = KMPXSongDetailsTextLines;
       
   467                 maxlength = KMPXSongDetailsTextMaxLen;
       
   468                 // added to limit expanding in forms.
       
   469                 // If you want full screen use 6 here
       
   470                 max_view_height_in_lines = 6;
       
   471                 // if you have the line above, you must have this. 
       
   472                 // It is calculable from LAF
       
   473                 base_line_delta = 21;
       
   474                 };
       
   475             },
       
   476         DLG_LINE
       
   477             {
       
   478             type = EEikCtEdwin;
       
   479             prompt = qtn_mp_details_size;
       
   480             id = EMPXMetadataEditorDlgCtrlIdSize;
       
   481             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   482             control = EDWIN
       
   483                 {
       
   484                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   485                 width = KMPXSongDetailsTextWidth;
       
   486                 lines = KMPXSongDetailsTextLines;
       
   487                 maxlength = KMPXSongDetailsTextMaxLen;
       
   488                 // added to limit expanding in forms.
       
   489                 // If you want full screen use 6 here
       
   490                 max_view_height_in_lines = 6;
       
   491                 // if you have the line above, you must have this. 
       
   492                 // It is calculable from LAF
       
   493                 base_line_delta = 21;
       
   494                 };
       
   495             },
       
   496         DLG_LINE
       
   497             {
       
   498             type = EEikCtEdwin;
       
   499             prompt = qtn_mp_details_modified;
       
   500             id = EMPXMetadataEditorDlgCtrlIdLastModified;
       
   501             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   502             control = EDWIN
       
   503                 {
       
   504                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   505                 width = KMPXSongDetailsTextWidth;
       
   506                 lines = KMPXSongDetailsTextLines;
       
   507                 maxlength = KMPXSongDetailsTextMaxLen;
       
   508                 // added to limit expanding in forms.
       
   509                 // If you want full screen use 6 here
       
   510                 max_view_height_in_lines = 6;
       
   511                 // if you have the line above, you must have this. 
       
   512                 // It is calculable from LAF
       
   513                 base_line_delta = 21;
       
   514                 };
       
   515             },
       
   516         DLG_LINE
       
   517             {
       
   518             type = EEikCtEdwin;
       
   519             prompt = qtn_mp_details_copyright;
       
   520             id = EMPXMetadataEditorDlgCtrlIdCopyright;
       
   521             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   522             control = EDWIN
       
   523                 {
       
   524                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   525                 width = KMPXSongDetailsTextWidth;
       
   526                 lines = KMPXSongDetailsTextLines;
       
   527                 maxlength = KMPXSongDetailsTextMaxLen;
       
   528                 // added to limit expanding in forms.
       
   529                 // If you want full screen use 6 here
       
   530                 max_view_height_in_lines = 6;
       
   531                 // if you have the line above, you must have this. 
       
   532                 // It is calculable from LAF
       
   533                 base_line_delta = 21;
       
   534                 };
       
   535             },
       
   536         DLG_LINE
       
   537             {
       
   538             type = EEikCtEdwin;
       
   539             prompt = qtn_mp_details_url;
       
   540             id = EMPXMetadataEditorDlgCtrlIdWebaddress;
       
   541             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   542             control = EDWIN
       
   543                 {
       
   544                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   545                 width = KMPXSongDetailsTextWidth;
       
   546                 lines = KMPXSongDetailsTextLines;
       
   547                 maxlength = KMPXSongDetailsTextMaxLen;
       
   548                 // added to limit expanding in forms.
       
   549                 // If you want full screen use 6 here
       
   550                 max_view_height_in_lines = 6;
       
   551                 // if you have the line above, you must have this. 
       
   552                 // It is calculable from LAF
       
   553                 base_line_delta = 21;
       
   554                 };
   360             }
   555             }
   361         };
   556         };
   362     } 
   557     } 
   363 
   558 
   364 // -----------------------------------------------------------------------------
   559 // -----------------------------------------------------------------------------
   533 // -----------------------------------------------------------------------------
   728 // -----------------------------------------------------------------------------
   534 //
   729 //
   535 RESOURCE DIALOG r_mpx_cui_podcast_details_dialog
   730 RESOURCE DIALOG r_mpx_cui_podcast_details_dialog
   536     {
   731     {
   537     flags = EAknDialogGenericFullScreen;
   732     flags = EAknDialogGenericFullScreen;
   538     buttons = r_mpx_cui_song_details_softkeys_options_empty_done;
   733     buttons = r_mpx_cui_song_details_softkeys_options_empty_back;
   539     form = r_mpx_cui_podcast_details_form;
   734     form = r_mpx_cui_podcast_details_form;
   540     }
   735     }
   541 #else
   736 #else
   542 // -----------------------------------------------------------------------------
   737 // -----------------------------------------------------------------------------
   543 //   
   738 //   
   692                 {
   887                 {
   693                 width = KMPXSongDetailsTextMaxLen;
   888                 width = KMPXSongDetailsTextMaxLen;
   694                 // other = qtn_aknexpopfield_list_other;
   889                 // other = qtn_aknexpopfield_list_other;
   695                 };
   890                 };
   696             tooltip = qtn_aknexpopfield_hint_text;
   891             tooltip = qtn_aknexpopfield_hint_text;
   697             }
   892             },
       
   893 	    DLG_LINE
       
   894                 {
       
   895                 type = EEikCtEdwin;
       
   896                 prompt = qtn_mp_fd_filename;
       
   897                 id = EMPXMetadataEditorDlgCtrlIdFileName;
       
   898                 itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   899                 control = EDWIN
       
   900                     {
       
   901                     flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
   902                     width = KMPXSongDetailsTextWidth;
       
   903                     lines = KMPXSongDetailsTextLines;
       
   904                     maxlength = KMPXSongDetailsTextMaxLen;
       
   905                     // added to limit expanding in forms.
       
   906                     // If you want full screen use 6 here
       
   907                     max_view_height_in_lines = 6;
       
   908                     // if you have the line above, you must have this. 
       
   909                     // It is calculable from LAF
       
   910                     base_line_delta = 21;
       
   911                     };
       
   912                 },
       
   913 		DLG_LINE
       
   914             {
       
   915             type = EEikCtEdwin;
       
   916             prompt = qtn_mp_details_format;
       
   917             id = EMPXMetadataEditorDlgCtrlIdFileFormat;
       
   918             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   919             control = EDWIN
       
   920                 {
       
   921                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   922                 width = KMPXSongDetailsTextWidth;
       
   923                 lines = KMPXSongDetailsTextLines;
       
   924                 maxlength = KMPXSongDetailsTextMaxLen;
       
   925                 // added to limit expanding in forms.
       
   926                 // If you want full screen use 6 here
       
   927                 max_view_height_in_lines = 6;
       
   928                 // if you have the line above, you must have this. 
       
   929                 // It is calculable from LAF
       
   930                 base_line_delta = 21;
       
   931                 };
       
   932             },
       
   933 	    DLG_LINE
       
   934             {
       
   935             type = EEikCtEdwin;
       
   936             prompt = qtn_mp_details_duration;
       
   937             id = EMPXMetadataEditorDlgCtrlIdFileDuration;
       
   938             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   939             control = EDWIN
       
   940                 {
       
   941                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   942                 width = KMPXSongDetailsTextWidth;
       
   943                 lines = KMPXSongDetailsTextLines;
       
   944                 maxlength = KMPXSongDetailsTextMaxLen;
       
   945                 // added to limit expanding in forms.
       
   946                 // If you want full screen use 6 here
       
   947                 max_view_height_in_lines = 6;
       
   948                 // if you have the line above, you must have this. 
       
   949                 // It is calculable from LAF
       
   950                 base_line_delta = 21;
       
   951                 };
       
   952             },
       
   953 	    DLG_LINE
       
   954             {
       
   955             type = EEikCtEdwin;
       
   956             prompt = qtn_mp_details_bitrate;
       
   957             id = EMPXMetadataEditorDlgCtrlIdFileBitrate;
       
   958             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   959             control = EDWIN
       
   960                 {
       
   961                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   962                 width = KMPXSongDetailsTextWidth;
       
   963                 lines = KMPXSongDetailsTextLines;
       
   964                 maxlength = KMPXSongDetailsTextMaxLen;
       
   965                 // added to limit expanding in forms.
       
   966                 // If you want full screen use 6 here
       
   967                 max_view_height_in_lines = 6;
       
   968                 // if you have the line above, you must have this. 
       
   969                 // It is calculable from LAF
       
   970                 base_line_delta = 21;
       
   971                 };
       
   972             },
       
   973         DLG_LINE
       
   974             {
       
   975             type = EEikCtEdwin;
       
   976             prompt = qtn_mp_details_samplerate;
       
   977             id = EMPXMetadataEditorDlgCtrlIdSamplingrate;
       
   978             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   979             control = EDWIN
       
   980                 {
       
   981                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
   982                 width = KMPXSongDetailsTextWidth;
       
   983                 lines = KMPXSongDetailsTextLines;
       
   984                 maxlength = KMPXSongDetailsTextMaxLen;
       
   985                 // added to limit expanding in forms.
       
   986                 // If you want full screen use 6 here
       
   987                 max_view_height_in_lines = 6;
       
   988                 // if you have the line above, you must have this. 
       
   989                 // It is calculable from LAF
       
   990                 base_line_delta = 21;
       
   991                 };
       
   992             },
       
   993         DLG_LINE
       
   994             {
       
   995             type = EEikCtEdwin;
       
   996             prompt = qtn_mp_details_size;
       
   997             id = EMPXMetadataEditorDlgCtrlIdSize;
       
   998             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
   999             control = EDWIN
       
  1000                 {
       
  1001                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
  1002                 width = KMPXSongDetailsTextWidth;
       
  1003                 lines = KMPXSongDetailsTextLines;
       
  1004                 maxlength = KMPXSongDetailsTextMaxLen;
       
  1005                 // added to limit expanding in forms.
       
  1006                 // If you want full screen use 6 here
       
  1007                 max_view_height_in_lines = 6;
       
  1008                 // if you have the line above, you must have this. 
       
  1009                 // It is calculable from LAF
       
  1010                 base_line_delta = 21;
       
  1011                 };
       
  1012             },
       
  1013         DLG_LINE
       
  1014             {
       
  1015             type = EEikCtEdwin;
       
  1016             prompt = qtn_mp_details_modified;
       
  1017             id = EMPXMetadataEditorDlgCtrlIdLastModified;
       
  1018             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
  1019             control = EDWIN
       
  1020                 {
       
  1021                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
  1022                 width = KMPXSongDetailsTextWidth;
       
  1023                 lines = KMPXSongDetailsTextLines;
       
  1024                 maxlength = KMPXSongDetailsTextMaxLen;
       
  1025                 // added to limit expanding in forms.
       
  1026                 // If you want full screen use 6 here
       
  1027                 max_view_height_in_lines = 6;
       
  1028                 // if you have the line above, you must have this. 
       
  1029                 // It is calculable from LAF
       
  1030                 base_line_delta = 21;
       
  1031                 };
       
  1032             },
       
  1033         DLG_LINE
       
  1034             {
       
  1035             type = EEikCtEdwin;
       
  1036             prompt = qtn_mp_details_copyright;
       
  1037             id = EMPXMetadataEditorDlgCtrlIdCopyright;
       
  1038             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
  1039             control = EDWIN
       
  1040                 {
       
  1041                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
  1042                 width = KMPXSongDetailsTextWidth;
       
  1043                 lines = KMPXSongDetailsTextLines;
       
  1044                 maxlength = KMPXSongDetailsTextMaxLen;
       
  1045                 // added to limit expanding in forms.
       
  1046                 // If you want full screen use 6 here
       
  1047                 max_view_height_in_lines = 6;
       
  1048                 // if you have the line above, you must have this. 
       
  1049                 // It is calculable from LAF
       
  1050                 base_line_delta = 21;
       
  1051                 };
       
  1052             },
       
  1053         DLG_LINE
       
  1054             {
       
  1055             type = EEikCtEdwin;
       
  1056             prompt = qtn_mp_details_url;
       
  1057             id = EMPXMetadataEditorDlgCtrlIdWebaddress;
       
  1058             itemflags=EEikDlgItemTakesEnterKey| EEikDlgItemOfferAllHotKeys;
       
  1059             control = EDWIN
       
  1060                 {
       
  1061                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable| EEikEdwinReadOnly;
       
  1062                 width = KMPXSongDetailsTextWidth;
       
  1063                 lines = KMPXSongDetailsTextLines;
       
  1064                 maxlength = KMPXSongDetailsTextMaxLen;
       
  1065                 // added to limit expanding in forms.
       
  1066                 // If you want full screen use 6 here
       
  1067                 max_view_height_in_lines = 6;
       
  1068                 // if you have the line above, you must have this. 
       
  1069                 // It is calculable from LAF
       
  1070                 base_line_delta = 21;
       
  1071                 };
       
  1072             } 
   698         };
  1073         };
   699     } 
  1074     } 
   700 
  1075 
   701 // -----------------------------------------------------------------------------
  1076 // -----------------------------------------------------------------------------
   702 //   
  1077 //   
  1125 RESOURCE TBUF r_mpx_cui_metadataeditor_playback_complete
  1500 RESOURCE TBUF r_mpx_cui_metadataeditor_playback_complete
  1126     {
  1501     {
  1127     
  1502     
  1128     buf = qtn_mp_details_playback_complete;
  1503     buf = qtn_mp_details_playback_complete;
  1129     }
  1504     }
  1130         
  1505 
       
  1506 RESOURCE DLG_LINE r_mpx_cui_last_playback_position
       
  1507      {
       
  1508      type=EEikCtEdwin;
       
  1509      prompt = qtn_mp_details_last_playback_position ;
       
  1510      id= EMPXMetadataEditorDlgCtrlIdLastPlayedPosition ;
       
  1511      //control=EDWIN { flags= KMultiLineExpandingEditorFlags; maxlength=168; width=3; lines=1;};
       
  1512      control = EDWIN
       
  1513                          {
       
  1514                          flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
  1515                          width = KMPXSongDetailsTextWidth;
       
  1516                          lines = KMPXSongDetailsTextLines;
       
  1517                          maxlength = KMPXSongDetailsTextMaxLen;
       
  1518                          // added to limit expanding in forms.
       
  1519                          // If you want full screen use 6 here
       
  1520                          max_view_height_in_lines = 6;
       
  1521                          // if you have the line above, you must have this. 
       
  1522                          // It is calculable from LAF
       
  1523                          base_line_delta = 21;
       
  1524                          };
       
  1525      }
       
  1526 
       
  1527 RESOURCE DLG_LINE r_mpx_cui_details_published
       
  1528      {
       
  1529      type=EEikCtEdwin;
       
  1530      prompt = qtn_mp_details_published ;
       
  1531      id= EMPXMetadataEditorDlgCtrlIdLastPublished ;
       
  1532      //control=EDWIN { flags= KMultiLineExpandingEditorFlags; maxlength=168; width=3; lines=1;};
       
  1533      control = EDWIN
       
  1534                          {
       
  1535                          flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
       
  1536                          width = KMPXSongDetailsTextWidth;
       
  1537                          lines = KMPXSongDetailsTextLines;
       
  1538                          maxlength = KMPXSongDetailsTextMaxLen;
       
  1539                          // added to limit expanding in forms.
       
  1540                          // If you want full screen use 6 here
       
  1541                          max_view_height_in_lines = 6;
       
  1542                          // if you have the line above, you must have this. 
       
  1543                          // It is calculable from LAF
       
  1544                          base_line_delta = 21;
       
  1545                          };
       
  1546      }
       
  1547 
  1131 // End of File
  1548 // End of File