Well, I'm realizing the parent window (the frame of the application) now... but
when I call the function baseWindow->InitWindow(...) the main window is
displayed and control is not passed to the functions following until the window
closed.  Which suggests a kinda modal problem?!?

        Thanks in advance,

        Jeremiah Cornelius McCarthy


In article <[EMAIL PROTECTED]>, "Christopher Blizzard"
<[EMAIL PROTECTED]> wrote:

> Jeremiah Cornelius McCarthy wrote:
> 
>> I'm tring to create a wxWindows interface for embedding mozilla and I'm
>> having the below error printed when I go to Create a baseWindow.
>> 
>> .Warning: The parent container of this widget is not realized.  I'm
>> going to crashvery, very soon.
>> 
>> I'm tring to bind to gtk event box which is binded as a child of
>> wxWindows Frame class.  Is this possible?  I'm not entirely sure, and
>> can't find adequate documentation on what the specifics are of the
>> window that mozilla must bind itself to.
>> 
>>      Cheers,
>> 
>>      Jeremiah Cornelius McCarthy
>> 
>> 
> The hint is in the warning.  Make sure you call gtk_widget_realize() on
> the container that you are using as the parent of the gtkmozembed
> widget.
> 
> --Chris
>

Reply via email to