rleiman Well-Known Member Licensed User Longtime User Dec 11, 2011 #1 Hi Everyone, I would like to change the expiring time of a time after it has been set. How do you do this? There is the possibility that my user will set a timer in the app and will change their mind and want to change it to a different time to expire. Thanks.
Hi Everyone, I would like to change the expiring time of a time after it has been set. How do you do this? There is the possibility that my user will set a timer in the app and will change their mind and want to change it to a different time to expire. Thanks.
R reeZZer Member Licensed User Longtime User Dec 11, 2011 #2 I didn't tested it yet but from my expierence you just need to set it like this: B4X: Timer1.Enabled = False Timer1.Interval = 1000 (or TextBox.Text) Timer1.Enabled = True greeTz, reeZZer Upvote 0
I didn't tested it yet but from my expierence you just need to set it like this: B4X: Timer1.Enabled = False Timer1.Interval = 1000 (or TextBox.Text) Timer1.Enabled = True greeTz, reeZZer
rleiman Well-Known Member Licensed User Longtime User Dec 11, 2011 #3 Hi reeZZer, Thanks for the help. That works well. Upvote 0