Re: new embedding API / gtk / x11 / test compilation fails

2008-11-24 Thread cyril giraudon
Thanks a lot for the link Tristan. Cyril. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: new embedding API / gtk / x11 / test compilation fails

2008-11-21 Thread cyril giraudon
Finally, I 've succeeded in compiling gtk / x11 / test.cc. But the repository is broken : - gtk/common/moz-web-view-marshal.list should'nt be empty but should contain BOOLEAN:STRING - I've had to modify gtk/x11/moz-web-view.h : struct _MozWebViewClass { GtkBinClass parent_class; /* Signals

new embedding API / gtk / x11 / test compilation fails

2008-11-07 Thread cyril giraudon
Hello, I 've just tried to compile new embedding API / gtk / x11 / test.cc test of the last revision. The following compilation error occured : (I compile with my own makefile from gtk/x1/test) : The file moz-web-view-marshal.h actually is missing. ../common/moz-web-view-common.cpp:44:34: error:

Re: enabling javascript

2008-09-04 Thread cyril giraudon
I've finally succeeded in compiling minimal by writing a new simple makefile. Minimal works fine, three little issues : - gecko dimensions are initially very little and gecko is localized in the left upper corner (it is ok after the first OnSize event); - When I exit the application, there's a se

Re: enabling javascript

2008-09-04 Thread cyril giraudon
On 4 sep, 10:42, mlutken <[EMAIL PROTECTED]> wrote: > I did not have any trouble getting javascript to work. > You can perhaps look into this, which I got to work. > > http://www.doxys.org/download/minimal.zip > > -Martin Lütken Thanks a lot Martin, I try to compile minimal with the following co

enabling javascript

2008-09-03 Thread cyril giraudon
Hello, I've succeeded in embedding gecko 1.9 in a wxWidget window. It is a very simple beginning. However, when the "http;//developer.mozilla.org" is loaded, I can see the noscript element : Some features of this site require JavaScript.. That is to say, javascript is disabled. When I click on hy

wxembed status

2008-07-29 Thread cyril giraudon
Hi, I 've just taken a look at the mozilla source code et saw a test / wxembed directory. What is the status of this test ? Does it work ? Thanks a lot, Cyril. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/lis