Re: Repaint
- Posted by Gene Mannel <mgene2 at GJ.NET> Nov 02, 2000
- 445 views
On Wed, 1 Nov 2000 19:39:46 -0500, Ray Smith <smithr at IX.NET.AU> wrote: >On Wed, 1 Nov 2000 16:43:56 -0500, Gene Mannel <mgene2 at GJ.NET> wrote: > >Have you checked out pretend.exw in Win32lib? > -snip Yes, thats where I learned to use timer for this. >so just put set for example update_screen = 0 when you don't want the screen >updated, then in the start of your timer procedure put: > >if update_screen != 1 then > return >end if > snip I'll toy with that and see how it works . It might be better than killing the timer as I am doing now. Although that works fine too. Gene