[Gtk-sharp-list] WebKit-sharp, simple example

Guille gescudero at gmail.com
Fri Feb 15 17:57:28 UTC 2013


I have not read enough, sorry.
http://code.google.com/p/open-webkit-sharp/issues/detail?id=108


2013/2/15 Guille <gescudero at gmail.com>

> Did you try open-webkit-sharp?
> http://code.google.com/p/open-webkit-sharp/
>
> I'm interested in doing some tests, so maybe in a couple of days i can
> post something.
>
> - Guille
>
>
> 2013/2/14 Doug Blank <doug.blank at gmail.com>
>
>> Bounty on stack overflow for this question:
>>
>>
>> http://stackoverflow.com/questions/14814421/gtk-based-mono-webbrowser-on-windows
>>
>> -Doug
>>
>> On Sun, Feb 10, 2013 at 10:49 PM, Doug Blank <doug.blank at gmail.com>
>> wrote:
>> > Trying to get Gtk webkit-sharp on Windows and Mac working, but no
>> > luck. Everything appears to be loading correctly, but I haven't been
>> > able to see any output in a window yet. browser.Initialized is true.
>> >
>> > Here is a very simple example (maybe too simple).
>> >
>> > public static void Main (string[] args)
>> > {
>> >     Gtk.Application.Init ();
>> >     Gtk.Window win = new Gtk.Window ("Title");
>> >     Mono.WebBrowser.IWebBrowser browser =
>> >
>> Mono.WebBrowser.Manager.GetNewInstance(Mono.WebBrowser.Platform.Gtk);
>> >     browser.Load(win.Handle, 500, 250);
>> >     win.ShowAll ();
>> >     GLib.Timeout.Add( 500, delegate {
>> >         browser.Navigation.Go ("http://google.com/");
>> >         return false;
>> >     });
>> >     Gtk.Application.Run ();
>> > }
>> >
>> > which compiles and runs, but I don't see any output. Any ideas?
>> >
>> > -Doug
>> _______________________________________________
>> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>>
>
>
>
> --
> Guille
>



-- 
Guille
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20130215/8d23cc7d/attachment.html>


More information about the Gtk-sharp-list mailing list