>> Does Self.RefreshRect 0,0,0,0 do the same thing as Self.Refresh ? > > Probably not. Self.RefreshRect 0,0,self.width, self.height will though.
The reason I ask is I saw Self.RefreshRect 0,0,0,0 in some sample code for how to handle canvas scrolling - they used it after scrolling the canvas, and I was wondering what it does? - John _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
