On 24/10/2007, Ryan Daly <[EMAIL PROTECTED]> wrote:
> All:
>
> I'm running into a problem where I cannot get my FvwmButtons to be
> shaded automatically when logging in.
>
> I have the following function defined:
>
> DestroyFunc StartAutoHide
> AddToFunc StartAutoHide
> + I All ("FvwmButtonsTopBar") WindowShade on
>
> This function is called by "InitFunction". It works from the
Use StartFunction please.
AddToFunc StartFunction
+ I Module FvwmButtons FvwmButtonsTopBar
+ I Wait FvwmButtonsTopBar
+ I Next (FvwmButtonsTopBar) WindowShade on
(or see 'StartShaded' style condition in 2.5.23).
> Am I missing something, or is there something that I can add to a
> function to make this happen?
See above. It waits around for the window to appear.
-- Thomas Adam