Re: About bitmaps Locations
Hi
U will made MBM file inur MMP file that use in ur CPP file i hope this will store in default add and u will use both devices.
Re: About bitmaps Locations
Hi use this code for screen size.
TSize iScreenSize;
iScreenSize = CCoeEnv::Static()->ScreenDevice()->SizeInPixels();
Draw()
{
if(iScreenSize==TSize(240,320))
{
///// draw image code
}
if(iScreenSize==TSize(352,416))
{
///// draw image code
}
}
Regards
Md.kashif
Re: About bitmaps Locations
[QUOTE=pistha;395079]Hi all,
I implemented one application based on 3rd edition it's working fine in 320x240 screen resolution devices, this application contain bitmaps.Now i want implement my application in 240x320 devices if i change any bitmap locations it also working fine otherwise bitmap locations it display wrongly,without changing bitmap locations i want support both devices using one sis file.How can i achieve this one.[/QUOTE]
Creat macro and use the different images ...!