[plt-scheme] Displaying pict in interactions window

From: Paulo Jorge Matos (pocmatos at gmail.com)
Date: Fri Oct 7 08:36:47 EDT 2005

On 07/10/05, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> At Fri, 7 Oct 2005 13:24:13 +0100, Paulo Jorge Matos wrote:
> > Oh, well, unfortunately that seems the only way to go then... It seems
> > I'll work a little bit more on that hack then. But, still, I have a
> > bitmap%... How can I show it up in the interactions window? Just like
> > you do with the image!
> > If you insert an image and define it with name a. If you go to
> > interactions and check the value of a the image appears. How can I do
> > that? I've been pocking the source but can't find where this is being
> > done!
>
> Insert-image creates an image-snip% object. So you can create an
> image-snip% instance with your bitmap.
>

Oh, this is nice! Just did what I wanted! :D Great! Thanks!

> Alternately, you can apply the Slideshow/texpict `bitmap' function to
> the bitmap object, which produces a pict that draws the bitmap.
>
> Matthew
>
>


--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group


Posted on the users mailing list.