On 22 Jul 2000 16:33:30 +0200, Philippe POINCOT wrote:
>
> I vould like to make a Raise_Buttons functionlike this:
>
> ############################## Raise_Buttons
> #########################
> AddToFunc Raise_Buttons
> + I None (FvwmButtons) Module FvwmButtons
> + I Next (FvwmButtons) Raise
>
> but this doesn't work: the NEXT statement is never reached even if
> the FvwmButtons module is running...
You probably have CirculateSkip style option for FvwmButtons.
If true, try this function instead (maybe without two None lines first):
AddToFunc Raise_Buttons
+ I None (FvwmButtons CirculateHit) Module FvwmButtons
+ I None (FvwmButtons CirculateHit) Wait FvwmButtons
+ I Next (FvwmButtons CirculateHit) Raise
Regards,
Mikhael.
--
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 Sat Jul 22 2000 - 16:41:51 BST