Hi,
I’m having a small midlet program that checks email. My problem is that I can’t find a way how to mask a network latency.
My screen which is a Form has a command ‘Get Mails’. In the commandAction for this command I pass the request to a thread which will notify my screen when it’s done. However I want to mask this latency with something. May be an image –“Wait Please”. Anyway I can’t make it. The image always shows after the request thread returns. The only thing I can change in the form is its title.
Do you have any ideas how to solve this issue?
Thanks,
Emil


Reply With Quote

