ElectronicMan
2007-02-04 20:06:00 UTC
Hello I have an application that receives about 1000 points/sec and draws
them as x.y graphs. I usually want to update view whenever a new data is
received. Of course many data points will overlap each other and won’t be
visible to user but whenever a new point is visible to user I want software
draws it. When I use SendMessage command whenever a new point is arrived to
redraw the whole view, application blinks catastrophically especially after a
few hours that I have millions of points. What can I do so on arrival of a
new point if it can change the view, it will be visible to user otherwise it
won’t bother redrawing the view. thanks
them as x.y graphs. I usually want to update view whenever a new data is
received. Of course many data points will overlap each other and won’t be
visible to user but whenever a new point is visible to user I want software
draws it. When I use SendMessage command whenever a new point is arrived to
redraw the whole view, application blinks catastrophically especially after a
few hours that I have millions of points. What can I do so on arrival of a
new point if it can change the view, it will be visible to user otherwise it
won’t bother redrawing the view. thanks