<!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.&nbsp; The PLoT package seems to be broken under version 369.8 on Ubuntu 6.10.&nbsp; 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 &quot;/usr/full-369.8/collects/plot/compiled/native/i386-linux/libplplot.so&quot; (/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.&nbsp; Basically showing how to interface simulations developed using the simulation collection with MrEd.&nbsp; This obviously requires me to learn MrEd myself, which is not a trivial undertaking.&nbsp; The attached program is one of the examples I am working on.<BR>
<BR>
In general, it works fine.&nbsp; But, it has some quirks that the MrEd gurus can hopefully help me with.&nbsp; First, does the basic structure of the graphical elements makes sense?&nbsp; For example, I am using an editor-canvas% instance to the main output.&nbsp; It works fine, but, for instance,&nbsp; 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-&gt;number to input simulation parameters.&nbsp; Is there a better method for doing this that would make checking values easier.&nbsp; In the same light, I would like to check the values when the field is exited.&nbsp; 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>