Archived:Changing S60 UI color scheme is not supported on S60 3rd Edition (Known Issue)
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.

