Hi guys
I got a trouble of CAknForm on S60 5th SDK. My form has a bmp background, everything is ok on S60 3rd FP2, but the bmp background can not display normally on 5th. Every edit control or highlight has the background, but the whole form doesn't have.
I think the code above can replace default background with my bmp when I draw it, actually the system just draws every form control and form highlight, on the rest where is white color filled in.Code:CAknsItemDef* itemDef = AknsUtils::CreateBitmapItemDefL(KAknsIIDQsnBgAreaScreen, KMyBmpMbmFile, BmpIndex); AknsUtils::SkinInstance()->SetLocalItemDefL(itemDef);
Is it a BUG of 5th SDK?
Thank you very much.



