Kyle Buttress
January 28th, 1999, 04:42 PM
Hi,
I have a problem in an application that I have written.
the application analyses data and draws a graph to a canvas at which time I need to be able to adjust some variables and recalcualte the
figures and redraw the canvas with the new data.
I know that data works I know all the calculations are working.
The entire app works fine with one flaw.
after I change the values and call the calculate class I get now screen refresh until I move another window over the top of the frame I need
refreshed.
When I do thes and then move the window the original frame redraws it self with the new data plot.
even thought I have double buffered, update, called, validated, doLayout, repaint anything I still cannot get the app to automatically repaint or
refresh the canvas.
what I need is an idea or a concept that I may be missing to make this thing work.
I am willing to show the code to anyone. But feel that it is unnecessary to do that here.
thanks for any help
Kyle Buttress
kyle@pchost.com
I have a problem in an application that I have written.
the application analyses data and draws a graph to a canvas at which time I need to be able to adjust some variables and recalcualte the
figures and redraw the canvas with the new data.
I know that data works I know all the calculations are working.
The entire app works fine with one flaw.
after I change the values and call the calculate class I get now screen refresh until I move another window over the top of the frame I need
refreshed.
When I do thes and then move the window the original frame redraws it self with the new data plot.
even thought I have double buffered, update, called, validated, doLayout, repaint anything I still cannot get the app to automatically repaint or
refresh the canvas.
what I need is an idea or a concept that I may be missing to make this thing work.
I am willing to show the code to anyone. But feel that it is unnecessary to do that here.
thanks for any help
Kyle Buttress
kyle@pchost.com