Re: [fpc-pascal] TThread.Synchronize

2005-02-26 Thread Florian Klaempfl
chromdildo wrote: Hallo and thanks for the quick reply. TThread.Synchronize(@myfunction); //simply doesn't call myfunction Florian Klaempfl wrote: >> You need to call CheckSynchronize in your main loop. However, Sychronize is broken in the 1.9.8 release. Will this get fixed until 2.0.0 ? It's a

Re: [fpc-pascal] TThread.Synchronize

2005-02-26 Thread chromdildo
Hallo and thanks for the quick reply. TThread.Synchronize(@myfunction); //simply doesn't call myfunction Florian Klaempfl wrote: >> You need to call CheckSynchronize in your main loop. However, Sychronize is broken in the 1.9.8 release. Will this get fixed until 2.0.0 ? And what about Lazarus LCL

Re: [fpc-pascal] TThread.Synchronize

2005-02-26 Thread Florian Klaempfl
chromdildo wrote: Hello guys. I don't want to annoy you again.. ...but what's up with TThread ? TThread.Synchronize(@myfunction); //simply doesn't call myfunction I can call it directly but not via synchronize. If not synchronized, gtk+ blows. What am I doing wrong :( You need to call CheckSynchron

[fpc-pascal] TThread.Synchronize

2005-02-26 Thread chromdildo
Hello guys. I don't want to annoy you again.. ...but what's up with TThread ? TThread.Synchronize(@myfunction); //simply doesn't call myfunction I can call it directly but not via synchronize. If not synchronized, gtk+ blows. What am I doing wrong :( best regards and thanks for help ./chrom -