getallviewsrecursive

  1. LucaMs

    Android Question [Solved] How to get the (text) tag of a B4XImageView...

    How to get the (text) tag of a B4XImageView when it is in a Panel (B4XView) by using GetAllViewsRecursive?
  2. M

    iOS Question B4XLoadingIndicator

    How can I use the B4XloadingIndicator feature in B4I? in b4a there is the activity.GetAllViewsRecursive resource but in B4I there is no option for activitys For Each v As View In Activity.GetAllViewsRecursive If v.Tag Is B4XLoadingIndicator And v.Visible = True Then Dim...
  3. Jack Cole

    Android Question finding custom views

    I have some code that iterates through all the loaded views and pulls the values from the views that users can enter data into (such as a spinner, edittext, etc...). The problem comes in with adding custom views or XUI views. Consider the following function: Sub get_field_data As Map...
Top