techknight Well-Known Member Licensed User Longtime User Oct 14, 2012 #1 I am using an entry type box in my app, and the clocks/timers stop when this pops up. Is there any way to prevent this? if not, is there a way to code around it using an entrybox that the app and timers stay running?
I am using an entry type box in my app, and the clocks/timers stop when this pops up. Is there any way to prevent this? if not, is there a way to code around it using an entrybox that the app and timers stay running?
NJDude Expert Licensed User Longtime User Oct 14, 2012 #2 You could create your own entry type box with a panel and an EditText. Upvote 0