Hi
I use a ProgressDialogShow2 just before initiating a HTTP web service call and using the Wait For to pause until I get a return. However, I've noticed that I get no spinning icon on the ProgressDialogShow2 box. Would this have something to do with the Wait For?
It's not a deal breaker for me, I can live with it but, I would have preferred the spinning icon to indicate to the user that something is actually happening.
Thanks.
I use a ProgressDialogShow2 just before initiating a HTTP web service call and using the Wait For to pause until I get a return. However, I've noticed that I get no spinning icon on the ProgressDialogShow2 box. Would this have something to do with the Wait For?
B4X:
ProgressDialogShow2("Please wait, authenticating device..", False)
Global.FetchData(HttpConn,Me)
Wait For (Global.HttpJobReq) JobDone(HttpJobRes As HttpJob)
ProgressDialogHide
It's not a deal breaker for me, I can live with it but, I would have preferred the spinning icon to indicate to the user that something is actually happening.
Thanks.