MSIE has the advantage of already being installed on the user's system (no code overhead). But it has the disadvantage of not being a very good renderer, all things considered. And it's closed source.

We've long desired to hook up Gecko (the renderer in Mozilla/Firefox) as our Windows renderer, not necessarily because of any open source philosophical reasons, but because we can access and change the underlying code--or use other people's modifications, like the addition of Graphite font rendering. But it comes at the additional cost of a pretty large download and a rather complex program to build (Gecko). There's the old ActiveX wrapper for Mozilla, but it was never very stable and doesn't give us great access to the underlying renderer at runtime (nor would the MSIE control).

--Chris


Marcellino Tanumihardja wrote:
You basically can embed the Internet Explorer COM control into a .NET application, so you can display just about any HTML (including client-side script). In addition, you can use Cassini (mini-web server in C#) inside your application to serve dynamic ASP.NET pages. The nice thing about this, is you can run your dynamic web application from a CD (a kiosk application). There are articles on how to do this on MSDN.

- mars -

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to