You should check if the Window2 has the property "modal" set to "True", if so .. you should set to "False" instead ..
Cheers ----- Original Message ----- From: "peyman askari" <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, December 8, 2008 1:53:00 PM (GMT-0500) Auto-Detected Subject: [pygtk] Window on top Hello I am trying to launch a psecond window (it's of type "Top Level"). Once I launch it, by calling Window2.show() it appears, but it sits on top of the main Window. And there's nothing I can do, short of dragging the new window off the screen. On another mailing list they mentioned how, in Glade, I should set the "Visible" option to "no", but if I do this, then it makes the problem worse as the window does not even open. To make matters worse, this Window2, when being hovered over, launches another window. Now I want this Window3 to sit on top, but now it stubbornly sits underneath the Window2. I could really use some help on this one Cheers Peyman Askari _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/ -- Daniel Hernández Bahr Universidad de las Ciencias Informáticas. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
