J2ME background image
- From: tiff.shaw@xxxxxxxxx
- Date: 28 Jul 2005 04:47:55 -0700
Hi,
I'm trying to create a small J2ME app which displays some text on top
of a background image.
The text part is easy - I use a form and some StringItems ... but when
I add an image using
form.append(image)
then the image gets put underneath the previous item.
Is there a simple way to just set a background image? (surely it must
be a common thing?)
-=-=-
I also wanted to show a progress bar but when I do
setCurrent(gauge);
getSomeDataRemotely();
setCurrent(form);
then the progress bar never gets displayed ... but if I comment out
setCurrent(form);
then it does get displayed!!! This seems illogical!
Thanks in advance
Chris
.
- Follow-Ups:
- Re: J2ME background image
- From: Jakob Bieling
- Re: J2ME background image
- Prev by Date: Re: isErrorPage is not working in Tomcat 5.5 !
- Next by Date: Re: J2ME background image
- Previous by thread: Is a static method sufficient to call it factory?
- Next by thread: Re: J2ME background image
- Index(es):
Relevant Pages
|