Re: [Gambas-user] Using a timer and Last

2011-01-01 Thread BenoƮt Minisini
> richard terry ha scritto: > > Hi List > > > > I've a couple of timers on different forms, which I need to auto-update > > some stuff periodically. > > > > What's the theory with Last and timers. > > > > for example say my program is executing a subroutine which uses Last, but > > at that insta

Re: [Gambas-user] Using a timer and Last

2011-01-01 Thread Doriano Blengino
richard terry ha scritto: > Hi List > > I've a couple of timers on different forms, which I need to auto-update some > stuff periodically. > > What's the theory with Last and timers. > > for example say my program is executing a subroutine which uses Last, but at > that instance the timer fires a

[Gambas-user] Using a timer and Last

2010-12-31 Thread richard terry
Hi List I've a couple of timers on different forms, which I need to auto-update some stuff periodically. What's the theory with Last and timers. for example say my program is executing a subroutine which uses Last, but at that instance the timer fires and becomes Last, can things go wrong? Ca