Timer component

2220

Member
Licensed User
Hello,

I'm developing an app. that works fine with B4P.

I'm working with 2 serial ports and I use some timers.

How many timers can work at the same time.

Thanks in advance
 

2220

Member
Licensed User
With more than 3 timers, the forth doesn't work, but if you stop one of the three, then it works.
 

Ricky D

Well-Known Member
Licensed User
Longtime User
try doevents

Maybe you could try putting doevents in somewhere. I'm not sure exactly where.

regards, Ricky
 

2220

Member
Licensed User
I'll try. I'm newbie with B4P and don't know the real limit of the compiler yet.