"Redraws will be flushed" translation

Mark Schonewille m.schonewille at economy-x-talk.com
Mon Jan 30 12:20:28 EST 2012


Hi,

I think that's the point: "none that were visible to the user". Redrawing was quick enough to give you the impression that all was redrawn at once, but it wasn't. You may have noticed that sometimes a script was faster without locking and unlocking the screen, because Revolution refreshed the entire screen for each control that was added or removed. By doing this quickly after another, it looked like the screen was redrawn only once but in reality it was redrawn several times. This should no longer be the case and your scripts should run faster now. If you want to know for sure, ask the RunRev team. I'd like to know if I'm wrong.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 30 jan 2012, at 17:58, J. Landman Gay wrote:
> 
> Me too. In the past, the screen was redrawn once when it was unlocked. I can't recall any instances of queued redraws, at least, none that were visible to the user, though maybe someone else has seen it. There's the lockmoves thing, but I don't think that's exactly the same.
> 
> So far, it sounds like this change concerns garbage collection but not behavior changes. And yet, there's a whole section in the notes about it so I'd like to understand for sure.
> 
> -- 
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com





More information about the use-livecode mailing list