On Fri, Jul 12, 2002 at 09:08:46PM +0000, Mikhael Goikhman wrote:
> 1) This is a pretty old problem, all others are new.
> FvwmEvent executing a function on add_window does not work fine with a
> transient pager, a pager beeps after 4 seconds. Try this minimal config:
> 
>   *FvwmEvent-NewWindow: add_window CheckWindow
>   AddToFunc CheckWindow I Next ("does not matter here") something
>   FvwmEvent FvwmEvent-NewWindow
> 
>   # press Ctrl-Mouse2
>   Mouse 2 A C  FvwmPager -transient
>   Mouse 2 A SC FvwmPager -transient 0 3

Not really a bug.  And it isn't the pager that beeps, it's fvwm.
The transient pager grabs the pointer.  This is necessary so that
the pager is closed reliably.  At the same time, FvwmEvent
executes a complex function - which also needs to grab the
pointer.  Since FvwmPager is faster, fvwm can't grab and beeps.
As it is practically impossible to find out if a function needs to
grab the pointer or not, I see no way out of this.  We'd have to
find a reliable way to detect a button press/release outside the
pager window without grabbing the pointer.

> 2) With the current cvs it is easy to get more than one pager label
> higlighted in a multi-desk pager, see the first screenshot.

Fixed.

> 3) I also experience drawing problems of the current page, like on the
> screenshot, but I can't say whether the problem in FvwmPager or colorsets.
> This is with the fvwm-themes cvs. If you can't find a possible problem
> >from the screenshots, forget it until I have a time to reduce the config.

I'll wait.

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to