On Mon, Apr 15, 2002 at 12:42:31PM +0200, Dominik Vogt wrote:
> On Sun, Apr 14, 2002 at 10:23:27PM +0300, Tom Alsberg wrote:
> > In the current FVWM (CVS), there seems to be a bug in mouse focus... I
> > don't really know where the bug really is, but sometimes
> > windows/widgets act like they lose and get the focus very fast for
> > some time, like flickering.
> > <snip />
>
> I'm aware of this problem but don't know how to reproduce it at
> will. It has been around for a long time though, long before
> 2.4 was released. Can you try to find a way to make it happen
> fairly reliably?
Well, it is probably not the same problem then...This problem started
for me with FVWM 2.5... As I wrote in another message in this thread,
it doesn't happen when I remove the following lines from my .fvwm2rc:
# For auto-raise:
*FvwmEvent: enter_window "Silent SelectiveRaise"
*FvwmEvent: leave_window "Silent SelectiveLower"
# Functions to auto-raise / auto-lower only some specific windows:
DestroyFunc SelectiveRaise
AddToFunc SelectiveRaise
+ I WindowId $0 (!raised "FvwmIconMan") Raise
+ I WindowId $0 (!raised "FvwmButtons") Raise
+ I WindowId $0 (!raised "xclock") Raise
+ I WindowId $0 (!raised "xexec") Raise
DestroyFunc SelectiveLower
AddToFunc SelectiveLower
+ I WindowId $0 (raised "FvwmIconMan") Lower
+ I WindowId $0 (raised "FvwmButtons") Lower
+ I WindowId $0 (raised "xclock") Lower
+ I WindowId $0 (raised "xexec") Lower
The enter_window/leave_window events are new to FVWM 2.5, so that's
it...
I put these lines foir certain windows to be automatically raised and
lowered when the mouse pointer enters and leaves them...
>
> Bye
>
> Dominik ^_^ ^_^
Any help further appreciated,
-- Tom
> --
> Dominik Vogt, email: d.vogt_at_lifebits.de
> LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
> fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Tom Alsberg - certified insane, complete illiterate.
e-mail: <alsbergt_at_softhome.net>
Homepage: http://www.cs.huji.ac.il/~alsbergt/
* An idea is not responsible for the people who believe in it.
--
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 Mon Apr 15 2002 - 12:01:18 BST