application specific skin
| Sun, 2008-03-30 19:15 | |
|
I want my application to use a specific skin; a 1x1 white bitmap file defines the skin. I create the skin in the constructor of my view container constructor as follows: MAknsSkinInstance* aSkin = AknsUtils::SkinInstance(); On the symbian s60 r3 emulator this works; the cba background is white. When I try to run the self-signed application on Nokia N80, SelLocalItemDefL leaves with KErrArgument (KAknsIIDQsnBgAreaControl out of range). Any reason why this should not work on Nokia N80 when it runs in the emulator? Olav |
|





