How to define CAknCheckBoxSettingPage in .rss file
| Sat, 2006-04-22 03:30 | |
|
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 |
|






Forum posts: 16
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 =
}
2 execute it
my problem is how to define a resource related to the class CAknCheckBoxSettingPage ,is there a RESOURCE that represents this class?