Re: J2ME background image
- From: Chris Smith <cdsmith@xxxxxxx>
- Date: Thu, 28 Jul 2005 10:23:49 -0600
Jakob Bieling <argfhesNGtzkQBGarg@xxxxxxxxx> wrote:
> 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.
Actually, it's not. An important thing to remember in J2ME is that
implementations are given a lot more flexibility than in J2SE. Unless
your goal is for your application to only work on one specific phone,
it's NOT good enough to program by trial and error. It is necessary to
understand the specification and its guarantees and contracts, so that
you avoid the pitfalls of writing code that works fine in the emulator
or in your specific mobile device that you're using for testing, but
doesn't work anywhere else.
--
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
- Re: J2ME background image
- From: Jakob Bieling
- J2ME background image
- Prev by Date: Re: J2ME background image
- Next by Date: Re: Logging Strategy/best practice
- Previous by thread: Re: J2ME background image
- Next by thread: Re: J2ME background image
- Index(es):
Relevant Pages
|