RE: Updated Learn Scripting package

2008-11-06 Thread Vic Beckley
008 2:27 AM To: gw-scripting@gwmicro.com Subject: RE: Updated Learn Scripting package I can't seem to be able to download this. -Original Message- From: Jamal Mazrui [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 1:31 PM To: gw-scripting@gwmicro.com Subject: Upd

RE: Updated Learn Scripting package

2008-11-05 Thread Juan Hernandez
I can't seem to be able to download this. -Original Message- From: Jamal Mazrui [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 1:31 PM To: gw-scripting@gwmicro.com Subject: Updated Learn Scripting package Version 1.1 fixes a name conflict with a file i

Updated Learn Scripting package

2008-07-09 Thread Jamal Mazrui
I think I have the links working now in the Unofficial Scripting Tutorial. It turns out that just putting the file name with no file:/// prefix works. Note, however, that only using scripts is presently covered. I still hope to add developing scrip topics. Jamal

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting package Perhaps a hybrid approach: when the script sends IE a URL, give it a full URL with protocol and everything, since you can expand the appdata variable in script, but for links that are within yo

Re: Updated Learn Scripting package

2008-06-30 Thread Jamal Mazrui
ting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > Perhaps a hybrid approach: when the script sends IE a URL, give it a > full URL with protocol and everything, since you can expand the appdata > variable in script, but for links that are

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
]> Reply-To: gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting package Can't you just use a relative URL? That is, just do href="whatever.html" instead of the whole protocol/path/filename thing. Jamal Mazrui wrote: Interesting, s

Re: Updated Learn Scripting package

2008-06-30 Thread Jamal Mazrui
08:55:26 -0400 > From: Ron Parker <[EMAIL PROTECTED]> > Reply-To: gw-scripting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > > Can't you just use a relative URL? That is, just do > href="whatever.html" instead o

Updated Learn Scripting package

2008-06-30 Thread Jamal Mazrui
Version 0.7 beta adds a confirmation dialog, asking whether to open the tutorial automatically the next time the script runs. The default button is No. Jamal

Re: Updated Learn Scripting package

2008-06-30 Thread Ron Parker
pt is necessary, what is the simplest approach for this? Jamal On Sat, 28 Jun 2008, Aaron Smith wrote: Date: Sat, 28 Jun 2008 09:46:08 -0400 From: Aaron Smith <[EMAIL PROTECTED]> Reply-To: gw-scripting@gwmicro.com To: gw-scripting@gwmicro.com Subject: Re: Updated Learn Scripting packag

Re: Updated Learn Scripting package

2008-06-28 Thread Jamal Mazrui
Smith <[EMAIL PROTECTED]> > Reply-To: gw-scripting@gwmicro.com > To: gw-scripting@gwmicro.com > Subject: Re: Updated Learn Scripting package > > Jamal Mazrui wrote: > > One question for anyone familiar with HTML. The links in the tutorial are > > not loading th

Re: Updated Learn Scripting package

2008-06-28 Thread Aaron Smith
Jamal Mazrui wrote: One question for anyone familiar with HTML. The links in the tutorial are not loading the local files as intended. The file protocol is quirky in that it takes three slashes instead of two, and the full path must be specified with spaces as %20 and fore slashes instead of