How to use Wait Screen and Thread?
Greetings,
I was wondering If I could ask a question...
Here it goes:
How can I use aWait Screen in a MIDlet so that I can do the Following:
1.- Create and Open anHttp Connection[/b](using an Object which extends Thread) in a Form by pressing an OKCommand.
2 .- Show theWait Screen Until the Thread Object finishes execution(finishes whatever is inside run() method)
3.- Finally show the Result(s) of the Connection(bytes obtained from URL) inanother Form.
--
First of all, Is what I ask even possible? and more importantly...
Can aWait Screen actually Detect when a Thread finished execution? so that only when the thread finishes the program proceeds to the next statement?
Thank you very much in advance!
Sincerely, your friend,
Jose

