application/data/PodcastSettingsView.ra
branch3rded
changeset 177 269e3f3e544a
parent 138 6c8c5122867a
child 390 d7abecc9d189
equal deleted inserted replaced
176:1c8b56cb6409 177:269e3f3e544a
    71 				identifier = EPodcastSettingAutoDownload;
    71 				identifier = EPodcastSettingAutoDownload;
    72 				setting_page_resource = r_podcast_autodownload_page_resource;
    72 				setting_page_resource = r_podcast_autodownload_page_resource;
    73 				associated_resource = r_on_off_texts;
    73 				associated_resource = r_on_off_texts;
    74 				name = STRING_r_podcast_setting_autodownload;
    74 				name = STRING_r_podcast_setting_autodownload;
    75 				},
    75 				},
    76 			AVKON_SETTING_ITEM
    76 //			AVKON_SETTING_ITEM
    77 			{
    77 //			{
    78 				identifier = EPodcastSettingConnection;
    78 //				identifier = EPodcastSettingConnection;
    79 				setting_page_resource = r_podcast_connection_page_resource;
    79 //				setting_page_resource = r_podcast_connection_page_resource;
    80 				associated_resource = r_podcast_connection_texts;
    80 //				associated_resource = r_podcast_connection_texts;
    81 				name = STRING_r_podcast_setting_connection;
    81 //				name = STRING_r_podcast_setting_connection;
    82 			},
    82 //			},
    83 			AVKON_SETTING_ITEM
    83 			AVKON_SETTING_ITEM
    84 			{
    84 			{
    85 				identifier = EPodcastSettingIAPList;
    85 				identifier = EPodcastSettingIAPList;
    86 				setting_page_resource = r_setting_iap_page_resource;
    86 				setting_page_resource = r_setting_iap_page_resource;
    87 				associated_resource = r_setting_iap_texts;
    87 				associated_resource = r_setting_iap_texts;
    88 				name = STRING_r_podcast_setting_iaplist;
    88 				name = STRING_r_podcast_setting_connection;
    89 			}		
    89 			}		
    90 	};
    90 	};
    91 }
    91 }
    92 
    92 
    93 RESOURCE AVKON_SETTING_PAGE r_podcast_showdir_page
    93 RESOURCE AVKON_SETTING_PAGE r_podcast_showdir_page
   102 	lines = 3;
   102 	lines = 3;
   103 	maxlength = 256;
   103 	maxlength = 256;
   104 	default_input_mode = EAknEditorTextInputMode;
   104 	default_input_mode = EAknEditorTextInputMode;
   105 }
   105 }
   106 
   106 
   107 RESOURCE AVKON_SETTING_PAGE r_podcast_connection_page_resource
   107 //RESOURCE AVKON_SETTING_PAGE r_podcast_connection_page_resource
   108 {
   108 //{
   109     label= STRING_r_podcast_setting_connection;
   109 //    label= STRING_r_podcast_setting_connection;
   110     type = EAknCtPopupSettingList;
   110 //    type = EAknCtPopupSettingList;
   111     editor_resource_id = r_setting_connection_popup_list_entry;
   111 //    editor_resource_id = r_setting_connection_popup_list_entry;
   112 }
   112 //}
   113 
   113 //
   114 RESOURCE POPUP_SETTING_LIST r_setting_connection_popup_list_entry
   114 //RESOURCE POPUP_SETTING_LIST r_setting_connection_popup_list_entry
   115 {
   115 //{
   116 }
   116 //}
   117 
   117 //
   118 RESOURCE AVKON_POPUP_SETTING_TEXTS r_podcast_connection_texts
   118 //RESOURCE AVKON_POPUP_SETTING_TEXTS r_podcast_connection_texts
   119 {
   119 //{
   120     setting_texts_resource = r_podcast_connection_closed;
   120 //    setting_texts_resource = r_podcast_connection_closed;
   121     popped_up_texts_resource = r_podcast_connection_opened;
   121 //    popped_up_texts_resource = r_podcast_connection_opened;
   122 }
   122 //}
   123 
   123 //
   124 RESOURCE ARRAY r_podcast_connection_closed
   124 //RESOURCE ARRAY r_podcast_connection_closed
   125 {
   125 //{
   126     items = 
   126 //    items = 
   127     {
   127 //    {
   128     AVKON_ENUMERATED_TEXT{value=EConnectionDefault; text = STRING_r_podcast_setting_default;},
   128 //    AVKON_ENUMERATED_TEXT{value=EConnectionDefault; text = STRING_r_podcast_setting_default;},
   129     AVKON_ENUMERATED_TEXT{value=EConnectionAlwaysAsk; text = STRING_r_podcast_setting_alwaysask;},    
   129 //    AVKON_ENUMERATED_TEXT{value=EConnectionAlwaysAsk; text = STRING_r_podcast_setting_alwaysask;},    
   130     AVKON_ENUMERATED_TEXT{value=EConnectionUseIap; text = STRING_r_podcast_setting_useiap;}
   130 ////    AVKON_ENUMERATED_TEXT{value=EConnectionUseIap; text = STRING_r_podcast_setting_useiap;}
   131     };
   131 //    };
   132 }
   132 //}
   133 
   133 //
   134 RESOURCE ARRAY r_podcast_connection_opened
   134 //RESOURCE ARRAY r_podcast_connection_opened
   135 {
   135 //{
   136     items = 
   136 //    items = 
   137     {
   137 //    {
   138     LBUF { txt=STRING_r_podcast_setting_default; },
   138 //    LBUF { txt=STRING_r_podcast_setting_default; },
   139     LBUF { txt=STRING_r_podcast_setting_alwaysask; },	   
   139 //    LBUF { txt=STRING_r_podcast_setting_alwaysask; },	   
   140     LBUF { txt=STRING_r_podcast_setting_useiap; }
   140 //    LBUF { txt=STRING_r_podcast_setting_useiap; }
   141     };
   141 //    };
   142 }
   142 //}
   143 
   143 
   144 RESOURCE AVKON_SETTING_PAGE r_podcast_autodownload_page_resource
   144 RESOURCE AVKON_SETTING_PAGE r_podcast_autodownload_page_resource
   145 {
   145 {
   146     label= STRING_r_podcast_setting_autodownload;
   146     label= STRING_r_podcast_setting_autodownload;
   147     type = EAknCtPopupSettingList;
   147     type = EAknCtPopupSettingList;
   264 
   264 
   265 RESOURCE ARRAY r_setting_iap_closed
   265 RESOURCE ARRAY r_setting_iap_closed
   266 {
   266 {
   267     items = 
   267     items = 
   268     {
   268     {
   269     AVKON_ENUMERATED_TEXT{value=0; text = "";}
   269     AVKON_ENUMERATED_TEXT{value=EConnectionDefault; text = STRING_r_podcast_setting_default;},
       
   270     AVKON_ENUMERATED_TEXT{value=EConnectionAlwaysAsk; text = STRING_r_podcast_setting_alwaysask;}
   270     };
   271     };
   271 }
   272 }
   272 
   273 
   273 RESOURCE ARRAY r_setting_iap_opened
   274 RESOURCE ARRAY r_setting_iap_opened
   274 {
   275 {
   275     items = 
   276     items = 
   276     {
   277     {
   277     LBUF { txt=""; }
   278     	    LBUF { txt=STRING_r_podcast_setting_default; },
   278     };
   279     	    LBUF { txt=STRING_r_podcast_setting_alwaysask; }
   279 }
   280     };
       
   281 }