smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

Internet browser support #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Quick fix is to embed an ActiveX control for FireFox or IE – lots of Delphi
sample code for either approach.

Longer term we should go with something optimised for DirectX – e.g. custom
renderer for FireFox built from source perhaps. Need to investigate
commercial options too – might be much easier to license this code.

Use of IE COM rendering interface looks promising - this allows current
page to be rendered to a specified device context (i.e. a locked DirectX
texture). This also only renders the markup, so we could provide scroll
bars, address entry, toolbar etc. using mediate rendering

Original issue reported on code.google.com by aretman...@gmail.com on 11 Jun 2008 at 3:17