On Dec 15, 2006, at 1:25 PM, Michael wrote:
Hi All,
I have a method that, under certain circumstances, will cause a
control to flicker. How can I delay redrawing the window till the
method is complete.
Tried.
Window.visible =false
....
.....
Window.visible =true
But that was worse.
So, is there something like
Put_All_drawing_on_hold
control1.enabled=true
control1.enabled=false
control1.enabled=true
do_final_drawing_now (ie draw only the last state of the control.
What is the method doing? For example, is it changing text in a
statictext or drawing to a canvas, or...? Is it doing these things
within a loop? It's possible use of a thread or some other alternate
coding approach may solve the problem.
Best,
Jack
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>