Re: [Jbeta] default switching jhs

2010-10-24 Thread Björn Helgason
Instead of having multiply browser windows - which is of course an option - you could have one browser with many frames. One set of frames might be like this: I Main window I I Ijx IJS I I II II I II II

Re: [Jbeta] default switching jhs

2010-10-24 Thread Björn Helgason
Finally got some time to test your suggestion here. Pretty nice! javascript:window.open(prompt('url'), '_blank','status=0,scrollbars=0,location=0,menubar=0') javascript:window.open(http://www.jsoftware.com;, '_blank','status=0,scrollbars=0,location=0,menubar=0')

[Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Eric Iverson
JHS JAL update 1.0.31 available. This version has ijx menu for debug that provides simple debug support. Use pacman to upgrade. You can 'install' the new version in a running older version by reloading core files. p'' NB. reload core files p'' NB. reload again to load new core file esc j

Re: [Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Tom Arneson
I upgraded to 1.0.31 and now jhs.bat fails: Following message copied from the Command window: C:\Documents and Settings\Tom\j701\binC:\Documents and Settings\Tom\j701\bin\j console ~addons/ide/jhs/core.ijs -js jhs 65001 0 |file name error: script | 0!:0 y[4!:55'y'

Re: [Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Eric Iverson
My fault. I left the new jijxdebug.ijs file out of the jal manifest. I will fix this and reannounce shortly. Thanks for the quick and detailed report. On Sun, Oct 24, 2010 at 5:00 PM, Tom Arneson t...@tomarneson.com wrote: I upgraded to 1.0.31 and now jhs.bat fails: Following message copied

Re: [Jbeta] default switching jhs

2010-10-24 Thread greg heil
i set up a htm page consisting of an ijx, ijs and help frame from the JUM: htmlheadtitlexsh/title/head frameset cols=44%,* frame src=http://www.jsoftware.com:53692/jijx; name=ijx, scrolling='auto' frameset rows=77%,* frame src=http://www.jsoftware.com:53692/jijs;

Re: [Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Eric Iverson
JHS 1.0.33 available to fix manifest problem with 1.0.31 announced earlier. If you did not install 1.0.31 then you should (I hope) be able to install 1.0.33 as described in the earlier announcement. If you did install 1.0.31 you will have the problem Tom reported and won't be able to run pacman

Re: [Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Tom Arneson
I'm still stuck. The command window seems successful: C:\Documents and Settings\Tom\j701\binC:\Documents and Settings\Tom\j701\bin\j console ~addons/ide/jhs/core.ijs -js jhs 65001 0 J HTTP Server - init OK Requires a modern browser (later than 2004) with Javascript. A : separates ip

Re: [Jbeta] JHS JAL update 1.0.31 available

2010-10-24 Thread Eric Iverson
The empty jijxdebug.ijs isn't quite good enough. You will need to do pacman from jconsole. start jconsole load'pacman' 'showinstalled'jpkg'' 'upgrade'jpkg'ide/jhs' 'showinstalled'jpkg'' Once pacman has upgraded you to 1.0.33 you should be able to start JHS. Apologies for this