axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: axserver console interaction


From: Arthur Ralfs
Subject: [Axiom-developer] Re: axserver console interaction
Date: Mon, 15 Oct 2007 19:14:25 -0700
User-agent: Thunderbird 1.5.0.12 (X11/20060911)

Alfredo,

I made a minor change to the format of the response
from axserver.spad.  Are you using the new one or
an old one?  I just checked what I uploaded and it's
working for me.

I simplified the format a the axserver response to:

<div class="stepnum">stepnum</div>
<div class="command">command</div>
<div class="algebra">algebra</div>
<div class="mathml">mathml</div>
<div class="type">type</div>

whereas before I had, for instance,

<div class="command">(stepnum) -> <form><input value="command"
.../></form></div>

Now I add the extra stuff in the javascript.
I thought cluttering up the axiom response with
with things other than the raw data was maybe not the
best.  However I can easily add different functions to
deliver a format to keep everybody happy.

Arthur

Alfredo Portes wrote:
> Hi Arthur,
>
> I am getting the following error with revision 34:
>
> Error: mathBox.firstChild.nextSibling has no properties
> Source File: 
> http://127.0.0.1:8085/home/alfredo/sandbox/axserver/axserver/axserver.js
> Line: 180
>
> Regards,
>
> Alfredo
>
> On 10/15/07, Arthur Ralfs <address@hidden> wrote:
>   
>> Alfredo, Tim,
>>
>> I've posted some changes to axserver on doyen
>> to test a different method of console interaction.  The method
>> of showing/hiding branches is a little clunky but gives the idea
>> of what sort of functionality I have in mind.  I show borders for
>> now to make the structure clear.  This is more or less what
>> I'd like myself (unless someone comes up with something
>> I like better) but it would be easy to let users choose from more
>> than one method.
>>
>> Arthur
>>
>>     
>
>   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]