Re: minimal steps until nsIBaseWindow->Create() should be possible

2007-05-30 Thread David Schmelter
Hello Moz, thanks for your answer The code snippets i have posted are not very clear, sry for this. In fact 'window' and 'nativeWindowHandle' are the same handles. But maybe i have bigger problems than i thought. I compiled xulrunner in Debug mode (shame on me that i havent done this before) a

Re: minimal steps until nsIBaseWindow->Create() should be possible

2007-05-30 Thread David Schmelter
Hello Toddler, thanks for your answer The code snippets i have posted are not very clear, sry for this. In fact 'window' and 'nativeWindowHandle' are the same handles. But maybe i have bigger problems than i thought. I compiled xulrunner in Debug mode (shame on me that i havent done this befor

minimal steps until nsIBaseWindow->Create() should be possible

2007-05-27 Thread David Schmelter
Hello together, right now i become desperate with embedding mozilla in my own (minimal) application on Linux + Gtk. I get a segfault when calling nsIBaseWindow->Create() and i wonder, which (minimal) initialization steps are necessary until it should be safe to this method. What did i tried so