Namespaces
Variants
Actions

Activating the display view for the Settings app on Symbian

Jump to: navigation, search



Article Metadata

Compatibility
Platform(s): S60 1st Edition
S60 2nd Edition

Article
Created: User:Technical writer 2 (20 May 2003)
Last edited: hamishwillee (14 Jun 2012)

Overview

Activating the display view for the Settings application

Description

Do as follows to open the Settings application in the display view:
// Application UID for Settings Application
const TUid KSettingsUid = { 0x100058EC };  
// UID of the display view in the Settings Application
const TUid KSettListDisplViewId = { 5 };
 AppUi()->ActivateViewL(
           TVwsViewId(KSettingsUid, KSettListDisplViewId));
Activating this view is asynchronous.

This page was last modified on 14 June 2012, at 07:25.
170 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