b4xloadingindicator

  1. Lucas Siqueira

    Android Question B4XLoadingIndicator pause , ProgressDialogShow don't pause

    Why when I use B4XLoadingIndicator it gets stuck when I query SQLite, or even I run a For i = 1 To 10000 ProgressDialogShow("Progress") does not crash. Is there any way to improve the B4XLoadingIndicator code so that it doesn't crash? Sub Class_Globals Private Root As B4XView...
  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. Alexander Stolte

    Android Question [XUI] B4XLoadingIndicator Initialize from panel not working

    Hello, i want to use the B4XLoadingIndicator in my xcustomlistview. The problem is this: Dim LayoutPanel As B4XView = xui.CreatePanel("") LayoutPanel.SetLayoutAnimated(0, 0, 0, MyList.AsView.Width, height) LayoutPanel.LoadLayout(LayoutName) Dim loading As B4XLoadingIndicator =...
Top