Re: [Lazarus] Event handling example project

2011-01-20 Thread Michael Schnell
On 01/20/2011 08:01 AM, zeljko wrote: And where is that example project ? I can send it via email, if you want to have it. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Event handling example project: results for gtk2 and fpGUI

2011-01-20 Thread Michael Schnell
Some testing results with Lazarus revision 29134 and fpGUI revision as of 20110120: GTK2 fpGUI From a Thread====== Synchronize(*) OK PostMessageOK no function SendMessage

Re: [Lazarus] Event handling example project: results for gtk2 and fpGUI

2011-01-20 Thread José Mejuto
Hello Lazarus-List, Thursday, January 20, 2011, 10:47:41 AM, you wrote: MS Some testing results with Lazarus revision 29134 and fpGUI revision as MS of 20110120: MS GTK2 fpGUI MS From a Thread====== MSSynchronize(*)

Re: [Lazarus] Event handling example project: results for gtk2 and fpGUI

2011-01-20 Thread Michael Schnell
On 01/20/2011 12:08 PM, José Mejuto wrote: May you send me the test in order to test PostMessage and SendMessage at least under LCLfpGUI ? Done As you know it is very alpha :) Of course I know that, so I'm trying to help to improve it. (But as you see the gtk2 Widget Type does not work

[Lazarus] Event handling example project

2011-01-19 Thread Michael Schnell
I did a small example project (in fact an enhancement of the example/messages/uasynccall.pas example in the svn). Same lets you select to test - TThread.Synchronize - TThread.Queue - PostMessage - PostThreadMessage - SendMessage - TForm.Dispatch - Application.QueuAsyncCall without

Re: [Lazarus] Event handling example project

2011-01-19 Thread zeljko
On Wednesday 19 of January 2011 17:20:08 Michael Schnell wrote: I did a small example project (in fact an enhancement of the example/messages/uasynccall.pas example in the svn). Same lets you select to test - TThread.Synchronize - TThread.Queue - PostMessage - PostThreadMessage