progressdialog

  1. jroriz

    Android Question How to show progressdialog on B4XPage_Created

    The progresdialog is not showing with the code below. How to solve it? Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") B4XPages.SetTitle(Me, "Safety MOV VR") ProgressDialogShow("Aguarde...") Svr.Initialize(Me,"Svr")...
  2. Marcos Alves

    Android Question B4XGifViewer and ProgressDialog

    Hello, I'm trying to use B4XGifViewer in a dialog to show to user a "wait message" while the app is running a long duration process but it seems that runs at the main thread, what means that when the process starts the gif freezes . Is it possible to maintain the gif animation even when...
  3. K

    Android Question ProgressDialog not show after click on home button.

    Hii My program show progressdialog but after user click on home button and resume application, application remove progressdialog. How to fix this?
Top