How to define CAknCheckBoxSettingPage in .rss file

Login to reply to this topic.
Sat, 2006-04-22 03:30
Joined: 2006-04-06
Forum posts: 16
I want to build a multiselection checkbox in a settinglist
I got class CAknCheckBoxSettingPage it is really exciting,
but i found in our forum articles about this class is just provide to create it by coding not to define it in a .rss file,
i hope someone can show me how to do it,and the sample code to exeute it,i have been thinking about this problem for over 2 days,I really need u r help.
Thanks in advance

Sat, 2006-04-22 03:49
Joined: 2006-04-06
Forum posts: 16
Re: How to define CAknCheckBoxSettingPage in .rss file
I mean usually to create  a settinglist you do as following:
1 define in a resource file
RESOURCE AVKON_SETTING_ITEM_LIST r_test
{
    AVKON_SETTING_ITEM
   {
        setting_page_resource = r_page;
   }
}
RESOURCE AVKON_SETTING_PAGE r_test_page
{
   number = 10;
   type = how to define a CAknCheckBoxSettingPage control here;
   editor_resource_id = Huh;
}
2 execute it

my problem is how to define a resource related to the class CAknCheckBoxSettingPage ,is there a RESOURCE that represents this class?
  • Login to reply to this topic.