Having created an icon from a scalable image in a .mif file using:
CFbsBitmap * const bitmap = AknIconUtils::CreateIconL(aFileName, aId)
I then try to size it with:
bitmap->SetSizeInTwips(...)
Interestingly, if I then call bitmap->SizeInTwips(), I always seem to get back TSize(0, 0), regardless of the size I try to set.
With the pre-MR SDK, the size seems to be suitably set and retrievable.
What's broken? Is there something I need to do differently? Do I need to wait for the next SDK for a fix?




