Hi, I asked this question earlier, since i am a little new to firefox extension development, the canvas thing for firefox went a little over my head. Apologies for reposting this again.
with the first answer there was this code snippet:
var path = this.getPref("path","string");
what are the path and string? yes i did look up for getPref in MDC but it made a little sense. Does Path refer to the URL of the web page that i am rendering(e.g: http://en.wikipedia.org/) and what does "String" refer to? I know i might sound a little stupid but it seriously went over my head.
After the images of the web pages are rendered, where are they saved? How do i know if the image has been rendered?
With the draw window if i have framed the browser will it be window.frames[0] in place of content
context.drawWindow( content,0,0,canvas.height,canvas.width,"rgb(255,255,255)" );
A little more help please!