Curl Global Community
GraphicBrowser widget - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: GraphicBrowser widget (/showthread.php?tid=375)



GraphicBrowser widget - RobertShiplett - 12-17-2011

Our graphical browser widget has trouble displaying HTML5 (so does the Opera browser as HTML evolves) - but - do we have a release coming where the code will be updated? A wrapper on WebKit as an alternative?



RE: GraphicBrowser widget - heavybugtracker - 12-22-2011

I feel this is an issue of Shell.Explorer since the EmbeddedBrowserGraphic is internally calling this ActiveX control.


RE: GraphicBrowser widget - wbardwell - 12-28-2011

(12-22-2011, 02:39 PM)heavybugtracker Wrote: I feel this is an issue of Shell.Explorer since the EmbeddedBrowserGraphic is internally calling this ActiveX control.
That is correct, it is using Shell.Explorer, which means the engine from inside of Internet Explorer. Upgrading Internet Explorer might help. You might also be able to embed Gecko (Mozilla/Firefox engine) as an ActiveX using the ActiveXGraphic class on Windows OS systems.