Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer isn't ticking!
Message
From
06/11/2008 19:23:35
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Timer isn't ticking!
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01360368
Message ID:
01360368
Views:
57
Hi,

I'm a VFP guy, just getting a handle on C#.

I have a Winform, containing some custom controls (assemblies of buttons, labels and text boxes).

I have an event being created (when a telephone call is received) and at that time I change some text on one of the custom controls.

So far, so good - all works well.

Now, when the phone rings, I want the line status text on my custom control to flash 'Ringing' rather than just display the word. So, I have added a timer that runs every second (when enabled) and changes the ForeColor of the status label to give a flashing effect.

Except - it doesn't flash.

I think it has something to do with threads. The fact that the timer on the custom control is enabled from an event handler seems to inhibit it's function somehow.

If I set the timer to enabled at design time, then the text flashes from the start, proving that my flash code is OK.

Any suggestions greatfully received.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Next
Reply
Map
View

Click here to load this message in the networking platform