hugo vanwoerkom <hugovanwoerkomqt_at_yahoo.com> writes:
>
> --- Dominik Vogt <dominik.vogt_at_gmx.de> wrote:
>
> > You can't comment out just the first line. The
> > commands are added
> > to the last function you defined, in this case to
> > window_ops_func
> > which is defined 250 lines above. But probably you
> > wanted to use
> > that function below, so use
> >
> > AddToFunc RaiseAndFocus
> > + I Iconify off
> > + I Raise
> > + I Focus
>
> I ran into the solution by chance by changing the
> clicks to:
>
> *FvwmTaskBarAction Click1 Iconify -1,Raise,Focus
>
> I suppose that does the same thing as calling the
> Function?
This is what the FvwmTaskBar man page has to
say about it:
Warning: Use of the former syntax
that allowed to use comma separated lists of com
mands is strongly discouraged due to synchroniza
tion problems with fvwm. Please use complex fvwm
functions instead (defined with the AddToFunc com
mand of fvwm).
--
Dan Espen
444 Hoes Lane Room RRC 1C-214 E-mail: dane_at_mk.telcordia.com
Piscataway, NJ 08854 Phone: (732) 699-5570
--
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 Jan 28 2002 - 19:41:45 GMT