Hi there,

On 05 Jun 2004 at 14:07:03 +0100, Piotr Zielinski wrote:

> In my .fvwm2rc, I have a function bound to the edges of
> the screen with EdgeCommand (see below for the details). 
> The problem is that when the mouse pointer stays on the
> edge the function is being called again and again, which
> prevents fvwm from doing any useful work until the mouse
> pointer is moved away from the edge (for example the
> scheduled commands do not work).  Can anybody tell me
> when exactly the function bound to the edge is called,
> how can I control the frequency of it being called?  The
> only solution I can think of is removing the edge
> bindings for a second or so every time the edge function
> is called.

Actually the function is (or better should be)
executed/called when the pan frame gets an enter event. For
some reason this event is produced several times if a
complex function is bound to an edge. For example:

   EdgeCommand N Echo EdgeCommandNorth

works as expected while

   AddToFunc EchoFunc I Echo EdgeCommandNorthFunc
   EdgeCommand N EchoFunc

shows the behaviour you describe. This is actually a bug. I
hope we get this fixed soon.

Cheers, Uwe
-- 
  ,_,   For personal reply/mail put "fvwm"
 (O,O)  in the subject.
 (   )  Otherwise I won't receive your mail.
--"-"----------------------------------------
--
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