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.
If the Page object exists then it is cur B4A Question [ Solved ] AppUpdating - Ver: 2.05 - Harris (first post)    Nov 27, 2022   (2 reactions) Ok, everything is fine now.
After installing update, install form is dismissed and My App restarts as expected... Works GREAT! (as it has for the past 7 years!)
One thing of note is in newinst2, one needs to correct this....
Sub MyAppReload
If svcVerbose Then Log("-- AppUpdating.NewInst2: p B4A Question [Solved] FCM notifications - LucaMs (first post)    Feb 27, 2022   (1 reaction) I suppose you could use the IsPaused(Main) function. B4i Question IsPaused Alternative - Mike1970 (first post)    Dec 10, 2019   (1 reaction) Ouh just like this? Cool.
Thanks 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 ? B4A Question Notify with msgbox or simil - Erel (first post)    Feb 01, 2021 No automatic way. You can check with IsPaused(ActivityName) the state of each activity. Never duplicate code. Implement whatever you need in a class and create an instance of this class in each of the activities. B4A Question B4XPages - ispaused - Marcos Alves (first post)    Feb 19, 2021   (1 reaction) Thanks @jahswant . It's something like this I was thinking to do but I thought that could exist something "built in" in B4XPages library that storages the page status. One thing more: if an app in B4XPages is fully in background. Is there any way to detect or it's required to test all pages for Fals B4A Question Non-modal box on top of my activities! - artsoft (first post)    May 01, 2021   (1 reaction) Dear Erel!
Your service code above is great.
I extended my starter service with it. So, I dont need a further activiy.
Only a simple label - added in the designer in each of my current activities - is completely controled now by the starter service with its timer:
For Each module As Object In Ar B4i Question Database encryption and Background service questions - Alex_197 (first post)    Mar 09, 2020 IsP_Visits=IsPaused(Visits) IsP_NurseNotesNew=IsPaused(NurseNotesNew) IsP_PA=IsPaused(PA) IsP_UnscheduledShifts=IsPaused(UnscheduledShift) IsP_UnscheduledClockIn=IsPaused(UnscheduledClockIn) IsP_NoteEdit=IsPaused(NoteEdit) IsP_HHANote=IsPaused(HHANote) B4A Question IsPaused, Error - mw71 (first post)    Jan 08, 2020 Hi,
the error happens with the IsPaused line (means the Error Log). That's what i don't understand.
I am not sure that the Starter Service is called and the Code is relevant. Page: 1   2   3   4   5   6   7   Powered by ColBERT |