Tried JayScript under Vista Pro and got the following from test02.html: Notice that document.write worked but do__document did not. Also, the .ijss scripts just flashed a black window (I assume to be a DOS window) and went away. The .asp example said it was an unknown file type which was defined but no application was associated with it. I see that the source is now available and I am now digging into it to see what's going on. While viewing readme.txt, ran into a small problem as that the lines are delimited only by LF (0x10), not CRLF. The result is that the text is not very readable in Notepad. Looks fine under J.
Noticed that is a pain to try to modify a .html file as Internet Explorer caches and always gets the old copy. Is there an easier way to clear the file than using IE's clear cache tool to get a new copy? ------------------------------ JScript 1,2,3,4 ------------------------------ VBScript 1 2 3 4 ------------------------------ JayScript ------------------------------ VBScript Again 101 102 103 104 ------------------------------ JayScript Again ------------------------------ JayScript Event (not working yet) On Fri, Oct 10, 2008 at 10:37 PM, Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > The suggestion is incorporated. Thank you. > > Integrating setup routines with Package Manager > is also a good idea. One other such discussion was > about facilitating integration with the IDE, such as > shortcuts or menu. BTW, this is in line with already > existing integration: labs. > > > > ----- Original Message ---- > > From: Raul Miller <[EMAIL PROTECTED]> > > > > On Fri, Oct 10, 2008 at 9:28 AM, Oleg Kobchenko wrote: > > > Today JayScript is issued as general/jayscript addon. > > > > > > http://www.jsoftware.com/jwiki/Addons/general/jayscript > > ... > > > > The install instructions ask that I execute jayscript_reg.bat > > > > However, the batch file requires that jayscript.dll be in my current > directory > > when I run the script, and this was not a part of the instructions. > > > > One way to remedy this would be to change the regsvr32 line in the > > bat file to > > regsvr32 "%~dp0jayscript.dll" > > > > Though, ideally, the package manager should be able to do this. > > > > -- > > Raul > > ---------------------------------------------------------------------- > > 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
