Re: J2ME background image
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Thu, 28 Jul 2005 10:21:18 -0600
<tiff.shaw@xxxxxxxxx> wrote:
> 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.
First you should convince yourself that you really need a background
image. If you do, then Canvas is the way to go.
> .. 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, the progress bar is designed for such scenarios... but you can't do
them in the thread that's used to call event handlers. J2ME doesn't
actually guarantee that this will break, unlike J2SE's AWT which is
quite explicit about the matter. Still, it doesn't guarantee that this
will work either. Instead, you should try starting a new Thread to do
the long work and update the Gauge occasionally.
--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
.
- 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: Re: javascript
- Next by Date: Re: J2ME background image
- Previous by thread: Re: J2ME background image
- Next by thread: Eclipse components
- Index(es):
Relevant Pages
|