LUA widget option constant "TIMER" buggy? #3843
Shonkonray
started this conversation in
LUA
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that the choice option TIMER is buggy during initialization. At times it starts with an invalid Timer. Or if it starts with an existing Timer and the widget is deleted afterwards and reinserted it has an invalid timer as start.
Also, the init in LUA has no effect on it, regardless if its set to 0,1,2. At least i didnt see it or was not consistent because of the faulty inits.
Since i am new to LUA i am wondering if i am doing something wrong, though, in this case i think its a bug. Because i have no influence of how the Timer list is checked during initialization.
My options code (TimerSource2 was just there to test the init behavor of VALUE to see if i am doing something wrong):
Can this somebody confirm (i tested with 2.8.4 and 2.9.0 RC1 and two different widgets)?
How to test:
Beta Was this translation helpful? Give feedback.
All reactions