[Lazarus] RE : Forms in DLL

Michael Schnell mschnell at lumino.de
Mon Aug 15 17:01:21 CEST 2011


On 08/15/2011 03:44 PM, Juan Sánchez wrote:
>
> I've included a TTimer in main form. It shows a message at start and 
> every interval it changes a label (alternatively 1/2). I can see that 
> it continues running (changing 1 to 2 and 2 to 1) ever if dll form is 
> shown both in Mac and Win.
>
I am really astonished how this is able to work without a thread. So 
maybe both event queues are alternately handled sucked from. Or maybe 
only a single event queue is created and fed from both GUIs. I'll think 
about a way to find out what is happening...

-Michael




More information about the Lazarus mailing list