a processing icon..

jndaniels1

Member
Licensed User
Longtime User
Hi B4a group. Its been a while since i've been online.

I'm getting back into the B4A and a current project requries me to send a HTTP request to a URL... I was sure I saw a post on here in the past that described how to show the phone processing circle.... I know progressbar, but thats more for 0% to 100% completion... I'd like to see the 'working icon' then hide or turn it off when the data from the http returns.

How does one put that little spinning circle or equivalent... OR would the HTTP process be a blocking process and that would work?

Thanks In Advance
Cheers
JDaniels
 
Last edited:

pluton

Active Member
Licensed User
Longtime User
Yes like Erel says. You can use

At start
ProgressDialogShow("Loading web page")

and when it is done just call

Sub web_PageFinished (Url As String)
ProgressDialogHide

End Sub :sign0060:
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…