10-08-2012 05:19 AM
I am using a background images.Through below mentioned code..
Bitmap bitmap = Bitmap.getBitmapResource("480overlay.jpg");
int h1=(int) (Display.getHeight()*0.-02);
Bitmap bitmapBG = resizeBitmap(bitmap,Display.getWidth(),(Display.ge
this.getMainManager().setBackground(BackgroundFact
on this screen I am using number of image on a button..2 or 3 button in a row using gridfieldmanager.But when I m scrolling on the screen my background image is moving .I want to constant that background images and my button should move except the background image....
Can some one suggest me...On this..???????
10-30-2012 02:42 AM
can any one have any idea..about this....