Hi all, I have saved the current screen cursor and changed it to an hourglass. I then do some extensive processing ultimately building a series of pdf pages stored to disk. This can take up to 15 seconds. The problem is that the screen's cursor doesn't change to an hourglass. What do I call inside the function to get the screen to repaint.
I've tried self.paint and self.invalidate both which I believe just tell windows that the next time it feels like it that the form should be repainted and the cursor updated. There must be someway to tell Windows to do this. Suggestions? Thanks, John Dammeyer _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

