I'm using HTMLViewer.RenderWebsiteImageMBS and finding that it's taking 300msec 
to render the image, even though the window is only 400x300pixels in size, on a 
brand new retina book running 10.8.2 with Safari 6.0.2.

I've tried some variations such as 

      dim nsv as NSViewMBS = me.mainFrameMBS.frameView.documentView
      dim ns as NSImageMBS = nsv.RenderImage(false)
      p = ns.CopyPicture

but it's still very slow.

By contrast, I can take a screenshot of the same window  using 
Window.ScreenshotWindowRectMBS and this takes less than 1msec.  However, when 
doing this, some of the content such as quicktime or flash plugins are not 
showing up, so I can't use it.

Is there any way to speed up HTMLViewer.RenderWebsiteImageMBS?

Or, is there any way to make Window.ScreenshotWindowRectMBS() capture 
everything in a HTMLViewer?



_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to