Re: [Bug-apl] try-GNU-APL

2019-04-09 Thread Dr . Jürgen Sauermann
Hi Elias, thanks for the hint. After troubleshooting the page together with a _javascript_ expert (I believe _javascript_ will never become one of my favourite languages) we found that I simply used the wrong property (innerHtml instead of value).

Re: [Bug-apl] try-GNU-APL

2019-04-08 Thread Elias Mårtenson
Isn't there some security thing in Javascript that prevents one window from communicating with another? I think that's what you're running into. You'll probably have an easier time if you put the virtual keyboard on the same page. Regards, Elias On Tue, 9 Apr 2019, 04:15 Dr. Jürgen Sauermann, w

Re: [Bug-apl] try-GNU-APL

2019-04-08 Thread Dr . Jürgen Sauermann
Hi Blake, never mid. I have added an APL popup window that one can use for copy-and-paste APL characters. I am working on an improved keyboard that pushes the characters clicked into the APL window. It works so far for computing the proper

Re: [Bug-apl] try-GNU-APL

2019-04-07 Thread Blake McBride
Now that I think about it a little more. I don't think the link I gave you will help. I think shellinabox allows an APL program to run over the net in a browser, but it didn't allow APL characters to be displayed or entered. On Sun, Apr 7, 2019 at 11:02 AM Blake McBride wrote: > Hi Jürgen, >

Re: [Bug-apl] try-GNU-APL

2019-04-07 Thread Blake McBride
Hi Jürgen, I think you need an akt-like thing for the browser. I know it can be done because I've done it before. See https://github.com/shellinabox/shellinabox.git That works great with GNU APL! Can't do much right now, working on https://github.com/blakemcbride/Build Thanks! Blake On Sun

Re: [Bug-apl] try-GNU-APL

2019-04-07 Thread Dr . Jürgen Sauermann
Hi Blake, there is an input field (after the text "APL Input:") at the bottom of the page. You enter your APL command or _expression_ into that field and then press enter on your keyboard or push the button labelled "Enter". The text entered the

Re: [Bug-apl] try-GNU-APL

2019-04-07 Thread Blake McBride
Interesting, but I can't figure out how to input APL characters. --blake On Sat, Apr 6, 2019 at 1:41 PM Dr. Jürgen Sauermann < mail@jürgen-sauermann.de> wrote: > Hi, > > inspired by Dyalog's https://tryapl.org/ I have set up a small server > with *try-GNU-APL*. Not as fancy as tryapl.org, but a