Enabling touch UI support for check boxes in Setting Lists using Symbian C++
Article Metadata
Code Example
Source file: Media:Symbian Settings Screen Example v2 2 en.zip
Tested with
Devices(s): Nokia 5800 XpressMusic
Nokia N97
Nokia N97
Compatibility
Platform(s): S60 5th Edition
Article
Keywords: CAknCheckBoxSettingPage
Created: User:Kbwiki
(29 Jun 2010)
Last edited: hamishwillee
(01 Aug 2012)
Description
In oder to use CAknCheckBoxSettingPage on touch UI devices, you need to set the CAknTouchCompatible flag in AppUi.
Solution
In AppUi's ConstructL() implementation, pass the EAknTouchCompatible flag to the BaseConstructL() function.
BaseConstructL(EAknEnableSkin|EAknTouchCompatible);
See the updated Settings Screen example: File:Symbian Settings Screen Example v2 2 en.zip


(no comments yet)