[Lazarus] New coding process - TDD is now old school
Dmitry Boyarintsev
skalogryz.lists at gmail.com
Wed May 13 06:08:49 CEST 2015
On Tue, May 12, 2015 at 10:56 PM, Dmitry Boyarintsev <
skalogryz.lists at gmail.com> wrote:
>
> ... and porting to Lazarus
>
> and done! https://havefunsoft.com/share/fpccodemonkey.zip
(win32 tested)
Sadly enough, the GUI version is using Application.ProcessMessages!
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.
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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20150513/aeef90c0/attachment-0003.html>
More information about the Lazarus
mailing list