Re: [Lazarus] Synchronize troubles (attach forgotten, sorry)

2008-02-21 Thread JoshyFun
Hello Micha, Thursday, February 21, 2008, 9:42:24 PM, you wrote: >> I'm working in a program that needs multiple threads and one will >> synchronize with main thread to display a log. I do not wish to >> continue the caller thread meanwhile the Synchronize has not been MN> Synchronize is blocking

Re: [Lazarus] Synchronize troubles (attach forgotten, sorry)

2008-02-21 Thread Micha Nelissen
JoshyFun wrote: > Hello lazarus-list, > > I'm working in a program that needs multiple threads and one will > synchronize with main thread to display a log. I do not wish to > continue the caller thread meanwhile the Synchronize has not been Synchronize is blocking by itself already. > multithre

[Lazarus] Synchronize troubles (attach forgotten, sorry)

2008-02-20 Thread JoshyFun
Hello lazarus-list, I'm working in a program that needs multiple threads and one will synchronize with main thread to display a log. I do not wish to continue the caller thread meanwhile the Synchronize has not been finished, so I had added a set of events to handle this. My program locks up just