Wxpython, using more than 1 timer?

2006-07-22 Thread janama
Hi all, Using wx When adding a second timer as i have the first, the second timer adding stops the first timer (updating or stops?) . In this example im updating a uptime and localtime label. It works fine for displaying the last "self.startTimer2()" called. But prevents the previous self.startT

Re: Wxpython, using more than 1 timer?

2006-07-22 Thread nikie
janama wrote: > Hi all, > > Using wx > When adding a second timer as i have the first, the second timer > adding stops the first timer (updating or stops?) . In this example im > updating a uptime and localtime label. It works fine for displaying the > last "self.startTimer2()" called. But preve

Re: Wxpython, using more than 1 timer?

2006-07-22 Thread janama
Thanks for that, cheers Regards nikie wrote: > janama wrote: > > > Hi all, > > > > Using wx > > When adding a second timer as i have the first, the second timer > > adding stops the first timer (updating or stops?) . In this example im > > updating a uptime and localtime label. It works fine f