Having created a bitmap from a scalable image in a .mif file using:
CFbsBitmap * const bitmap = AknIconUtils::CreateIconL(aFileName, aId);
I then attempt to set the size using:
bitmap->SetSizeInTwips(...)
Regardless of what I try to set, a call to bitmap->SizeInTwips() returns TSize(0, 0).
The same calls worked in the previous, pre-MR version of the S60 3rd Edition SDK, returning the size that I set.
What is broken? Is there something that I need to do differently, or do I need to wait for a new version of the SDK?



