Drawing on TImage Canvas

@Geoff I now have it drawing the whole graph when major things change and only drawing the progress line (and restoring the background from the previous one) every 100ms. It took a bit of fiddling, but I learned some more. Thanks.

2 Likes

I have found that with TThread.Queue you can get events happening out of order. If that matters then use TThread.Synchronize.

1 Like