I had this same problem! I wanna create a full window popup (modal for my applications) but it didn't have focus... The solution, I don't know if is elegant, but works,
I create a window TOPLEVEL with 0x0 dimension and I atached this big popup Window, when I run the program, the focus came in to this little window and my window has focus. Good Lucky Good Work Success Flavio Alberto Em 07 Feb 2002 10:44:06 -0700, Ronald Kneusel escreveu: > > > > -----Original Message----- > > From: Havoc Pennington [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, February 07, 2002 10:40 AM > > To: Ronald Kneusel > > Cc: '[EMAIL PROTECTED]' > > Subject: Re: GtkEntry not accepting keyboard input (GTK+ 1.2)? > > > > > > Ronald Kneusel <[EMAIL PROTECTED]> writes: > > > I have a GtkEntry which is attached to a fixed widget and that is > > > attached to a frame in another fixed widget. > > > > > > The entry box appears and I can set the text, highlight the text > > > with the mouse, but cannot type in the box. Anything typed appears > > > at the shell prompt. > > > > > > Why? Am I missing a step? I've set the widget to "editable" with > > > no appearant effect. > > > > > > >Sounds like your window manager still has focus on the terminal > >console window, instead of your GTK app. Why that is, I don't know. > > You were correct! I created a full screen window as a POPUP window > and it wasn't getting keyboard focus. I made it a TOPLEVEL window > without decorations and all it well. > > Thanks! > > Ron > > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
