On Thu, 2 May 2002 [EMAIL PROTECTED] wrote:

> On Wed, May 01, 2002 at 08:57:59PM +0000, Mikhael Goikhman wrote
> 
> > Just to be sure. Do you have "I" before "Wait"? It can't work
> > without it.  Also please take a look at the standard error stream,
> > it may contain messages about this app.
> 
>   Ouch.  Thanks for pointing that out.  Here's what I have now...
> 
> DestroyFunc Mixer
> AddToFunc   Mixer
> + I Exec /usr/GNUstep/Apps/Mixer.app/Mixer -1 VOLUME -2 PCM -3 CD
> + I Wait Mixer.app
> + I All (Mixer.app) Raise
> + I All (Mixer.app) Resize 6 7
> + I All (Mixer.app) Mouse 0 3 A Destroy
> 
>   It works as far as sizing is concerned.  BTW, what's the command (if
> any) to rename a window ?  I may want to call up separate invocations
> for the CD and the sound card.  The "Resize 6 7" is because the window
> seems to treat the parameters as characters rather than pixels.  The
> only remaining thing I need is to set up an extra button *ONLY* on the
> mixer title bar.  My current setup adds a button 3 to all windows.  I
> tried to figure out how to set up a style that applies to only a
> specific window, but I can't get it to work.

I think this will do it (after defineing what button 3 does):

Style * NoButton 3              # turn off button 3 for all windows
Style Mixer.app Button 3        # turn ON button 3 just for Mixer.app


//Marcus
> 
> -- 
> Walter Dnes <[EMAIL PROTECTED]>
> I'm not repeating myself; I'm an X Window user, I'm an ex-Windows user
> --
> 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 [EMAIL PROTECTED]
> To report problems, send mail to [EMAIL PROTECTED]
> 

--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to