On Thu, Jul 15, 2004 at 11:24:53PM -0300, [EMAIL PROTECTED] wrote: > On Thu, Jul 15, 2004 at 04:27:38PM -0300, [EMAIL PROTECTED] wrote: > > > > I want to set up one of two different images on button 4 > > in the title bar, depending on the maximization state > > of the window. This button is to be used as a toggle of > > the mazimation state of window (maximize/restore). > > How can I configure that? > > Below is an excerpt from my configuration file where > I try to set the maximize/restore buttons as > described above. > > But it is not working: the vector image of the restore > button (the toggled button 4, when the window is > maximized) is not being drawn. Any help? I am running > FVWM 2.5.10 on Gentoo Linux. [...] > #Button 4: Maximize > AddButtonStyle 4 \ > AllActive (HGradient 128 Azure2 Azure1) \ > AllInactive (HGradient 64 Grey80 Grey90) \ > AllNormal (7 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL > PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]) \ > AllToggled (10 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL > PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] > [EMAIL PROTECTED] [EMAIL PROTECTED]) [...]
It seems that there is a bug with "AddButtonStyle AllToggled (Vector ...)" in the command above. Replacing it with other button styles does work. For Instance: AddButtonStyle 4 AllToggled (MiniIcon) or AddButtonStyle 4 AllToggled (Pixmap maximizeA.xpm) Can anybody confirm this as a bug? Regards. Romildo -- 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]
