Re: J2ME background image
- From: "Jakob Bieling" <argfhesNGtzkQBGarg@xxxxxxxxx>
- Date: Thu, 28 Jul 2005 15:05:34 +0200
<tiff.shaw@xxxxxxxxx> wrote in message
news:1122555181.210261.262450@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Is there a better option available to display, say, 4/5 rows of
> textual
> data on top of a background image?
> I guess I could use a Canvas and drawString at a co-ordinate but that
> sounds messy.
I guess the canvas is the only option, if you must have the
background image. But it probably is not as messy as you might think.
An alert would also work, but this is not quite what you want. But
it lets you display a little bit of text with an image (I think the
image will be above the text .. not sure tho).
> .. for the gauage, yes it takes some time to return ... which is why I
> wanted a progress bar ... is there any way to force a refresh? Or is
> there another approach? Surely a progress gauage was designed for such
> scenarios?
Yes, but I have never used progress bars .. A wild guess would be to
call Thread.yield (); or maybe Thread.sleep (10); to give control to the
JVM .. maybe then it will display the progress bar thing. Worth a try.
hth
--
jb
(reply address in rot13, unscramble first)
.
- Follow-Ups:
- Re: J2ME background image
- From: Chris Smith
- Re: J2ME background image
- References:
- J2ME background image
- From: tiff . shaw
- Re: J2ME background image
- From: Jakob Bieling
- Re: J2ME background image
- From: tiff . shaw
- J2ME background image
- Prev by Date: Java file extentions
- Next by Date: Re: Is a static method sufficient to call it factory?
- Previous by thread: Re: J2ME background image
- Next by thread: Re: J2ME background image
- Index(es):
Relevant Pages
|