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

Re: GScript released



Thanks! I don't have a PC for me to test right now, once the program
is mature enough, I will add in IE7 support.

I have updated the document page for:

GScript
http://virtualgs.larwe.com/Virtual_GS/GScript.html

and

GScript BASIC
http://virtualgs.larwe.com/Virtual_GS/GScript_BASIC.html

respectively to show the differences in both projects.

I am evolving GScript to become the graphics library to simplify
canvas programming with QuickDraw like syntax, and GScript BASIC to
make JavaScript looks and feels like what I like Applesoft BASIC to
be.

On 8月22日, 下午7时47分, pitz <pitz.w...@gmail.com> wrote:

> Check out the "excanvas" project at GoogleCode/SourceForge.  Aside
> from the small Javascript file, it is a 1-line addition to the demo
> page and makes the <canvas> element available in IE.
>
> <!--[if IE]><script type="text/javascript" src="excanvas.js"></
> script><![endif]-->
>
> With the above, I successfully tested your demo page using IE7.
>
> /pitz