On Mar 8, 8:37 am, "timeless" <[EMAIL PROTECTED]> wrote:
> On Mar 6, 11:30 am, [EMAIL PROTECTED] wrote:
>
> > (process:6103): GLib-GObject-CRITICAL **: gtype.c:1871: initialization
> > assertion failed, use g_type_init() prior to this function
>
> Why don't you set a breakpoint on this line?
>
> > (process:6103): Gdk-CRITICAL **: file gdkrgb.c: line 3521
> > (gdk_screen_get_rgb_visual): assertion `GDK_IS_SCREEN (screen)' failed
>
> And this one.
>
> > An unexpected exception has been detected in native code outside the
> > VM.
> > Unexpected Signal : 11 occurred at PC=0xA9B2F997
> > Function=_ZN9nsToolkit14CreateSharedGCEv+0x23
>
> And nsToolkit::CreateSharedGC (note that this function changed its
> name on trunk...).
>
> I suppose other newsgroups might allow for people to post generic
> questions and expect cookie cutter code.
>
> I personally expect people doing development with open source software
> to build the libraries w/ symbols and step through things that look
> bad.
>
> I certainly don't have the resources to test whatever strange scenario
> you're developing. Nor do I have the resources to write a demo that
> would be cookie cutter usable just for you.

I understand the open source development model and the problem in
providing detailed examples and documentation.

My concern is , Java based embedding of Gecko in linux has been asked
by several people and I have not seen a clear reply so far. Headless
is ruled out till Geck1.9 as said in one of the previous replies.But
if  I decide to have ui neither of these approaches work.

1.Create gtkwidget and pass on the handle to java thro JNI.(Did not
work for me as gtk initialization was not done from
Mozilla.initEmbedding of ).Here is were I asked for help.

2.Use of swt package from eclipse to initialize/create gtk widget and
use it in baseWindow. (Stuck as navigation is not happening).This
works in Windows but not in linux.


Thanks for your response.

regards,
Krith






_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to