07-24-2008 11:00 AM
I faced few times similar situations. So what I did is to use Graphics.getScreenHeight() instead of getContentHeight() and made sure that the verticalFieldManager has the Vertical_SCROLL enabled.
10-21-2008 06:48 PM
10-22-2008 01:31 PM
04-28-2009 04:54 AM
Chouman82 wrote:Hey Mark,
public BackgroundImage()
{
//The background image.
backgroundBitmap = Bitmap.getBitmapResource("background.png");[...]
}
Hi Chouman82,
I saw that you used the Bitmap.getBitmapResource method. I want to know where I have to put my image files in the project to get them found by this method.
05-07-2009 01:46 PM