Hello,
I can't be sure of stg about this new feature so I want to ask :
I have a timer that downloads data every 2 seconds, on jobdone I change the label according to new data. For example it changes from 3.964 to 3.982 . I don't want to change this system , I just want to implement a visual upgrade , for example I want to change the previous value to new value like an animation : 3.964 to 3.982 with incrementing 0.001 in half a second which means thie difference of 0.018 must be incremented in 500 milisecond so every milisecond I must increment the value 0.018/500 ? 0.000036 .
Is this possible easily with the new resumeable subs ? I cchecked at some examples by Erel,and it seems it is easier than using another timer . What would be your suggestion ?
Thanks
I can't be sure of stg about this new feature so I want to ask :
I have a timer that downloads data every 2 seconds, on jobdone I change the label according to new data. For example it changes from 3.964 to 3.982 . I don't want to change this system , I just want to implement a visual upgrade , for example I want to change the previous value to new value like an animation : 3.964 to 3.982 with incrementing 0.001 in half a second which means thie difference of 0.018 must be incremented in 500 milisecond so every milisecond I must increment the value 0.018/500 ? 0.000036 .
Is this possible easily with the new resumeable subs ? I cchecked at some examples by Erel,and it seems it is easier than using another timer . What would be your suggestion ?
Thanks