Re: J2ME background image



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
.



Relevant Pages

  • RE: Progress bar on composite control
    ... do postback to do some server-side processing which may take some time. ... such progress bar displaying should be done through ... My suggestion is you display the progress bar before your control ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: form header
    ... > be worth the effort. ... > Turn off the props to display the Form's TItleBar area ... "Stephen Lebans" ...
    (microsoft.public.access.forms)
  • Re: Executing a program while displaying a model window
    ... I display the form with ShowDialogand is inside this form where I create ... time a file is copied the progress bar is updated with the name of the file ... public delegate void ProcessedFileHandler(); // I use this delegate to send ... > progress bar window until the scanning is complete or the user clicks ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Progress Bar Control?
    ... And writing Excel ... DRAWmethod after updating the progress bar. ... What I want is to display the progress of a routine that uses ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Progress Bar Control?
    ... BUT you lose the ability to have a progress bar. ... And writing Excel workbooks like this is slow enough. ... What I want is to display the progress of a routine that uses ...
    (microsoft.public.fox.programmer.exchange)