Change window timer 'timeout' value
Posted: Wed Sep 23, 2015 6:05 pm
A simple question. I did a brief search for the answer but didn't come up with anything.
How do I change the 'timeout' value of a running timer? I am using this and it is working fine but I wonder if it is the most effecient way to do it? If I just use AddWindowTimer() over and over I wonder if it will cause problems?
How do I change the 'timeout' value of a running timer? I am using this and it is working fine but I wonder if it is the most effecient way to do it? If I just use AddWindowTimer() over and over I wonder if it will cause problems?
Code: Select all
RemoveWindowTimer(#editchartwnd,#editcharttimer)
AddWindowTimer(#editchartwnd,#editcharttimer,blinkrate)