Got working on it. Have it working. I'd appreciate it if you test it, fix
it, have idea or anything else. A lot of the code is borrowed from the
DynAPI(although most of the borrowed code there is only one way to write).
It works like this.
myCanvas = new Canvas(owner);
myCanvas.create();
if owner is ommited it is created in the document itself. Currently working
on events. About to add destroy.
Supported methods:
* setHTML
* moveTo, setX, setY, getX, getY
* setVisible, getVisible
* setSize, setWidth, setHeight, getWidth, getHeight
* setBgColor
Will have all the other methods ported.
you have to also include the browser.js file.
tcanvas.zip