Android Question Activity timer inactive when using BETTERDIALOGS lib

artsoft

Active Member
Licensed User
Longtime User
Hi!

Short question:

I am using a timer in my activity and in addition I am using the BetterDialogs lib for creating custom dialogs.
All works well, but my timer sleeps after this command:

B4X:
Dim bd As BetterDialogs
Dim dp As BD_CustomDlgParams
Dim result As Int

' ... init the variables and set values ... '

result = bd.CustomDialog(dp, "MyMenue")

Is there a possibility to let the activity timer enabled at the time when custom dialog is displayed?

Thanks in advance for any help.

Best regards
ARTsoft
 

artsoft

Active Member
Licensed User
Longtime User
Info got from @Informatix :

It is not possible to trigger a timer while a modal dialog is displayed.
His tip: To use another library .... but hey ... I love his lib! It is a powerful lib.

Does anybody can recommend another lib?

Thanks
 
Upvote 0
Top