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 a giant eraser. Is there a better
method or one that I am not aware of?
Thanks in Advance.
--LightSpeed
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 a giant eraser. Is there a better
method or one that I am not aware of?
Thanks in Advance.
--LightSpeed