Re: [fpc-pascal] TFPTimer component.

2007-06-25 Thread Vinzent Hoefler
On Friday 22 June 2007 07:28, Michael Van Canneyt wrote: > - Don't use synchronize to fire the timer, because that limits > the use of timers to the main thread. > This one is harder, and I must confess I don't have a clue > on how to implement this in a platform independent manner... Well,

Re: [fpc-pascal] TFPTimer component.

2007-06-22 Thread Michael Van Canneyt
On Fri, 22 Jun 2007, Graeme Geldenhuys wrote: > On 22/06/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > Some time ago, Graeme Geldenhuys (hope I spelled this correct from memory) > > posted some TFPTimer component to this list. > > The name is 100% correct. :-) > Thanks for taking m

Re: [fpc-pascal] TFPTimer component.

2007-06-21 Thread Graeme Geldenhuys
On 22/06/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: Some time ago, Graeme Geldenhuys (hope I spelled this correct from memory) posted some TFPTimer component to this list. The name is 100% correct. :-) Thanks for taking my idea further and submitting it to FCL. This is what I love abo