Re: [Jbeta] 1.19

2012-05-30 Thread Joey K Tuttle
As usual, the apps installed cleanly and quickly, but there is a little 
quirk on the iPhone. Seems the J icon is replaced by one that has  the 
Welcome to J message  (kind of a fly's eye view of the working screen) 
instead of the stylized J... (this doesn't seem to happen on the iPad)

I couldn't detect any differences concerning the launch images you 
described - but was wondering if that is somehow tied into the icon 
corruption.

Took me awhile to puzzle out the usage described in Hbutton but I would 
say that the new help scheme seems like a good step. The fact that it is 
closer to command line behavior suits me just fine.

Adding the bullet button on the input line does make the text input 
quite short in iPhone portrait mode (about 15 characters), but it isn't 
a noticeable loss in landscape mode. I suppose you could make the 
buttons a little skinnier, but they are already as skinny as the key pad 
in portrait mode, I don't think you would gain enough to improve the 
input line without making them very difficult to touch accurately...

Nice to have the tar/zip archiving features - thanks. Double thanks for 
the start.ijs feature!!

It may be a convention (or a convenience) but I find the optional / 
between ~ and directory to be contrary to my nix thinking... Interesting 
that both dir '~user' and dir '~/user' produce the same result. Reminds 
me of DOS where blanks could be left out - e.g. dira: being the same as 
dir a:  Seems like a bad idea just to save a character

I can't get the results you claim from left/right swipe of the hview. 
Such swipes switch applications in the order they appear with a four 
finger up swipe of the screen (and your Hwww help message suggests using 
the gesture that way to switch beween J and browser) I did manage, once 
or twice, to see an effect of switching hviews, but it was from a 
sequence of taps and gestures that I cannot reproduce. What am I missing??

On 2012/05/29 17:35 , Eric Iverson wrote:
 Build 1.19 adds a bullet button that can ease typging chores.

 Adding that button reduces the textfield a bit on the iPhone. Is it too
 short? Could the buttons be made skinnier?

 I don't currently have a real iPhone device and the simulator can be
 misleading.


--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread Dan Bron
I do feel the input textfield is too short now.  Also, I pushed the button
and got an error.  What is its intended function?

Also, can we turn off this gate that comes back every time I upgrade, which
forces me to step through a bunch of examples before I can type my first
sentence in J?

Thanks,

-Dan

-Original Message-
From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
Behalf Of Eric Iverson
Sent: Tuesday, May 29, 2012 8:35 PM
To: Beta forum
Subject: [Jbeta] 1.19

Build 1.19 adds a bullet button that can ease typging chores.

Adding that button reduces the textfield a bit on the iPhone. Is it too
short? Could the buttons be made skinnier?

I don't currently have a real iPhone device and the simulator can be
misleading.
--
For information about J forums see http://www.jsoftware.com/forums.htm

--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread John Baker
I can confirm the Icon corruption that Joey reported. The same thing
happened on my iPhone 4.
The little new . button return ev_bullet__jevents_ not defined. The
combination of __ and _ in one J name looks like a typo.

On other notes. I've managed to get a fair chunk of JOD running on the
iPhone and performance is tolerable. The parts I cannot run need
missing addons (regex) and host file manipulations (copy,move) and so
forth.

The one thing that would make this app essential would be some quick
way to open and save remote files. It would be great to directly read
and write files on Dropbox and services like it.



On Wed, May 30, 2012 at 8:12 AM, Dan Bron j...@bron.us wrote:
 I do feel the input textfield is too short now.  Also, I pushed the button
 and got an error.  What is its intended function?

 Also, can we turn off this gate that comes back every time I upgrade, which
 forces me to step through a bunch of examples before I can type my first
 sentence in J?

 Thanks,

 -Dan

 -Original Message-
 From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
 Behalf Of Eric Iverson
 Sent: Tuesday, May 29, 2012 8:35 PM
 To: Beta forum
 Subject: [Jbeta] 1.19

 Build 1.19 adds a bullet button that can ease typging chores.

 Adding that button reduces the textfield a bit on the iPhone. Is it too
 short? Could the buttons be made skinnier?

 I don't currently have a real iPhone device and the simulator can be
 misleading.
 --
 For information about J forums see http://www.jsoftware.com/forums.htm

 --
 For information about J forums see http://www.jsoftware.com/forums.htm



-- 
John D. Baker
bakerj...@gmail.com
--
For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] 1.19

2012-05-30 Thread Eric Iverson
The ~user convention is not new to this version of J and has been with J
forever. ~user is used by jpath to do the lookup in SystemFolders_j_.
Because J iOS is jail rooted you have the coincidence that ~user and ~/user
are the same. But they get that way in very different ways. You should use
~user as that is what you would use on J on any platform.

On Wed, May 30, 2012 at 2:56 AM, Joey K Tuttle j...@qued.com wrote:

 As usual, the apps installed cleanly and quickly, but there is a little
 quirk on the iPhone. Seems the J icon is replaced by one that has  the
 Welcome to J message  (kind of a fly's eye view of the working screen)
 instead of the stylized J... (this doesn't seem to happen on the iPad)

 I couldn't detect any differences concerning the launch images you
 described - but was wondering if that is somehow tied into the icon
 corruption.

 Took me awhile to puzzle out the usage described in Hbutton but I would
 say that the new help scheme seems like a good step. The fact that it is
 closer to command line behavior suits me just fine.

 Adding the bullet button on the input line does make the text input
 quite short in iPhone portrait mode (about 15 characters), but it isn't
 a noticeable loss in landscape mode. I suppose you could make the
 buttons a little skinnier, but they are already as skinny as the key pad
 in portrait mode, I don't think you would gain enough to improve the
 input line without making them very difficult to touch accurately...

 Nice to have the tar/zip archiving features - thanks. Double thanks for
 the start.ijs feature!!

 It may be a convention (or a convenience) but I find the optional /
 between ~ and directory to be contrary to my nix thinking... Interesting
 that both dir '~user' and dir '~/user' produce the same result. Reminds
 me of DOS where blanks could be left out - e.g. dira: being the same as
 dir a:  Seems like a bad idea just to save a character

 I can't get the results you claim from left/right swipe of the hview.
 Such swipes switch applications in the order they appear with a four
 finger up swipe of the screen (and your Hwww help message suggests using
 the gesture that way to switch beween J and browser) I did manage, once
 or twice, to see an effect of switching hviews, but it was from a
 sequence of taps and gestures that I cannot reproduce. What am I missing??

 On 2012/05/29 17:35 , Eric Iverson wrote:
  Build 1.19 adds a bullet button that can ease typging chores.
 
  Adding that button reduces the textfield a bit on the iPhone. Is it too
  short? Could the buttons be made skinnier?
 
  I don't currently have a real iPhone device and the simulator can be
  misleading.
 

 --
 For information about J forums see http://www.jsoftware.com/forums.htm

--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread Eric Iverson
Re the bullet button - read the simple  docs.

Not sure what can be done about the limited iPhone portrait landscape. I am
loath to give up any of the buttons, or to make them skinnier, or to use
more screen space for a different layout.

For longer lines on the iPhone the solution may just have to be to go
landscape.

On Wed, May 30, 2012 at 9:12 AM, Dan Bron j...@bron.us wrote:

 I do feel the input textfield is too short now.  Also, I pushed the button
 and got an error.  What is its intended function?

 Also, can we turn off this gate that comes back every time I upgrade, which
 forces me to step through a bunch of examples before I can type my first
 sentence in J?

 Thanks,

 -Dan

 -Original Message-
 From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
 Behalf Of Eric Iverson
 Sent: Tuesday, May 29, 2012 8:35 PM
 To: Beta forum
 Subject: [Jbeta] 1.19

 Build 1.19 adds a bullet button that can ease typging chores.

 Adding that button reduces the textfield a bit on the iPhone. Is it too
 short? Could the buttons be made skinnier?

 I don't currently have a real iPhone device and the simulator can be
 misleading.
 --
 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


Re: [Jbeta] 1.19

2012-05-30 Thread Eric Iverson
Not a typo. Read the simple docs. Type abc then press bullet and you'll see
_abc_, so the __ is just the case where the command name is empty.

I've looked at Dropbox and it seems to be a little more trouble than it is
worth.

Note that with jfomurl you can easily get a file from any web site. And
with tar you can get a folder just as easily as a file. The remaining
problem is the upload for sharing with others. The upload is easy, but what
is required is a site that runs a server that allows http post requests
that manage upload of files. A JHS server could serve this purpose. For
now, I am leaving these as reader exercises and will focus on trying to get
J into the app store.

On Wed, May 30, 2012 at 10:07 AM, John Baker bakerj...@gmail.com wrote:

 I can confirm the Icon corruption that Joey reported. The same thing
 happened on my iPhone 4.
 The little new . button return ev_bullet__jevents_ not defined. The
 combination of __ and _ in one J name looks like a typo.

 On other notes. I've managed to get a fair chunk of JOD running on the
 iPhone and performance is tolerable. The parts I cannot run need
 missing addons (regex) and host file manipulations (copy,move) and so
 forth.

 The one thing that would make this app essential would be some quick
 way to open and save remote files. It would be great to directly read
 and write files on Dropbox and services like it.



 On Wed, May 30, 2012 at 8:12 AM, Dan Bron j...@bron.us wrote:
  I do feel the input textfield is too short now.  Also, I pushed the
 button
  and got an error.  What is its intended function?
 
  Also, can we turn off this gate that comes back every time I upgrade,
 which
  forces me to step through a bunch of examples before I can type my first
  sentence in J?
 
  Thanks,
 
  -Dan
 
  -Original Message-
  From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
  Behalf Of Eric Iverson
  Sent: Tuesday, May 29, 2012 8:35 PM
  To: Beta forum
  Subject: [Jbeta] 1.19
 
  Build 1.19 adds a bullet button that can ease typging chores.
 
  Adding that button reduces the textfield a bit on the iPhone. Is it too
  short? Could the buttons be made skinnier?
 
  I don't currently have a real iPhone device and the simulator can be
  misleading.
  --
  For information about J forums see http://www.jsoftware.com/forums.htm
 
  --
  For information about J forums see http://www.jsoftware.com/forums.htm



 --
 John D. Baker
 bakerj...@gmail.com
 --
 For information about J forums see http://www.jsoftware.com/forums.htm

--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread John Baker
Ahh, a case of rfm.  I'll try (jfomurl) and look around for a host
that allows http post.

I hope you manage to get this into the app store.


On Wed, May 30, 2012 at 9:20 AM, Eric Iverson eric.b.iver...@gmail.com wrote:
 Not a typo. Read the simple docs. Type abc then press bullet and you'll see
 _abc_, so the __ is just the case where the command name is empty.

 I've looked at Dropbox and it seems to be a little more trouble than it is
 worth.

 Note that with jfomurl you can easily get a file from any web site. And
 with tar you can get a folder just as easily as a file. The remaining
 problem is the upload for sharing with others. The upload is easy, but what
 is required is a site that runs a server that allows http post requests
 that manage upload of files. A JHS server could serve this purpose. For
 now, I am leaving these as reader exercises and will focus on trying to get
 J into the app store.

 On Wed, May 30, 2012 at 10:07 AM, John Baker bakerj...@gmail.com wrote:

 I can confirm the Icon corruption that Joey reported. The same thing
 happened on my iPhone 4.
 The little new . button return ev_bullet__jevents_ not defined. The
 combination of __ and _ in one J name looks like a typo.

 On other notes. I've managed to get a fair chunk of JOD running on the
 iPhone and performance is tolerable. The parts I cannot run need
 missing addons (regex) and host file manipulations (copy,move) and so
 forth.

 The one thing that would make this app essential would be some quick
 way to open and save remote files. It would be great to directly read
 and write files on Dropbox and services like it.



 On Wed, May 30, 2012 at 8:12 AM, Dan Bron j...@bron.us wrote:
  I do feel the input textfield is too short now.  Also, I pushed the
 button
  and got an error.  What is its intended function?
 
  Also, can we turn off this gate that comes back every time I upgrade,
 which
  forces me to step through a bunch of examples before I can type my first
  sentence in J?
 
  Thanks,
 
  -Dan
 
  -Original Message-
  From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
  Behalf Of Eric Iverson
  Sent: Tuesday, May 29, 2012 8:35 PM
  To: Beta forum
  Subject: [Jbeta] 1.19
 
  Build 1.19 adds a bullet button that can ease typging chores.
 
  Adding that button reduces the textfield a bit on the iPhone. Is it too
  short? Could the buttons be made skinnier?
 
  I don't currently have a real iPhone device and the simulator can be
  misleading.
  --
  For information about J forums see http://www.jsoftware.com/forums.htm
 
  --
  For information about J forums see http://www.jsoftware.com/forums.htm



 --
 John D. Baker
 bakerj...@gmail.com
 --
 For information about J forums see http://www.jsoftware.com/forums.htm

 --
 For information about J forums see http://www.jsoftware.com/forums.htm



-- 
John D. Baker
bakerj...@gmail.com
--
For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jbeta] 1.19

2012-05-30 Thread Brian Schott
I have not tried the advice in the link below, but it looks recent and
has several favorable, but vague, comments.

http://www.mathiastauber.com/integration-o-dropbox-in-your-ios-application/

On Wed, May 30, 2012 at 10:20 AM, Eric Iverson eric.b.iver...@gmail.com wrote:
 I've looked at Dropbox and it seems to be a little more trouble than it is
 worth.


-- 
(B=)
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread bob therriault
Hi Eric,

Of all the buttons, the one I think that you may be able to do without is the 
keyboard button. The keyboard already appears when you tap the text entry 
field, and it disappears when you click on the screen away from the keyboard. 
It is nice to have an overt way to bring the keyboard in or out, but I don't 
see that it makes up for the shorter space in the text entry field. It is 
certainly possible that I am missing some added functionality that the keyboard 
button provides and would love to hear if that is the case.

On a second note since we seem to be wrapping up the beta, have you given any 
bought to including the J documentation through html as part of the download. 
That html window seems to me to be a natural way to provide help and not get in 
the way of the J text area. This is becoming even more apparent with your last 
5 screen option, which means that even with graphics or plots you could use an 
html help and then swipe back to the graphics display. The documentation 
already exists on the Jsoftware site in html format so accessing via the web is 
a quick fix for it, but it seems to me that having documentation available even 
when you are off the grid is a feature (especially given the quality of the J 
learning materials).

Just my 2 bits, you've done a great job on this beta. 

cheers, bob

On 2012-05-30, at 7:12 AM, Eric Iverson wrote:

 Re the bullet button - read the simple  docs.
 
 Not sure what can be done about the limited iPhone portrait landscape. I am
 loath to give up any of the buttons, or to make them skinnier, or to use
 more screen space for a different layout.
 
 For longer lines on the iPhone the solution may just have to be to go
 landscape.
 
 On Wed, May 30, 2012 at 9:12 AM, Dan Bron j...@bron.us wrote:
 
 I do feel the input textfield is too short now.  Also, I pushed the button
 and got an error.  What is its intended function?
 
 Also, can we turn off this gate that comes back every time I upgrade, which
 forces me to step through a bunch of examples before I can type my first
 sentence in J?
 
 Thanks,
 
 -Dan
 
 -Original Message-
 From: beta-boun...@jsoftware.com [mailto:beta-boun...@jsoftware.com] On
 Behalf Of Eric Iverson
 Sent: Tuesday, May 29, 2012 8:35 PM
 To: Beta forum
 Subject: [Jbeta] 1.19
 
 Build 1.19 adds a bullet button that can ease typging chores.
 
 Adding that button reduces the textfield a bit on the iPhone. Is it too
 short? Could the buttons be made skinnier?
 
 I don't currently have a real iPhone device and the simulator can be
 misleading.
 --
 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


Re: [Jbeta] 1.19

2012-05-30 Thread Joey K Tuttle
Ah HAH!

That explains an annoyance I have had for years!!  Namely that ~ doesn't 
work (as I would expect) in 1!:x expressions... Keeping in mind that 
I've never used Windows, and always been in a 'nix environment - because 
of my frustration (many years ago) I keep in my profile (start.ijs now, 
thank you) the definition:

   listfiles =: 3 : 'box host ''ls '',y'
which uses another ancient, heavily used definition:
box =: ;._2
and
host =: [: 2!:0 '('_ , ] , ' || true)'_
NB. Which, of course, doesn't work in iPad...

So if I enter (in a 'nix console):

   listfiles '~/jstuff/hist.ijs'
+-+
|/home/jkt/jstuff/hist.ijs|
+-+
$ fread ; listfiles '~/jstuff/hist.ijs'
3481
$ fread '~/jstuff/hist.ijf'
|file name error: fread
|   $fread'~/jstuff/hist.ijf'
fread
1!:1@

The thing that exacerbates my confusion is the confusion introduced by 
having a directory named users and in a directory named j and 
accessing it with ~users rather than ~/users where ~ in 'nix 
systems refers to user (home directory)

Maybe changing the name of j/users to something else (e.g. j/ulib) would 
reduce my confusion, but even then it seems like broken syntax.

I confess to having always modified where the stuff appears on my 'nix 
systems. For example in OS X, putting the j701x/... directory in 
Documents.

If I'm the only person that has been flummoxed by this, then I'll just 
accept it as another case of RTFM (except I'm unsure where to find the 
explanation in jdocs Help anyone? :)

I'm just saying that maybe it is an opportunity to clear up a long time 
confusion (at least on my part).

- joey

On 2012/05/30 07:10 , Eric Iverson wrote:
 The ~user convention is not new to this version of J and has been with J
 forever. ~user is used by jpath to do the lookup in SystemFolders_j_.
 Because J iOS is jail rooted you have the coincidence that ~user and ~/user
 are the same. But they get that way in very different ways. You should use
 ~user as that is what you would use on J on any platform.

 On Wed, May 30, 2012 at 2:56 AM, Joey K Tuttlej...@qued.com  wrote:

 As usual, the apps installed cleanly and quickly, but there is a little
 quirk on the iPhone. Seems the J icon is replaced by one that has  the
 Welcome to J message  (kind of a fly's eye view of the working screen)
 instead of the stylized J... (this doesn't seem to happen on the iPad)

 I couldn't detect any differences concerning the launch images you
 described - but was wondering if that is somehow tied into the icon
 corruption.

 Took me awhile to puzzle out the usage described in Hbutton but I would
 say that the new help scheme seems like a good step. The fact that it is
 closer to command line behavior suits me just fine.

 Adding the bullet button on the input line does make the text input
 quite short in iPhone portrait mode (about 15 characters), but it isn't
 a noticeable loss in landscape mode. I suppose you could make the
 buttons a little skinnier, but they are already as skinny as the key pad
 in portrait mode, I don't think you would gain enough to improve the
 input line without making them very difficult to touch accurately...

 Nice to have the tar/zip archiving features - thanks. Double thanks for
 the start.ijs feature!!

 It may be a convention (or a convenience) but I find the optional /
 between ~ and directory to be contrary to my nix thinking... Interesting
 that both dir '~user' and dir '~/user' produce the same result. Reminds
 me of DOS where blanks could be left out - e.g. dira: being the same as
 dir a:  Seems like a bad idea just to save a character

 I can't get the results you claim from left/right swipe of the hview.
 Such swipes switch applications in the order they appear with a four
 finger up swipe of the screen (and your Hwww help message suggests using
 the gesture that way to switch beween J and browser) I did manage, once
 or twice, to see an effect of switching hviews, but it was from a
 sequence of taps and gestures that I cannot reproduce. What am I missing??

 On 2012/05/29 17:35 , Eric Iverson wrote:
 Build 1.19 adds a bullet button that can ease typging chores.

 Adding that button reduces the textfield a bit on the iPhone. Is it too
 short? Could the buttons be made skinnier?

 I don't currently have a real iPhone device and the simulator can be
 misleading.

--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread Raul Miller
On Wed, May 30, 2012 at 1:27 PM, Joey K Tuttle j...@qued.com wrote:
 If I'm the only person that has been flummoxed by this, then I'll just
 accept it as another case of RTFM (except I'm unsure where to find the
 explanation in jdocs Help anyone? :)

I think the important bit of information you are missing is where the
special meanings for ~ come from.

In a unix/linux environment, the shell will re-interpret ~.  You can
see that for yourself:

$ echo ~
$ echo ~root

If you put this in quotes you get very different behavior

$ echo ~
$ ls ~

The J 1!:n behavior for ~ is like the behavior you get in the shell
for quoted names.

Meanwhile, the J ~ behavior is implemented in jpath.  I am not sure
where canonical documentation for jpath lives, but it does seem to be
documented at http://www.jsoftware.com/user/dirpaths.htm and
http://www.jsoftware.com/help/learning/26.htm

FYI,

-- 
Raul
--
For information about J forums see http://www.jsoftware.com/forums.htm


Re: [Jbeta] 1.19

2012-05-30 Thread Eric Iverson
nix has a similiar convention with ~ that we borrowed. Don't remember
exactly, but in nix ~ is home and ~foo is foo's home and there is a way of
creating other shorcuts.

J has long had the convention that ~ is home and that ~foo looks indirects
through SystemFolders_j_ and UserFolders_j_.

On Wed, May 30, 2012 at 1:27 PM, Joey K Tuttle j...@qued.com wrote:

 Ah HAH!

 That explains an annoyance I have had for years!!  Namely that ~ doesn't
 work (as I would expect) in 1!:x expressions... Keeping in mind that
 I've never used Windows, and always been in a 'nix environment - because
 of my frustration (many years ago) I keep in my profile (start.ijs now,
 thank you) the definition:

   listfiles =: 3 : 'box host ''ls '',y'
 which uses another ancient, heavily used definition:
box =: ;._2
 and
host =: [: 2!:0 '('_ , ] , ' || true)'_
NB. Which, of course, doesn't work in iPad...

 So if I enter (in a 'nix console):

   listfiles '~/jstuff/hist.ijs'
 +-+
 |/home/jkt/jstuff/hist.ijs|
 +-+
$ fread ; listfiles '~/jstuff/hist.ijs'
 3481
$ fread '~/jstuff/hist.ijf'
 |file name error: fread
 |   $fread'~/jstuff/hist.ijf'
fread
 1!:1@

 The thing that exacerbates my confusion is the confusion introduced by
 having a directory named users and in a directory named j and
 accessing it with ~users rather than ~/users where ~ in 'nix
 systems refers to user (home directory)

 Maybe changing the name of j/users to something else (e.g. j/ulib) would
 reduce my confusion, but even then it seems like broken syntax.

 I confess to having always modified where the stuff appears on my 'nix
 systems. For example in OS X, putting the j701x/... directory in
 Documents.

 If I'm the only person that has been flummoxed by this, then I'll just
 accept it as another case of RTFM (except I'm unsure where to find the
 explanation in jdocs Help anyone? :)

 I'm just saying that maybe it is an opportunity to clear up a long time
 confusion (at least on my part).

 - joey

 On 2012/05/30 07:10 , Eric Iverson wrote:
  The ~user convention is not new to this version of J and has been with J
  forever. ~user is used by jpath to do the lookup in SystemFolders_j_.
  Because J iOS is jail rooted you have the coincidence that ~user and
 ~/user
  are the same. But they get that way in very different ways. You should
 use
  ~user as that is what you would use on J on any platform.
 
  On Wed, May 30, 2012 at 2:56 AM, Joey K Tuttlej...@qued.com  wrote:
 
  As usual, the apps installed cleanly and quickly, but there is a little
  quirk on the iPhone. Seems the J icon is replaced by one that has  the
  Welcome to J message  (kind of a fly's eye view of the working screen)
  instead of the stylized J... (this doesn't seem to happen on the iPad)
 
  I couldn't detect any differences concerning the launch images you
  described - but was wondering if that is somehow tied into the icon
  corruption.
 
  Took me awhile to puzzle out the usage described in Hbutton but I would
  say that the new help scheme seems like a good step. The fact that it is
  closer to command line behavior suits me just fine.
 
  Adding the bullet button on the input line does make the text input
  quite short in iPhone portrait mode (about 15 characters), but it isn't
  a noticeable loss in landscape mode. I suppose you could make the
  buttons a little skinnier, but they are already as skinny as the key pad
  in portrait mode, I don't think you would gain enough to improve the
  input line without making them very difficult to touch accurately...
 
  Nice to have the tar/zip archiving features - thanks. Double thanks for
  the start.ijs feature!!
 
  It may be a convention (or a convenience) but I find the optional /
  between ~ and directory to be contrary to my nix thinking... Interesting
  that both dir '~user' and dir '~/user' produce the same result. Reminds
  me of DOS where blanks could be left out - e.g. dira: being the same as
  dir a:  Seems like a bad idea just to save a character
 
  I can't get the results you claim from left/right swipe of the hview.
  Such swipes switch applications in the order they appear with a four
  finger up swipe of the screen (and your Hwww help message suggests using
  the gesture that way to switch beween J and browser) I did manage, once
  or twice, to see an effect of switching hviews, but it was from a
  sequence of taps and gestures that I cannot reproduce. What am I
 missing??
 
  On 2012/05/29 17:35 , Eric Iverson wrote:
  Build 1.19 adds a bullet button that can ease typging chores.
 
  Adding that button reduces the textfield a bit on the iPhone. Is it too
  short? Could the buttons be made skinnier?
 
  I don't currently have a real iPhone device and the simulator can be
  misleading.
 
 --
 For information about J forums see http://www.jsoftware.com/forums.htm