OK James, all seems to be working now. Along with the
Proc->Msg(); I made the TImage visible, took the CopyRect()
out of the Formpaint EH.
I remember a long time ago, in one of the CBuilder books,
there was a stopwatch or clock program using the method
I tried. It worked well but my...
Thanks James. I will give this a try and see if it helps
redrawing the data. I thought the FormPaint ( or OnPaint )
EH would have taken care of it, but I guess not.
Regards-LS
I'm having a redraw problem with a Logic Analyzer program
I am writing. All data is written to a hidden TImage
and using the FormPaint EH to display the data
with
CopyRect(MyRect,Image1->Canvas,Image1->BoundsRect);
Unfortunately, any other program opened and moved over the
display area acts like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.