<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [plt-scheme] MrEd Graphics Questions</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>One other thing. The PLoT package seems to be broken under version 369.8 on Ubuntu 6.10. I get the following message when I try executing any of my plot code.<BR>
<BR>
Welcome to DrScheme, version 369.8-svn14mar2007 [3m].<BR>
Language: Graphical (MrEd, includes MzScheme).<BR>
ffi-lib: couldn't open "/usr/full-369.8/collects/plot/compiled/native/i386-linux/libplplot.so" (/usr/full-369.8/collects/plot/compiled/native/i386-linux/libplplot.so: undefined symbol: __stack_chk_fail_local)<BR>
<BR>
I have not tried 369.9 yet, but will soon.<BR>
<BR>
-----Original Message-----<BR>
From: plt-scheme-bounces@list.cs.brown.edu on behalf of Williams, M. Douglas<BR>
Sent: Fri 4/13/2007 9:07 PM<BR>
To: plt-scheme@list.cs.brown.edu<BR>
Subject: [plt-scheme] MrEd Graphics Questions<BR>
<BR>
I have started putting some graphics examples into the simulation collection. Basically showing how to interface simulations developed using the simulation collection with MrEd. This obviously requires me to learn MrEd myself, which is not a trivial undertaking. The attached program is one of the examples I am working on.<BR>
<BR>
In general, it works fine. But, it has some quirks that the MrEd gurus can hopefully help me with. First, does the basic structure of the graphical elements makes sense? For example, I am using an editor-canvas% instance to the main output. It works fine, but, for instance, I would like to make it not editable since I am using it just for output.<BR>
<BR>
Also, in the Options... menu item (under Edit), I am using text-field% instances and string->number to input simulation parameters. Is there a better method for doing this that would make checking values easier. In the same light, I would like to check the values when the field is exited. Is there a way to do that?<BR>
<BR>
Note that the example will download the simulation and science collections from PLaneT.<BR>
<BR>
Thanks in advance for any help.<BR>
Doug<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>