looking for help from a GTK/hildon guru

2011-11-02 Thread Jonathan Wilson
I am working on a test program to test out browser-neteal (so you can talk to the browser daemon and stuff just like the stock web browser, conversations app etc) and to eventually provide an example people can use to see how to create a flash app or web page as an application ala the tutorial

Re: looking for help from a GTK/hildon guru

2011-11-02 Thread Kimmo Hämäläinen
Hi, I found some code lying on my hard drive. I'm not sure if it's open-source, so I'm only pasting a portion of it :) Hope this helps. GWebEngine *engine; engine = g_web_new_web_engine_window_with_context(web, NULL, FALSE, FALSE); GtkWindow *main_window; main_window

Re: looking for help from a GTK/hildon guru

2011-11-02 Thread Kimmo Hämäläinen
Now I noticed that they are licenced under MPL1.1 so here you are... On 11/02/11 16:48, ext Kimmo Hämäläinen wrote: Hi, I found some code lying on my hard drive. I'm not sure if it's open-source, so I'm only pasting a portion of it :) Hope this helps. GWebEngine *engine; engine =