B4A Question B4XPages - ispaused - Marcos Alves    Feb 19, 2021 Hello,
in Android it's possible to know if an Activity is visible using ispaused("ActivityName"). What´s the similar command in B4XPages? I really didn't find in the forum... B4i Question IsPaused Alternative - Mike1970    Dec 10, 2019 Hi, what is the "IsPaused" of B4A alternative for B4i?... B4A Question isPaused(Activity), but Activity is null - peacemaker    Nov 27, 2016   (1 reaction) In my old and complex project i have such errors, when isPaused used with null Activity.
It known by Play Store and Analypics logs, but the error location is unknown.
How can it be ? How to fix ?... B4J Question [ABMaterial] What is ABMPage.Ispaused ? - alwaysbusy (first post)    Jan 20, 2020   (1 reaction) Has not the same functionality as in B4A. ABM has a Page.Pause and Page.Resume (which you can use if e.g. a very long process has to be run on the server and you want to block the page in the browser). Page.IsPaused can be used to check the current state.
Actually I want to update an ABMLabel's text in realtime, but only if this ABMPage is currently displayed.
If the Page object exists... B4A Question IsPaused, Error - Erel (first post)    Jan 9, 2020 Never call ExitApplication. It will kill the process.
If you are not explicitly stopping the starte... B4A Library [Lib] AnimationPlus - Informatix    Nov 3, 2021   (32 reactions)   tags: B4A, animation -fade between two drawables for translation animations: PauseTranslation/ResumeTranslation/IsPaused: new... B4A Tutorial Service Modules - Erel    Feb 7, 2023   (6 reactions)   tags: Services component is paused then an empty string returns. No exception is thrown. You can use IsPause to... B4A Question Re-Starting app after updating - walterf25    May 11, 2017 .PACKAGE_REPLACED" And IsPaused(Main) Then Log("restarting main Activity..."...) End If End Sub Sub Service_Destroy End Sub Sub MyAppReload If IsPaused(Main) Then Log... B4A Question avoiding "global" toasts on Chromebooks - teddybear (first post)    Feb 24, 2025
No need to disable timer
You need to use a global variable to check if it is in the background. such isPause
In Activity_Pause set isPause to true
In Activity_Resume set it to false.
Check it before... B4A Question Google Play is reporting "Missing foreground service type" - nyinyi    Aug 5, 2025 Request.JobName Case "app" If IsPaused(Main)=False Then CallSubDelayed2(Main,"Check_Update",Request.GetString) Case "live" If IsPaused... Case "twod" If IsPaused(History_2D)=False Then CallSub2(History_2D... If IsPaused(History_2D)=False Then CallSub2(History_2D,"CompleteDate",Request.GetString) Case "threed" If IsPaused(History_3D)=False Then... Page: 1   2   3   4   5   6   7   |