Page 1 of 1

Refresh "Label" box every 60 seconds

Posted: Tue Sep 04, 2012 3:20 am
by R1Johnny
Good morning,
I'm writing a POSH clock script and was hoping you could give me a hint on how to refresh the Label box every 60 seconds. I've changed the label value to be my timer value ($sw.elapsed.minutes).

It currently only refreshes this val when I click on the label box directly.

Is there some other form tool that I should use for this besides the label box?

Thanks very much.

Refresh "Label" box every 60 seconds

Posted: Tue Sep 04, 2012 7:19 am
by davidc
I would recommend using the Timer Control's tick event to update the label:

http://www.sapien.com/blog/2011/08/09/p ... r-control/

David