On Tue, Feb 29, 2000 at 05:03:06PM -0330, nzanella_at_cs.mun.ca wrote:
>
> Hello,
>
> I can't GrabFocusTransient to work with the Netscape Find popup dialog
> box. I have the following:
>
> Style Navigator RaiseTransient, DontStackTransientParent, NoIconTitle
> Style findDialog_popup GrabFocusTransient, DontStackTransientParent
>
> ... and the following doesn't work either:
>
> Style Netscape RaiseTransient, DontStackTransientParent, NoIconTitle
> Style "Netscape: Find" GrabFocus, DontStackTransientParent
Why don't you simply say
Style Netscape GrabFocus, GrabFocusTransient, DontStackTransientParent
This should apply to all netscape windows (because they have
resource class 'Netscape'). All the your examples seem to work
for me. BTW, are you invoking the find window via a key binding
or a mouse click? Unfortunately GrabFocus... doesn't work with
the mouse together with SloppyFocus/MouseFocus. The reason is, that
as soon as the menu is unmapped, the pointer enters the main window
again and takes the focus away from the newly mapped transient window :(
Can't think of a workaround for this.
Bye
Dominik ^_^
--
Dominik Vogt, Agilent Technologies, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/464-4596, fax: 07031/464-3883, dominik_vogt_at_agilent.com
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Mar 01 2000 - 03:47:05 GMT