mpxplugins/viewplugins/views/collectionviewhg/data/mpxcollectionviewhg.rss
branchRCL_3
changeset 15 171e07ac910f
parent 14 943ff5625028
child 17 c8156a91d13c
equal deleted inserted replaced
14:943ff5625028 15:171e07ac910f
  1478     buf = qtn_nmp_del_batch_songs_wait_note;
  1478     buf = qtn_nmp_del_batch_songs_wait_note;
  1479     }
  1479     }
  1480 
  1480 
  1481     
  1481     
  1482 //------------------------------------------------------------------------------
  1482 //------------------------------------------------------------------------------
  1483 // r_mpx_progress_note
  1483 // r_mpx_wait_note
  1484 // Generic Progress note.      
  1484 // Generic Wait note.      
  1485 //------------------------------------------------------------------------------
  1485 //------------------------------------------------------------------------------
  1486 //
  1486 //
  1487 RESOURCE DIALOG r_mpx_progress_note
  1487 RESOURCE DIALOG r_mpx_wait_note
  1488     {
  1488     {
  1489     flags = EAknProgressNoteFlags;
  1489     flags = EAknWaitNoteFlags;
  1490     buttons = R_AVKON_SOFTKEYS_CANCEL;
  1490     buttons = R_AVKON_SOFTKEYS_EMPTY;
  1491     items =
  1491     items =
  1492         {
  1492         {
  1493         DLG_LINE
  1493         DLG_LINE
  1494             {
  1494             {
  1495             type = EAknCtNote;
  1495             type = EAknCtNote;
  1496             id = 0x1000;
  1496             id = 0x1000;
  1497             control = AVKON_NOTE
  1497             control = AVKON_NOTE
  1498                 {
  1498                 {
  1499                 layout = EProgressLayout;
  1499                 layout = EWaitLayout;
       
  1500                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
  1500                 };
  1501                 };
  1501             }
  1502             }
  1502         };
  1503         };
  1503     }
  1504     }
  1504 
  1505