[racket] Problem with get-slides-as-picts

From: Hari Prashanth (krhari at ccs.neu.edu)
Date: Sun Aug 8 15:41:59 EDT 2010

You must use #lang slideshow. If you use #lang racket you get that error.
I dont know why or what it means.

HTH
Hari

----- Original Message -----
From: "Justin Zamora" <justin at zamora.com>
To: users at racket-lang.org
Sent: Sunday, August 8, 2010 3:11:20 PM GMT -05:00 US/Canada Eastern
Subject: [racket] Problem with get-slides-as-picts

I'm using the simple "Hello, World" slideshow from the docs:

#lang slideshow

(slide
 #:title "How to Say Hello"
 (t "Hello World!"))

When I run get-slides-as-picts, I get the following error:

> (get-slides-as-picts "simple-slide.rkt" 1024 768 false)
send: target is not an object: #f for method: glyph-exists?

What am I doing wrong?

Justin
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users


Posted on the users mailing list.