Hi!
Currently, I need to handle an internal new state (before: False / now: True) in my app for exactly 1 minute (working with a timer object).
After this minute, the old internal state (False) should be set back.
But the user should see the timer value everytime, no matter what he does.
So the user can start, open or finish other activities while the timer is running and the box is on top visible.
In all user actions (within the app), a non-modal box (another activity?) should be displayed always on top of all - until the timer has reached its last tick.
Then the box should be closed by the timer (or within the timer tick method):
The main question is: Is that even feasible? ... Is there any way to realize such a box?
Thanks in advance for your help.
Best regards
ARTsoft
Currently, I need to handle an internal new state (before: False / now: True) in my app for exactly 1 minute (working with a timer object).
After this minute, the old internal state (False) should be set back.
But the user should see the timer value everytime, no matter what he does.
So the user can start, open or finish other activities while the timer is running and the box is on top visible.
In all user actions (within the app), a non-modal box (another activity?) should be displayed always on top of all - until the timer has reached its last tick.
Then the box should be closed by the timer (or within the timer tick method):
The main question is: Is that even feasible? ... Is there any way to realize such a box?
Thanks in advance for your help.
Best regards
ARTsoft