PDA

View Full Version : Please refresh my memory


Bruce
06-01-2005, 11:56 PM
How do you update a Paragraph object (time of day)?

I have On Show - Page.StartTimer(1000);
On Timer - Paragraph.SetText("the time is Paragraph", timeresult);

I even tried refresh page but no go.

Corey
06-02-2005, 12:17 AM
Hi. Here's an example project which makes a clock out of a label object. Hope that helps. :)

Bruce
06-02-2005, 12:28 AM
yep that did it thx!

Corey
06-02-2005, 12:35 AM
No problemo. :yes