Form resizing problem

From: Peter Sprenger (sprenger_at_moving-bytes.de)
Date: 06/29/04


Date: Tue, 29 Jun 2004 17:27:50 +0200

Hi,

I have the following problem: I am drawing a complex content in a
paintbox in a OnPaint event(what can take up to 10 seconds). So I need
to make redraw only when the user has finished resizing the form.

One possibility solve the problem is a method to recognize the user has
finished resizing, or

I can change window behaviour so that not the whole window can be
resized, but a rubber-band appears like in the older days of Win95.

Has anybody an idea?

Greetings,

Pete



Relevant Pages

  • Form resizing problem
    ... paintbox in a OnPaint event. ... to make redraw only when the user has finished resizing the form. ... I can find a way to change the window behaviour so that not the whole ...
    (alt.comp.lang.borland-delphi)
  • Re: Form resizing problem
    ... > paintbox in a OnPaint event. ... > to make redraw only when the user has finished resizing the form. ... > I can change window behaviour so that not the whole window can be ...
    (comp.lang.pascal.delphi.misc)
  • Re: Form resizing problem
    ... > I can change window behaviour so that not the whole window can be ... When you do complex drawing, do allways paint to an off-screen bitmap, ... ant pump the contents out in the paintbox or whatever in one single BitBlt ... but each offscreen painting operation is much faster. ...
    (comp.lang.pascal.delphi.misc)