Hi everyone,
I have a problem with my apllication...
I have a simple button and on button click the application has to query a DB.
I need to make the application freeze during this period so the user can't do anything... How can I do this? Is there some libraries or particular istruction? :BangHead:
Thanks to all!
I have a problem with my apllication...
I have a simple button and on button click the application has to query a DB.
B4X:
Sub Button1_Click
'query a DB
'this takes about 10 seconds
End Sub
I need to make the application freeze during this period so the user can't do anything... How can I do this? Is there some libraries or particular istruction? :BangHead:
Thanks to all!