<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, May 12, 2015 at 10:56 PM, Dmitry Boyarintsev <span dir="ltr"><<a href="mailto:skalogryz.lists@gmail.com" target="_blank">skalogryz.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>... and porting to Lazarus</div><div><br></div></div></div></div></blockquote><div>and done! <a href="https://havefunsoft.com/share/fpccodemonkey.zip">https://havefunsoft.com/share/fpccodemonkey.zip</a> </div><div>(win32 tested)</div><div><br></div><div>Sadly enough, the GUI version is using Application.ProcessMessages!</div><div>You might find that it runs "nonblocking" proc (with fancy anonymous/closure functions used), but in the end it all executes in the main loop running ProcessMessages.</div><div><br></div><div>As a matter of fact, the same result could be achieved with TTimer used - just wait for the first timer event and then sign the song (with ProcessMessages)</div></div></div></div>