Very bad title, but, on the other hand, the remaining text of this post will be... worse
[P.S. changed titile]
I should write this in "Bugs & Wishlist" but it is not a "normal wish".
An our friend (you know, I never have technical problems
) uses many timers in an Activity.
To create a function to check if one of them is enabled (in his case, when he's writing a file), to check if those timers can be "the bug" of his project, I suggested to keep updating a "map of timers"...
Uhm... while I'm writing, I'm thinking to another "Wish", but let's go on. ***
In these cases it would be useful to have a routine that can not be interrupted by other events.
I mean something like:
Private Protected Sub RoutineName
(where Protected has nothing to do with the same attribute of other languages).
*** But, while writing, I thought that in the our friend's case, he needs only a new property of Timers: IsEnabled.
P.S. perhaps it would be useful to have a "NotDoEvents"
Damn, I will receive a: "Please, start a new thread..." or, worse, without "Please" :
Timer1.Pause - Timer1.Continue would be also very useful.
[P.S. changed titile]
I should write this in "Bugs & Wishlist" but it is not a "normal wish".
An our friend (you know, I never have technical problems
To create a function to check if one of them is enabled (in his case, when he's writing a file), to check if those timers can be "the bug" of his project, I suggested to keep updating a "map of timers"...
Uhm... while I'm writing, I'm thinking to another "Wish", but let's go on. ***
In these cases it would be useful to have a routine that can not be interrupted by other events.
I mean something like:
Private Protected Sub RoutineName
(where Protected has nothing to do with the same attribute of other languages).
*** But, while writing, I thought that in the our friend's case, he needs only a new property of Timers: IsEnabled.
P.S. perhaps it would be useful to have a "NotDoEvents"
Damn, I will receive a: "Please, start a new thread..." or, worse, without "Please" :
Timer1.Pause - Timer1.Continue would be also very useful.
Last edited: