Re: extensions in TestGtkEmbed

2005-12-02 Thread frajkumar
Hi Antonio, Thanks for your reply. I am just building the TestGtkEmbed application using firefox-1.5rc3 source. I saw the flash plugin runs perfectly well on TestGtkEmbed but none of the extensions works. Is there any way to directly create Instance of the extensions in c++ without using the js.

Re: How complicated task is implementing SSL support?

2005-12-02 Thread Jason King
I assume that's what was meant by the original poster - how to get HTTPS support in the embedded browser. Is this not what you meant, Tomasz? If you're just looking to have the embedded browser support HTTPS, that's just an issue of including the correct components. At least, that's all

Re: How complicated task is implementing SSL support?

2005-12-02 Thread Doug Turner
Tomasz Pyra wrote: I embedded basic browser on my MFC application - something like MfcEmbed. Now I want to add support for SSL (https://), but before I start, can you tell me is this complicated? Is there any examples, or articles on the net explaining how to to this? Tomasz, It is a very

Re: extensions in TestGtkEmbed

2005-12-02 Thread Antônio Gomes
[EMAIL PROTECTED] wrote: Hi, I am using the Gtk mozilla Embedding. I wanted to use the spatial navigation as well on my mozilla embedded application. After building the complete tree and copying the proper extension files in extensions directory, still the spatial navigation doesnt work in moz

extensions in TestGtkEmbed

2005-12-02 Thread frajkumar
Hi, I am using the Gtk mozilla Embedding. I wanted to use the spatial navigation as well on my mozilla embedded application. After building the complete tree and copying the proper extension files in extensions directory, still the spatial navigation doesnt work in mozilla embedding. Can anyone

Taking GtkMozEmbed off ...

2005-12-02 Thread Antônio Gomes
Hi folks, I'm facing a weird problem as following: I'd like to take the gtkmozembed widget off from the mozilla/minimo sourcebase (embedding/browser/gtk/src), to use it as an external library (like the kazehakaze [1] does). I managed to build it after some efforts. At run time it crashes thou