Difference between revisions of "EV GECKO"

(Requirements)
Line 24: Line 24:
  
 
x
 
x
 +
 
== Sample Application using EV_GECKO ==
 
== Sample Application using EV_GECKO ==
 
x
 
x
 +
 +
 +
== Known Issues ==
 +
 +
* Secure HTTP is not supported and visiting an https url usually results in an application crash.

Revision as of 00:10, 14 March 2007

This page is "under construction"

Description

EV_GECKO is a Vision2 widget that allows an easy embedding of mozilla/gecko into Vision2 applications.

It is designed with the Vision2 structure (bridge pattern) to allow a multi-platform implementation, but right now only the Linux version (GTK) is implemented.

Use

The widget is provided as an Eiffel library for EiffelStudio 5.7 (with an .ecf file)


Requirements

  • Vision2
  • In order to use the widget an environment variable (with the name EV_GECKO) has to be set to point to the directory containing the project file (.ecf).
  • The widget requires mozilla and its development files, which are most easily installed through package management systems: package firefox-dev.

Documentation

x

Sample Application using EV_GECKO

x


Known Issues

  • Secure HTTP is not supported and visiting an https url usually results in an application crash.