Re: [Jprogramming] JHS update

2017-02-05 Thread Björn Helgason
I tried the table command. It displays the table fine in a new tab. Trying to change the table I do not get the keyboard up so I can change it. I am using android tablet. 'jtable;0 0'cojhs'n' [ n=. i.3 4 ┌─┐ │1│ └─┘ 'jtable;20 20'cojhs's' [ s=: 2 2$'aa';'b';'c';'dd' ┌─┐ │3│ └─┘ 'jtable

Re: [Jprogramming] JHS update

2017-02-05 Thread Eric Iverson
Linda, Sounds like you still had 804 installed and an old JHS icon took you to that system. Running shortcut'jhs' again in your new 805 installation recreated the shortcut to point to 805. I assume from your message that you how happily have the latest 805 JHS running. I enjoin your recent mess

Re: [Jprogramming] JHS update

2017-02-05 Thread Eric Iverson
I can't think of why you can't edit the table. The cell is an html5 text input object and tapping it should bring up the keyboard to allow entry into the cell. A google search for handsontable and android touch screen shows there have been issues in this area. There are suggestions that a double

Re: [Jprogramming] JHS update

2017-02-05 Thread Björn Helgason
I got some action and at one time keyboard up. blue circle and dialogue to insert rows etc but only sporadic. try out some more I have time. On 5 Feb 2017 16:23, "Eric Iverson" wrote: > I can't think of why you can't edit the table. The cell is an html5 text > input object and tapping it should

Re: [Jprogramming] JHS update

2017-02-05 Thread Björn Helgason
Its getting better 'jtable;0 0'cojhs'n' [ n=. i.3 4 ┌─┐ │0│ └─┘ n ┌─┬─┬─┬─┬─┐ │0│1│2│3│json_null│ ├─┼─┼─┼─┼─┤ │4│5│67 │7│json_null│ ├─┼─

Re: [Jprogramming] J801 released!

2017-02-05 Thread Bill Harris
I've not used J in a year or more, but it's time to do some calcs that I put into a J script years ago, and so I just installed 8.05 onto a Debian Jessie 64-bit system per http://code.jsoftware.com/wiki/System/Installation/Linux. I even did the install 'all', for better or worse. I then exited J,

Re: [Jprogramming] J801 released!

2017-02-05 Thread Raul Miller
Which version of libqtcore do you have installed? Thanks, -- Raul On Sun, Feb 5, 2017 at 5:47 PM, Bill Harris wrote: > I've not used J in a year or more, but it's time to do some calcs that I > put into a J script years ago, and so I just installed 8.05 onto a Debian > Jessie 64-bit system pe

Re: [Jprogramming] J801 released!

2017-02-05 Thread Bill Harris
root# aptitude search libqtcore i A libqtcore4 - Qt 4 core module p libqtcore4:i386 - Qt 4 core module p libqtcore4-perl - perl bindings for the Qt Core library p libqtcore4-perl:i386- perl bindings for the

Re: [Jprogramming] J801 released!

2017-02-05 Thread bill lam
in the same jwiki page you had mentioned, it said Installing JQt binaries... cd /usr/bin && tar --no-same-owner --no-same-permissions -xzf ... Did you get this output? The base library in deb had a bug that it you need first update base library and exit J. Since you have already done install'all'