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:
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
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