Re: Thanks
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jun 17, 2003
- 592 views
On Tue, 17 Jun 2003 17:46:35 +0000, Jonas Temple <jtemple at yhti.net> wrote: >that the mouse pointer doesn't get updated unless you stick a few=20 >doEvents() in the code=20 Well, obviously, if you are running any kind of code beyond just instant reaction to gui events, you really really MUST litter it with doEvents() calls. If you, or anyone else, does not understand this, you do need to spend some time thinking about it, otherwise you will never EVER understand event-driven code. My apologies for being blunt. Pete