an example of that handler...in code would be much appreciated<br><br><div class="gmail_quote">On Fri, Jul 23, 2010 at 10:17 AM, Matthias Felleisen <span dir="ltr">&lt;<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Matt, what&#39;s missing from Universe to avoid your kind of flickering isn&#39;t double buffering. It is a handler that allows you to send updates to an established scene so that you don&#39;t have to draw the whole scene over into the canvas.<br>

<br>
(Plus a change to the timing guarantees. I made the mistake of measuring the clock ticks from tick to tick. As Matthew (Flatt) pointed out in January, I should start the next tick at the end of the draw action of the preceding tick. That will simplify your programming model and my internal organization.) </blockquote>
</div><br>