Actually you can also install help files using jal

load 'pacman'
'install' jpkg 'docs/help'

all help docs including j primer and jforc should be available by
browsing its root index page.

browse_j_ jpath '~addons/docs/help/index.htm'
or
htmlhelp_j_ 'index.htm'


Чтв, 31 Май 2012, Paul Jackson писал(а):
> Thanks.  I have a copy of the help files which are included in J 6.  With
> your pointer, I am able to point to the local copy with
>      browse_j_ 'file:///localPath/...'
> and thus have a command line Help.
> 
> Paul
> On May 31, 2012 11:49 AM, "bill lam" <bbill....@gmail.com> wrote:
> 
> > android use the verb anddf to download file, eg
> >
> > url anddf pathtofile
> >
> > browsing html or help files are already provided in base library. eg
> >
> > browse_j_ url
> > htmlhelp_j_ 'dictionary/vocabul.htm'
> >
> > So far android J behaves more or less like a traditoinal jconsole or ide.
> >
> > Чтв, 31 Май 2012, Paul Jackson писал(а):
> > > What must load to have access to jfromurl?  I'm working on Android.  Is
> > it
> > > only on iPhone?
> > >
> > > Paul
> > > On May 30, 2012 5:34 PM, "Eric Iverson" <eric.b.iver...@gmail.com>
> > wrote:
> > >
> > > > following is real code copied from my j ipad session!
> > > >
> > > > it puts vocab page in hview.
> > > >
> > > > you would want to put last line with writehview in a util defined in
> > your
> > > > start.ijs.
> > > >
> > > > i think writehview will be so common that i will give it a shorter util
> > > > name.
> > > >
> > > >   d=.jfromurl'www.jsoftware.com/docs/help701/dictionary/vocabul.htm'
> > > >   d fwrite'~user/vocabul.htm'
> > > > 12603
> > > >   writehview_jzplot_ fread'~user/vocabul.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
> >
> > --
> > regards,
> > ====================================================
> > GPG key 1024D/4434BAB3 2008-08-24
> > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to