On May 13, 2009, at 8:59 AM, Lucius Fox wrote:

But if Webkit is not involved. That means it can not capture the web content which is not within the visible area (e.g. a page is long and it has scroll bar)?

To capture more than what’s currently visible you can use these NSView methods with the [[[webView mainFrame] frameView] documentView] view rather than the web view itself.

    -- Darin

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to