I tried to close all jijx windows on the MacBook, and tried again to connect 
from the iPad. I again got to some active jhs task with no login required.  
Sorry for the clutter, but perhaps there is a clue in here:

 J Http Server
   getlanip_jhs_
3 : 0
if. IFWIN do.
 r=. deb each<;._2 spawn_jtask_'ipconfig'
 r=. ((<'IPv4 Address')=12{.each r)#r
 r=. (>:;r i.each':')}.each r
elseif. UNAME-:'Darwin' do.
 r=. <;._2[2!:0'ifconfig'
 r=. deb each r rplc each <TAB;' ' 
 r=. ((<'inet ')=5{.each r)#r
 r=. 5}.each r
elseif. 1 do.
 r=. deb each<;._2[2!:0'ifconfig'
 r=. ((<'inet addr:')=10{.each r)#r
 r=. 10}.each r
end.
r=. deb each r
r=. deb each(r i.each' '){.each r
r=. r-.<'127.0.0.1'
'no lan ip' assert 0<#r
if. 1<#r do. echo 'multiple lan ips: ',LF,;LF,~each' ',each r end.
;{.r
)
   getlanip_jhs_ ..
getlanip_jhs_ ..
   getlanip_jhs_ ''
multiple lan ips: 
 192.168.1.10
 172.16.216.1
 192.168.143.1
192.168.1.10
   jhsgp 0
|value error: jhsgp
|       jhsgp 0
   load 'temp'
not found: /Users/Jim/temp
|file name error: script
|       0!:0 y[4!:55<'y'
   load 'jhsgp'
not found: /Users/Jim/jhsgp
|file name error: script
|       0!:0 y[4!:55<'y'
   USER_jhs_
   USER_jhs_=:jim
   PASS_jhs_=:jim
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
brief utilities summary

   doc_jhs_''     NB. general
   doc_jhs_'html' NB. app building - html
   doc_jhs_'js'   NB. app building - javascript
Updating server catalog...
Updating server catalog...
Engine: j807/j64nonavx/darwin
Beta-e: commercial/2018-05-25T12:55:54
Library: 8.07.16
Platform: Darwin 64
Installer: J807 install
InstallPath: /users/jim/j64-807
Contact: www.jsoftware.com
 
Copyright 1994-2017 Jsoftware Inc.
|syntax error: create
|   (    0~:#PASS)*.(u-:USER)*.p-:PASS
   

> On Aug 7, 2018, at 4:55 PM, 'Jim Russell' via General <[email protected]> 
> wrote:
> 
> (Moved from Jprogramming at Raul’s suggestion)
> As I recall (back from before I broke things):
> 192.168.1.10:65001/jijx  in the Safari url field would open a jijx tab with a 
> user and password field; when filled would open the bottom of the (still 
> open) tab on the Mac.
> 192.168.1.10:65001/jijxipad would just hang at about 20% loaded. I was hoping 
> that version would help eliminate the lack of an esc or ctrl key on the iPad 
> keyboard. 
> 
> (At this point I am not sure of the status of the iPad jixi tab, or even if 
> that was an attempt from my iPhone. I was well into a 
> search-the-excellent-j-documentation-rabbit-hole stack overflow at that 
> point!)
> 
>> On Aug 7, 2018, at 4:23 PM, Raul Miller <[email protected]> wrote:
>> 
>> When you say "do not work" what happens?
>> 
>> (And, just to be sure: what do you expect to happen, instead?)
>> 
>> Can you include some example urls? (I know, we can't expect the urls
>> on your system to work, but inspecting them should reveal some useful
>> information about the situation.)
>> 
>> [Also.. should this thread be in the general forum?]
>> 
>> Thanks,
>> 
>> -- 
>> Raul
>> 
>> On Tue, Aug 7, 2018 at 3:41 PM 'Jim Russell' via Programming
>> <[email protected]> wrote:
>>> 
>>> I finally got my iPad/iPhone connected to my MacBook via Jhs. After a day 
>>> or so I use’ I broke it, and neither restarting the MacBook or the iPad 
>>> safari app has cured it. After a MacBook restart I bring up Jhs from the 
>>> desktop blue jhs807 icon (Beta e). I use the resulting jijx window 
>>> (MacBook)to set my USER and PASS variables, and go to the iPad and set my 
>>> Lanip:65001/jijx in Safari.  This takes me, without the usual login screen, 
>>> to the same jijx that I left open on the Mac. But the help menu items that 
>>> should open other URL’s do not work. I suspect I got myself into this state 
>>> by testing on both my iPhone and iPad, but I need some advice how to 
>>> recover.
>>> 
>>> (One of my failed tests was jijxipad, which I could not get to work. When I 
>>> went back to the Mac, I noted that I had a few more safari tabs labeled 
>>> jijx.)
>>> 
>>> Sorry for all the confusion!
>>> 
>>> 
>>> 
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to