[racket] timed auto-advance for PLT slideshow?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Sep 13 17:51:29 EDT 2010

Oh, right! The slideshow/play library had to add that support.

Sorry for the misleading answer.

Robby

On Mon, Sep 13, 2010 at 4:46 PM, John Clements
<clements at brinckerhoff.org> wrote:
>
> On Sep 13, 2010, at 2:41 PM, John Clements wrote:
>
>> I'm giving a talk (google-ignite-style) where the slides are supposed to auto-advance every 15 seconds. I don't see any support for this, and it looks like the easiest way to hack it in is just to modify the viewer so that it starts a thread that sends itself "next slide" messages every 15 seconds.  Am I missing something obvious, here?
>
> Self-edit: looks like #:timeout may do what I want.
>
> Thanks,
>
> John
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.