Skip to main content


 

Symptoms


The Timer control in the control Pact of 4.6.11 doesn't work. It worked for the old community version of the Timer control.
 

Diagnoses


N/A
 

Resolution

Please take a look at the following blog: http://bliblablog.net/k2-smartforms-timer-control/

Call the timer start method using a button/control click or initialize of view/form/control.
Also from our k2 documentation: "execute the Timer control?s Start method - Starts the timer tick event. If a timer is stopped before the lapse of number of ticks, upon start, the tick count will reset to initial count. Without the Start method, the timer will not tick at the specified interval and for the number of ticks specified"

URL: http://help.k2.com/onlinehelp/K2Appit/UserGuide/current/default.htm#Timer_control.htm




 

Does this mean the start method has to be called after every tick?

 

I have the start method being called when the view initializes. My timer is configured to tick 10 times, but it seems to stop after the first tick.

 

Thank you in advance,

Tony


NM -- I think I found what I was doing wrong --- I wasn't executing the Tick() method!


Reply