On 20 Jul 2003 18:36:13 -0500, [EMAIL PROTECTED] wrote: > > Message summary for PR#1064 > From: [EMAIL PROTECTED] > Subject: ChangeMenuStyle > > Full_Name: Khosrow Hassani > Version: 2.4.16 > > > ChangeMenuStyle only affects the menu if the assignment is issued after the > defenition of the meny. you have to first define a menu and them assigne a > style to it using ChangeMenuStyle. this is probably due to the way the > program works. in my mind, the program should first read the whole > configuration file (fvwm2rc, post.hook,...) and then does the assignments.
If you put your ChangeMenuStyle command into StartFunction then the order will not matter. StartFunction (and InitFunction) is designed to be executed after the entire initial configuration is read and processed. AddToFunc StartFunction + I ChangeMenuStyle menu-that-will-be-defined-below ActiveColorset 6 Regards, Mikhael. -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
