Harald wrote:

> Have you thought more generally about interactive cells? A widget
> included in the answer-cell, which assignes values to a local variable
> and then issues an update for reevaluation.
> I've just written feature request #1613
> http://sagetrac.org/sage_trac/ticket/1613

I have been working on behavior that is related to this which uses
applets.  If you would like to see a partial demonstration of what I
have so far, evaluate the following code in the topmost cell of a new
worksheet:

html('<applet id="mathrider" code="org.mathrider.MathRider.class"
width="800" height="650"
codebase="http://sage.math.washington.edu/home/tkosan/mathrider/";
archive="mathrider.jar" MAYSCRIPT></applet>

The applet communicates with the server using JSON and it should be
capable of dynamic gui-widget-driven evaluation and graphics updating
when the SimpleJSON module is included in SAGE in 2.9.2:

http://www.sagetrac.org/sage_trac/ticket/1510

Ted

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to