The manifest.ijs seemed not including this jijxaz.ijs
Пнд, 05 Дек 2011, Kip Murray писал(а):
> Problem getting to jijxaz
>
> I updated to ide/jhs 1.0.125
>
> Exited jhs server and restarted it
>
> Tried to go to 127.0.0.1:65001/jijxaz got response
>
> get/post request failed
> response code 409
> application did not produce result
> try browsing to url again
> additional info in jijx
>
> Tried browsing to url again, same result
>
> jijx says
>
> not found: c:/users/kip murray/j701/addons/ide/jhs/jijxaz.ijs
> |file name error: script
> | 0!:0 y[4!:55<'y'
> *** response not sent for jijxaz
> *** html409 Conflict
>
> JVERSION
> Engine: j701/2011-01-10/11:25
> Library: 7.01.051
> Platform: Win 32
> Installer: j701a_win.exe
> InstallPath: c:/users/kip murray/j701
>
> Windows 7 Service Pack 1
>
>
> On 12/5/2011 6:21 PM, Eric Iverson wrote:
> > The latest JHS update includes preliminary support for frames. It might be
> > worth a look.
> >
> > start JHS server
> > browse to URL jijxaz (perhaps start at your jijx bookmark and edit url to
> > end in az)
> >
> > You'll get 2 frames. The top is jijx and the bottom is jhelp. Try the links
> > in the bottom frame. For example, link to jijs, type in a sentence, and run
> > it.
> >
> > The top frame is framea and the bottom frame is framez. You can drag the
> > divider between the frames.
> >
> > The verb jhsshow can put a new url in a frame. For example,
> >
> > 'framez' jhsshow 'jfile'
> >
> > You can use a frame for plots.
> >
> > load'plot'
> > plotfix''
> > load '~Demos/plot/plotdemos.ijs'
> > plotdef 'show' ; 'framez' ; 400 200 NB. show plot in window framez
> > plotdemos 1
> > plotdemos 52
> > ----------------------------------------------------------------------
> > 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
coclass'jijxaz'
coinsert'jhs'
jev_get=: 3 : 0
t=. html rplc '<ADDRESS>';gethv_jhs_ 'Host:'
htmlresponse hrtemplate hrplc 'TITLE CSS JS BODY';'jijxframes';'';'';t
)
html=: 0 : 0
<frameset id="frameset" rows="75%,25%">
<frame src="http://<ADDRESS>/jijx"
name="framea",
scrolling='auto'>
<frame src="http://<ADDRESS>/jhelp"
name="framez",
scrolling='auto'>
</frameset>
)
0 : 0
jjs'parent.frames[1].name="fubar"'
jjs'parent.document.getElementById("frameset").rows="75%,*"'
jjs'parent.document.getElementById("frameset").rows="100%,*"'
)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm