Elijah Newren wrote:
On 8/16/07, Chris Cole <[EMAIL PROTECTED]> wrote:
Hello all,
I'm writing a fullscreen app in which I have a popup(type hint set in
glade) gtkWindow coming up on top of a fullscreen window asking for user
input in a gtkEntry. It seems that whenever I have the popup type hint
set, I can't edit any of the entries, but whenever I take the type hint
off, my gnome-panel jumps in front of the fullscreen window

what i meant to say here is when i take the popup hint off, i can edit the entries as normal, but the gnome-panel jumps in front of the fullscreen window (both of these behaviors are without setting transiency)


When you make the window a normal window instead of override-redirect
(i.e. instead of a popup), do you also mark the window as a transient
to the fullscreen window?

If so, I'd say this is a window manager bug.

Actually, an even stranger behavior is occuring if i make it transient for the fullscreen window and take off the popup type hint...the window is getting initialized (aka i can see it when i do an alt+tab browsing) but i can't actually view it!? I'm really confused now...

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to