hi,
I am developing one application it contains bitmaps it's working fine on e51, if i installed same application in e61 bitmaps showing different location.how to support one sis for both devices without using ui customization.
hi,
I am developing one application it contains bitmaps it's working fine on e51, if i installed same application in e61 bitmaps showing different location.how to support one sis for both devices without using ui customization.
You should maybe read the documentation on the scalable UI, it could get you started.
Basically it is your own logic that should handle placing the graphics in your custom controls correctly, also you might want to try with scalable vector graphics, in general they do look better in different sizes screens.
Basically your problem is a shift between a portrait and a landscape mode
it should look differently in different mode I hope that is the requirement, if so you could use ApplicationRect to get the current resolution and use certain logic to place your bitmap at the desired location. If this doesn't help you could refer to scalable ui threads suggested by Petrib.
Thanks and Regards,
Sriky