Superbank
06-07-2009, 12:03 PM
Is it possible to catch MSGID_ONTIMER before the HTTP.TestConnection action is finished?
I am trying to display a timer controlled progress bar during the HTTP.TestConnection action (up to 20 seconds).
I set Screen.StartTimer(1000) and want to step the progress bar by 5% every second until the HTTP.TestConnection action is finished.
Is there any other way to show the progress of HTTP.TestConnection action?
I need some kind of visual progress indicator to entertain the user for 20 seconds while HTTP.TestConnection is trying to verify the conection to my server...
I am trying to display a timer controlled progress bar during the HTTP.TestConnection action (up to 20 seconds).
I set Screen.StartTimer(1000) and want to step the progress bar by 5% every second until the HTTP.TestConnection action is finished.
Is there any other way to show the progress of HTTP.TestConnection action?
I need some kind of visual progress indicator to entertain the user for 20 seconds while HTTP.TestConnection is trying to verify the conection to my server...