[fpc-pascal]RE: Win32 Question

Timmer tjg at falconsoft.com
Fri Dec 20 13:36:24 CET 2002


> I had the same problem once, and the solution I got from this mail list was
> to add the following call:
> invalidaterect(window,0,true);
> because the system must have the information that the window needs repaint.
> (The 0 means all the window. Alternatively a rectangle can be specified.)

The only problem is that this was working exquisitely in the WinHello.pp demo
and it was working well in the program I published until I moved some things
around and now it seems to be broken.  :(

Tim






More information about the fpc-pascal mailing list