Hi all,
I'm new in B4XPages and I wish to use the B4XLoadingIndicator as @Erel Tutorial (https://bit.ly/39tXhIA).
Within this tutorial there is a piece of code that should defined within the "Sub Activity_Resume".
Within the "Sub Activity_Resume" I see this: "B4XPages.Delegate.Activity_Resume".
So where is the correct place for put the B4XLoadingIndicator code ?
Thanks in advance for your help
Luca.
I'm new in B4XPages and I wish to use the B4XLoadingIndicator as @Erel Tutorial (https://bit.ly/39tXhIA).
Within this tutorial there is a piece of code that should defined within the "Sub Activity_Resume".
B4X:
Sub Activity_Resume
For Each v As View In Activity.GetAllViewsRecursive
If v.Tag Is B4XLoadingIndicator And v.Visible = True Then
Dim x As B4XLoadingIndicator = v.Tag
x.Show
End If
Next
Within the "Sub Activity_Resume" I see this: "B4XPages.Delegate.Activity_Resume".
So where is the correct place for put the B4XLoadingIndicator code ?
Thanks in advance for your help
Luca.