EMbmAvkon....

Login to reply to this topic.
Wed, 2008-07-09 00:54
Joined: 2008-05-16
Forum posts: 7

Hi,
I am using S60_3rd_FP2 SDK.
I am trying to create a grid as given in "Using grid API's" provided in the SDK documentation.

I got stuck at compiling the following piece of code:

AknIconUtils::CreateIconLC( addressIcon,
addressIconMask,
KAvkonBitmapFile,
EMbmAvkonQgn_prop_nrtyp_address,
EMbmAvkonQgn_prop_nrtyp_address_mask
);

I could find KAvkonBitmapFile in aknconsts.h but EMbmAvkon* (the indexed into the mbm file avkon2.mbm) are nowhere to be found.
Where are EMbmAvkon* defined(I couldn't find in any of the include files) and how should I provide it to the compiler.

Thank You.


Wed, 2008-07-09 17:56
Joined: 2008-05-16
Forum posts: 7
Re: EMbmAvkon....

Found the include file. Its avkon.mbg

Thanks.

  • Login to reply to this topic.