Page 1 of 1

child window problem

Posted: Sun May 07, 2006 07:45
by nickak2003
I made a window, loaded a xml layout, then I want to load another layout to append to it as a child window. I do this, and they all draw, but the first window doesnt accept any events, while the second one does. What am I doing wrong?

Posted: Sun May 21, 2006 20:09
by Duck
Could you please post the code for the loading of the second window and connecting to the first.

I'm having troubles in similar areas and would like to see what you're doing...


[edit]
I've now fixed my problem. I'm seeing the same behaviour - the parent window doesn't receive any events. For me, that's fine...
I tried calling a few functions to see if I could find a fix for you, but couldn't find anything...
Hmm. I wonder if the two windows were peers of each other (i.e. brothers), instead of parent-child, whether you'd have better luck...
[/edit]