Re: [Jprogramming] J for iOS

2017-09-04 Thread bill lam
I have tried the j701 on iphone with ios 10.3.3, the jj scripts are extremely helpful. Some observations, The app uses j701 engine as well as j7 base library and add-ons, after I copied all add-ons from jhs running on j805, jjget '~addons' The j805 plot addon failed to load since it has references

Re: [Jprogramming] J for iOS

2017-08-10 Thread 'Mike Day' via Programming
Thanks, Joey. Will think about whether I wish to lose the odd script before proceeding. Mike Please reply to mike_liz@tiscali.co.uk. Sent from my iPad > On 10 Aug 2017, at 16:31, Joey K Tuttle wrote: > > The on device update path for iOS is via the "App Store" on the menu bar > ther

Re: [Jprogramming] J for iOS

2017-08-10 Thread Joey K Tuttle
The on device update path for iOS is via the "App Store" on the menu bar there, the rightmost item is Updates. That will show you pending updates for all your Apps. Items appearing there have a button "UPDATE" and after invoking that and downloading/installing the update, that will change to "OP

Re: [Jprogramming] J for iOS

2017-08-10 Thread 'Mike Day' via Programming
I'm still an ingenu on iPad; how do I get it to update? Searching APPS for jsoftware reveals J701, with a rectangular open button. No evident option to update. Selecting OPEN starts up my existing version... Thanks, Mike On 10/08/2017 00:55, Eric Iverson wrote: Joey, Patrick, It looks as

Re: [Jprogramming] J for iOS

2017-08-09 Thread Joey K Tuttle
Yes, that does seem to be the case. I suspect you are right - in the case of an app like a game, the app remembers all of my history through all updates. I have often thought that you could define a "workspace" that would keep the current session as a history, then when restarting the app (eve

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
That is the jjget_jj_ from the previous j701 install. To get the new bundle docs you will have to go through the steps I gave earlier. The did work for Patrick, but had the nasty side effect of loosing his other data. I am starting to understand what the problem is and should be able to fix it the

Re: [Jprogramming] J for iOS

2017-08-09 Thread Joey K Tuttle
Actually not too tedious, the copy paste across devices combined with your jsetcb '... avoided having to retype everything. Some added thoughts about this - I started from a clean start (if not install) by killing the J task then restarting it. Then, I did - untable >nl_jj_ &.> 0 3 TAR

Re: [Jprogramming] J for iOS

2017-08-09 Thread J. Patrick Harrington
Eric, Deleting and reinstalling worked! I was able to go through all the steps in the wiki. The value of sin 1 is written back to ~/j64-806-user/temp/t.txt *Now* I have to reload all the files and data that I moved to the iPhone over the last many months. For future updates, I hope there is a

Re: [Jprogramming] J for iOS

2017-08-09 Thread J. Patrick Harrington
Oops -- I just copied from the wiki: it looked looked the same. The JHS value actually is '192.168.1.2:65001 -- But using the correct value doesn't fix the problem. On Wed, 9 Aug 2017, Eric Iverson wrote: Patrick, You give 192.168.0.19:65001 which is exactly what the wiki page gives by way

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
Joey, I agree with you re / on keyboard. In next version I will squeeze in a few more 'important' keys. My current set is / and ~ On Wed, Aug 9, 2017 at 7:55 PM, Eric Iverson wrote: > Joey, Patrick, > > It looks as if you have the new j701 binary, but don't have the new data > bundle (scripts).

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
Joey, Patrick, It looks as if you have the new j701 binary, but don't have the new data bundle (scripts). You are seeing the scripts from the earlier j701 release before the jj stuff was cleaned up. I think the bundle at the app store is good based on the fact that when I do a clean install I get

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
Joey, This will be tedious, but could you please do: jjget_jj_ and give me the the first 3 or 3 lines (at least in summary). On Wed, Aug 9, 2017 at 7:39 PM, Eric Iverson wrote: > Patrick, > > You give 192.168.0.19:65001 which is exactly what the wiki page gives by > way of an example. This

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
Patrick, You give 192.168.0.19:65001 which is exactly what the wiki page gives by way of an example. This could be true on your system, but is unlikely, The jjset arg should be the one reported in the init_jjserver_ on the JHS server. However. the other problems you and Joey report remains. On

Re: [Jprogramming] J for iOS

2017-08-09 Thread J. Patrick Harrington
Eric, I get the same results as Joey. In addition, names_jj_ 0 PASS SERVER TAR URL posttemplate and PASS has the password I entered and SERVER has 192.168.0.19:65001 Patrick On Wed, 9 Aug 2017, Joey K Tuttle wrote: VERSION_j_ 701.1 2 jj |value error: jj explicitly

Re: [Jprogramming] J for iOS

2017-08-09 Thread Joey K Tuttle
VERSION_j_ 701.1 2 jj |value error: jj explicitly doing load '~system/util/jj.ijs' NB. executes with no complaint (and, of course, no result shown) NB. but then when (as suggested in http://code.jsoftware.com/wiki/Guides/iOS ) I do - jjset '10.1.1.23:65001 pswd' NB. for my local

Re: [Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
Strange. As we always say, it works for me. What is the value of VERSION_j_ ? It should be '701.1 2'. But that has to be right as you indicate the backspace key repeats if you hold it down. Is there any chance you are trying jj in the previous j701 version? I also just realized that I probably

Re: [Jprogramming] J for iOS

2017-08-09 Thread Joey K Tuttle
Eric, Bravo on the keyboard change and the repeating keys (just really nice to have them!) I think your setup for j to j is exciting news too, but am disappointed after starting the new release getting - jj 0 |value error: jj The suggested scripts in desktop JHS seem to work in setting up

[Jprogramming] J for iOS

2017-08-09 Thread Eric Iverson
An updated J is available at the Apple App Store. This fixes a few minor problems with the release on July 4th, adds a bell and whistle, and provides a new way to move scripts and data between your device and desktop called jj (j to j). See http://code.jsoftware.com/wiki/Guides/iOS for more inform