Click to See Complete Forum and Search --> : Problem running timer from thread


itayc1
April 30th, 2006, 09:24 AM
Hello all,

I am trying to run 2 functions at the same time by calling them in separate threads. Both functions enable different timers.

my problem :

Non of the timers_Tick are working when I call the timer.enabled=true from the thread.

Any Idea ?

Thanks,

Itay

kebo
April 30th, 2006, 10:42 AM
the only idea I have is to post some of your code. I run timers in different threads frequently with out problem
kevin