Joe, I am sorry not to have replied in so long. I thought I had because I remember last replying to the effect that I had tried your last idea and I somehow thought this most recent code was no different, but I now see the key line:
jev_get =: create That did work and the result is almost perfect. All the "clients"/"students" need do after the "server"/"teacher" loads tgsjhs.ijs, is to open the browser to http://SERVER_IP_ADDRESS:65011/frames . The teacher opens to http://127.0.0.1:65011/frames . And all are hooked up. On the iPad the result is relatively pleasing, but not perfect. There can be some small issue with positioning the cursor for editing lines in both the jijx frame and in the tgsj frame. Sometimes the keyboard does not naturally appear when you want, and other times the long tap to copy and paste does not behave as you would wish. And resizing using double taps is a little disorienting to me because the changes are so abrupt. But to me these are minor problems. I wonder of Android users could experiment with using tgsjhs.ijs in JHS as a server and client in this way report whether it works well or not? Great and simple solution, Joe. Thanks so much. Greg, I think I understood your comment about the difference between the URLs for the server and client computers. But if you think I have missed something, please reply as such. On Tue, Sep 23, 2014 at 5:34 PM, Joe Bogner <[email protected]> wrote: > I see -- I was wondering if I'd be able to skip the get call > > It worked on JHS 1.0.207, but I just upgraded to JHS 1.0.208 and see > what you see > > > Try this: > > coclass'frames' > coinsert'jhs' > > > HTML=: 0 : 0 > <html><head><title>Turtle Graphics</title></head> > <frameset cols="24%,*"> > <frame src="/jijx" > name="ijx", > scrolling="auto"> > <frameset rows="87%,*"> > <frame src="/tgsj" > name="ijs", > scrolling="auto"> > <frame src="/~Projects/tgsjhs/tgsjhshelp.html" > name="help", > scrolling="auto"> > </frameset> > </frameset> > </html> > ) > > jev_get =: create > > create=: 3 : 0 > htmlresponse HTML > ) > > > -- (B=) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
