Namespaces
Variants
Actions

Enabling touch UI support for check boxes in Setting Lists using Symbian C++

Jump to: navigation, search
Article Metadata

Code Example
Tested with
Devices(s): Nokia 5800 XpressMusic
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

This page was last modified on 1 August 2012, at 07:39.
86 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved