Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Themes & Animated Graphics

Reply
Contributor
ankur_siwach
Posts: 13
Registered: ‎09-28-2012
My Carrier: Blackberry

How to constant a background in blackberry...

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.getHeight()-h1));
this.getMainManager().setBackground(BackgroundFactory.createBitmapBackground(bitmapBG));

 

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..???????

Please use plain text.
Contributor
ankur_siwach
Posts: 13
Registered: ‎09-28-2012
My Carrier: Blackberry

Re: How to constant a background image in blackberry...

can any one have any idea..about this....

Please use plain text.