A
Andrew Poulos
I'm trying to use the excanvas library that I've loaded into a frameset
to draw lines in a frame. While I was able to modify the library so that
it didn't throw up any errors in IE 6, I can't get it to draw any lines.
When I look at the generated DOM using the MS DevToolBar the CANVAS tags
I'm dynamically creating have a DIV tag as a child. This makes me
think that excanvas is finding the frame (because I'm not creating any
DIVs) but I can't work out why no lines are appearing.
Andrew Poulos
to draw lines in a frame. While I was able to modify the library so that
it didn't throw up any errors in IE 6, I can't get it to draw any lines.
When I look at the generated DOM using the MS DevToolBar the CANVAS tags
I'm dynamically creating have a DIV tag as a child. This makes me
think that excanvas is finding the frame (because I'm not creating any
DIVs) but I can't work out why no lines are appearing.
Andrew Poulos