[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GScript BASIC 1.2 uploaded



In article 
<57080e3c-3bc5-44f8-b583-5c0fec4c7e66@1g2000pre.googlegroups.com>,
 limtc <thyechean@gmail.com> wrote:

> The latest version uploaded to web and now available for download:
> 
> Web Site: http://virtualgs.larwe.com/gsbasic/
> Download: http://virtualgs.larwe.com/gsbasic.zip
> 
> It added the new Lores routine by John B. Matthews and a new Lores
> demo.

Delightful! Here's a small change people might find appealing: In 
index.html, I replaced the input text field

  <input id="file" type="text" size="30">

with a selection list

  <select id="file" onChange="run(this.options[this.selectedIndex].value)">
    <option value="ball">ball</option>
    <option value="colors">colors</option>
    <option value="commands">commands</option>
    <option value="demo">demo</option>
    <option value="gs">gs</option>
    <option value="gscolors">gscolors</option>
    <option value="gspics">gspics</option>
    <option value="home">home</option>
    <option value="lores">lores</option>
    <option value="readme">readme</option>
    <option value="ufo">ufo</option>
  </select>

-- 
John B. Matthews
trashgod at gmail dot com
home dot woh dot rr dot com slash jbmatthews