> From: Don Guinn <[EMAIL PROTECTED]>
> 
> Tried JayScript under Vista Pro and got the following from test02.html:
> Notice that document.write worked but do__document did not. 

This may have to do with whether Active Content is allowed to run.
You may want to check security options and set it Prompt if Disabled.

> Also, the .ijss
> scripts just flashed a black window (I assume to be a DOS window) and went
> away. 

Try opening the DOS window then cd to the folder and type in the .ijss
files so that you see the output and window stays.

> The .asp example said it was an unknown file type which was  defined
> but no application was associated with it.

For .ASP you need to have Internet Information Server (IIS) installed
among Windows Components in Control Panel. Then in IIS console in 
Administrative Tools enable ASP. Then create a virtual folder with
the .ASP file. Then navigate to the url in Web browser 
  http://localhost/path/file.asp

> 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.

The J readme.txt has CRLF, but the one in src folder has only LF.
The src is supposed to be used with Visual Studio. See
   How to: Use Visual C++ Express Edition with the Microsoft Platform SDK
   http://msdn.microsoft.com/en-us/library/ms235626(VS.80).aspx

> 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 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 
> > >
> > > 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.


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

Reply via email to