Android Question CustomView and wait indicator

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
hi,
I have a custom view which is filled with data read from a web server.
User has the ability to filter the list and the I need to re read the web server.
This operation may take some time and I need to show a waiting whell or a waking line like that one used n some browsers.
I tryed to use Progress dialig s but it does not shows.
The secuence is:
The user selects a filter
### here I need to show the waiting whatever...
The app calls a service with CallSub(LeeWebDelay,"Timer1_Tick")
The service read the web server and then I load the view
### here I need to hide the waiting whatever...

Using b4a v7
Thanks
 
Top