> I preseume this is due to the Wait command
> actually waiting for a NEW window to pop up with the given name.
This is correct. What you need is the following patch. I sent this to Chuck
about a week ago following feedback on my If/IfNot patch (which is obsolete).
This patch adds the command Current which does the same tests as Next but only
on the current window. It also adds the following conditions to
Next/Prev/None/Current: Raised, Visible, Maximized, Sticky & Transient. It's
written in a way that should make adding more condition flags easy. It also
lets you put ! in front of the name to negate name matching and fixes a possible
memory leak.
The downside of this patch is that I couldn't get it to apply with the Animated
menu/move patch which is really cool. If I apply the Current patch first it
gets ignored and it won't apply after the Animated menu/move patch. PLease,
please, please can someone get them both working together.
Cheers,
Timbo.
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Jun 10 1997 - 03:46:17 BST