Hi Felipe,
if you want the popup not to be displayed below other windows, setting
the option "popup/popup_keep_above" to true may help.
For your XRaiseWindow problem commenting out the line
"gtk_window_set_accept_focus (dialog, false);" in "src/ui-popup.cc" may
help. Usually users don't want the popup to get the focus. We haven't
found an easy solution for this problem that satifies all users and
works for all window managers yet.
CU Robert :-)
On Fri, 9 Feb 2007 20:35:39 -0500
"Felipe Csaszar" <fcsaszar@...> wrote:
> Hi,
>
> This may be a difficult question...
>
> I am using gnubiff under ratpoison (which is a mouse-less window
> manager). The only problem I am experiencing is that the popup window
> (with the list of received emails) does not get the focus (it is
> displayed below the other opened windows)
>
> This is expectable since gnubiff cannot be managed by ratpoison, so it
> runs under the "unmanaged" ratpoison mode. What I do not understand is
> why if I send an XRaiseWindow event to the popup window the window
> does not come up. In order to send this event I am using a program
> similar to the one shown here:
> http://groups.google.com/group/comp.windows.x/browse_thread/thread/642119a1854a7f49/ecc9e654319c031a?lnk=raot
>
> This program works with all my other unmanaged ratpoison windows, but
> not with gnubiff.
>
> Any ideas on how to solve this problem? Many thanks,
>
> Felipe
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Gnubiff-bugs mailing list
> Gnubiff-bugs@...
> https://lists.sourceforge.net/lists/listinfo/gnubiff-bugs
|