Namespaces
Variants
Actions

Archived:Changing S60 UI color scheme is not supported on S60 3rd Edition (Known Issue)

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

Trying to set color a scheme (palette) does not have any effect because the feature is not supported in S60 3rd Edition.

Article Metadata

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 1 (21 Aug 2007)
Last edited: hamishwillee (18 Jun 2012)

Description

The Extensions plug-in package for S60 3rd Edition SDK contains the  Personalization and Skin Setting API with the Central Repository key for controlling the current color scheme.
However, changing the value of this key does not have any effect because UI color schemes are not supported in S60 3rd Edition.

How to reproduce

#include <centralrepository.h>
#include <AknSkinsInternalCRKeys.h>
 
CRepository* cenRep = CRepository::NewLC( KCRUidPersonalisation );
TInt value = 0; // 0: Nokia "Classic" blue
//Try to change the color scheme
User::LeaveIfError( cenRep->Set( KPslnColorPalette, value ) );
CleanupStack::PopAndDestroy(); // cenRep

Solution

No solution available.

This page was last modified on 18 June 2012, at 09:14.
206 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