application/data/PodcastQueueView.ra
branch3rded
changeset 177 269e3f3e544a
parent 176 1c8b56cb6409
child 262 81bb9210fd4c
equal deleted inserted replaced
176:1c8b56cb6409 177:269e3f3e544a
    34     {
    34     {
    35     items =
    35     items =
    36         {
    36         {
    37  		MENU_ITEM
    37  		MENU_ITEM
    38 			{
    38 			{
    39 			command = EPodcastAbout;
    39 			command = EPodcastSuspendDownloads;
    40 			txt = STRING_r_view_about_cmd;
    40 			txt = STRING_r_view_stop_downloads_cmd;
    41 			}, 
    41 			}, 
       
    42 		MENU_ITEM
       
    43 			{
       
    44 			command = EPodcastResumeDownloads;
       
    45 			txt = STRING_r_view_resume_downloads_cmd;
       
    46 			},
       
    47 		MENU_ITEM
       
    48 			{
       
    49 			command = EPodcastQueueShowMenu;
       
    50 			txt = STRING_r_view_queue_show_menu;
       
    51 			cascade = r_queue_show_menu;
       
    52 			},
       
    53 		MENU_ITEM
       
    54 			{
       
    55 			command = EPodcastRemoveAllDownloads;
       
    56 			txt = STRING_r_view_remove_all_downloads_cmd;
       
    57 			},
    42 		MENU_ITEM
    58 		MENU_ITEM
    43 			{
    59 			{
    44 			command = EPodcastHelp;
    60 			command = EPodcastHelp;
    45 			txt = STRING_r_view_help;
    61 			txt = STRING_r_view_help;
    46 			},
       
    47 		MENU_ITEM
       
    48 			{
       
    49 			command = EAknSoftkeyExit;
       
    50 			txt = STRING_r_exit_cmd;
       
    51 			}
    62 			}
    52         };
    63         };
    53     }
    64     }
    54 
    65 
    55 //RESOURCE AVKON_TOOLBAR r_queueview_toolbar
    66 RESOURCE MENU_PANE r_queue_show_menu
    56 //    {
    67 	{
    57 //    flags = KAknToolbarFixed;
    68 	items =	{
    58 //    items =
    69 		MENU_ITEM
    59 //        {
    70 			{
    60 //
    71 				txt = STRING_r_view_remove_download_short_cmd;
    61 //		TBAR_CTRL
    72 				command = EPodcastRemoveDownload;
    62 //			{
    73 			},
    63 //			type = EAknCtButton;
    74 		MENU_ITEM
    64 //			id =EPodcastSuspendDownloads;
    75 			{
    65 //			control = AVKON_BUTTON
    76 				txt = STRING_r_view_move_up_short_cmd;
    66 //				{
    77 				command = EPodcastMoveDownloadUp;
    67 //				states =
    78 			},
    68 //					{
    79 		MENU_ITEM
    69 //					AVKON_BUTTON_STATE
    80 			{
    70 //						{
    81 				txt = STRING_r_view_move_down_short_cmd;
    71 //						//bmpfile = AVKON_BITMAP_FILE;
    82 				command = EPodcastMoveDownloadDown;
    72 //						//bmpid = EMbmAvkonQgn_indi_find_goto;
    83 			}
    73 //						txt = STRING_r_suspend_download_cmd;
    84 	};
    74 //						helptxt = STRING_r_view_stop_downloads_cmd;
    85 	}
    75 //						}  
       
    76 //					};
       
    77 //				};
       
    78 //			},
       
    79 //		TBAR_CTRL
       
    80 //			{
       
    81 //			type = EAknCtButton;
       
    82 //			id =EPodcastResumeDownloads;
       
    83 //			control = AVKON_BUTTON
       
    84 //				{
       
    85 //				states =
       
    86 //					{
       
    87 //					AVKON_BUTTON_STATE
       
    88 //						{
       
    89 //						//bmpfile = AVKON_BITMAP_FILE;
       
    90 //						//bmpid = EMbmAvkonQgn_indi_find_goto;
       
    91 //						txt = STRING_r_view_resume_short_dls_cmd;
       
    92 //						helptxt = STRING_r_view_resume_downloads_cmd;
       
    93 //						}  
       
    94 //					};
       
    95 //				};
       
    96 //			},
       
    97 //		TBAR_CTRL
       
    98 //			{
       
    99 //			type = EAknCtButton;
       
   100 //			id = EPodcastRemoveDownload;
       
   101 //			control = AVKON_BUTTON
       
   102 //				{
       
   103 //				states =
       
   104 //					{
       
   105 //					AVKON_BUTTON_STATE
       
   106 //						{
       
   107 //						//bmpfile = AVKON_BITMAP_FILE;
       
   108 //						//bmpid = EMbmAvkonQgn_indi_find_goto;
       
   109 //						txt = STRING_r_view_remove_download_short_cmd;
       
   110 //						helptxt = STRING_r_view_remove_download_cmd;
       
   111 //						}  
       
   112 //					};
       
   113 //				};
       
   114 //			},
       
   115 //		TBAR_CTRL
       
   116 //			{
       
   117 //			type = EAknCtButton;
       
   118 //			id =EPodcastRemoveAllDownloads;
       
   119 //			control = AVKON_BUTTON
       
   120 //				{
       
   121 //				states =
       
   122 //					{
       
   123 //					AVKON_BUTTON_STATE
       
   124 //						{
       
   125 //						//bmpfile = AVKON_BITMAP_FILE;
       
   126 //						//bmpid = EMbmAvkonQgn_indi_find_goto;
       
   127 //						txt = STRING_r_view_remove_all_downloads_cmd_short;
       
   128 //						helptxt = STRING_r_view_remove_all_downloads_cmd;
       
   129 //						}  
       
   130 //					};
       
   131 //				};
       
   132 //			}
       
   133 //        };
       
   134 //    }
       
   135 
    86 
   136 RESOURCE STYLUS_POPUP_MENU r_queueview_popup_menu
       
   137 	{
       
   138 		items =
       
   139 		{
       
   140 			STYLUS_POPUP_MENU_ITEM
       
   141 				{
       
   142 					txt = STRING_r_view_remove_download_short_cmd;
       
   143 					command = EPodcastRemoveDownload;
       
   144 				},
       
   145 			STYLUS_POPUP_MENU_ITEM
       
   146 				{
       
   147 					txt = STRING_r_view_move_up_short_cmd;
       
   148 					command = EPodcastMoveDownloadUp;
       
   149 				},
       
   150 			STYLUS_POPUP_MENU_ITEM
       
   151 				{
       
   152 					txt = STRING_r_view_move_down_short_cmd;
       
   153 					command = EPodcastMoveDownloadDown;
       
   154 				}
       
   155 		};
       
   156 	}