Discussion Board
-
CAknIntegerEdwinSettingItem example required
2003-02-18, 04:11
#1
Registered User
Hi,
Does anybody know how to use CAknIntegerEdwinSettingItem in a settinglist? I have created it from the following resource:
RESOURCE AVKON_SETTING_PAGE r_num_setting_page
{
number = 1;
label = "Number";
type = EEikCtEdwin;
editor_resource_id = r_aknexsettinglist_numeric;
}
RESOURCE EDWIN r_aknexsettinglist_numeric
{
width = 3;
lines = 1;
maxlength = 3;
}
This is how I try to create it:
myNumber = new (ELeave) CAknIntegerEdwinSettingItem(EFormItem_Number, iValue );
The problem is, that it allows special characters, and it never displays an OK prompt.
Gyula Rbai
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules