Namespaces
Variants
Actions

Enabling Skin

Jump to: navigation, search
Article Metadata

Article
Created: vasant21 (17 May 2007)
Last edited: hamishwillee (23 Jul 2012)

In the AppUI's second-phase constructor call the BaseConstructL() method and passing EAknEnableSkin as its argument:

void CMyAppUi::ConstructL()
 
{
 
// Enables skins in all the optionally
 
// skin-providing controls in this app
 
BaseConstructL( EAknEnableSkin );
 
}


This will ensure that all optionally skin-providing controls will have skins enabled. If you do not want to enable skins, then simply leave out the EAknEnableSkin argument.

This page was last modified on 23 July 2012, at 10:54.
79 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