tsteward Well-Known Member Licensed User Longtime User Jun 15, 2020 #1 In my app when a user selects a tab I then download data to display in it with a Wait For (j) JobDone(j As HttpJob) But while waiting for database reply if a user changes Tabs it upsets my program. Is there a way I can disable changing tabs until JobDone?
In my app when a user selects a tab I then download data to display in it with a Wait For (j) JobDone(j As HttpJob) But while waiting for database reply if a user changes Tabs it upsets my program. Is there a way I can disable changing tabs until JobDone?
M Mahares Expert Licensed User Longtime User Jun 15, 2020 #2 tsteward said: Is there a way I can disable changing tabs until JobDone? Click to expand... See this thread. It will do exactly what you are trying to do: You can disable any number of tabs until your download is finished. https://www.b4x.com/android/forum/t...tabstrip-label-is-disabled.75696/#post-480731 Upvote 0
tsteward said: Is there a way I can disable changing tabs until JobDone? Click to expand... See this thread. It will do exactly what you are trying to do: You can disable any number of tabs until your download is finished. https://www.b4x.com/android/forum/t...tabstrip-label-is-disabled.75696/#post-480731