[plt-scheme] Mred i/o

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Dec 22 14:23:50 EST 2004

In a canvas%, you would have to implement all of the hard stuff
yourself.

You might want to try an editor-canvas% / text% combination.
Editor-canvas% is derived from canvas%, but also is a view of a text%
(which contains text).

There are lots of flags on the text% you can set to make it appear to
be static, uneditable text, as suits your app.

Robby

At Wed, 22 Dec 2004 20:18:01 +0100 (CET), pietri bob wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> I would just like to know how I can read and write
> input in my canvas (instead of drScheme toplevel)
> using the Mred Editor toolbox. I tried  by making
> editor-stream-out% and editor-stream-in% objects but
> then I can't display it in my canvas.
> Sorry if it's obvious.
> Thanks
> 
> 
> 	
> 
> 	
> 		
> Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
> Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/



Posted on the users mailing list.