i am working towards having three fvwm configs: one thats my own, one that looks (and acts) like macosx, and one for windows xp…
its working out pretty well (will eventually post when they are finished) but im having a lot of trouble on the start menu for windows xp…
it should be dual paned, and with custom triangles, etc… which i dont know how to do… mainly if someone can point me towards a way to make it be dual paned, that would be great…
I’ve racked my brains (yes, it hurt, and there was too much of an echo for my liking…), but I can’t see how you can get dual-paned menus in FVWM, like you would in XP. So currently, it’s not possible to get that aspect of things.
thanks people, its working pretty well… heres a screenshot: fvwmxp
i still have three small problems… two i think will be simpler than the third:
how do i change the background of the button when the mouse is over it? i noticed in the man page how to change the icon, but i didnt see anything about background color (maybe i just missed it)… otherwise i dont think it will be as much of a menu…
second simple one (i think): how can i get the menu to pop up (the “all programs” menu) on mouse over, instead of clicking?
third (harder, i think): how do i get the panel to retract when the mouse clicks out of its area, or clicks on anything in the menu/submenu…
thats exactly what i was looking for… i guess the man page isnt completely alphabetized…
damn…
hmm… read through it, the question i have is, if i tell the panel to close, will it be permanently closed? or only closed long enough until the start button is clicked on again… otherwise, is there a command to retract the panel…
will look into this when i have more time… have to go… thanks a bunch,
killfire
ive already made the button a panel… my question is, can i send it a message telling it to retract the panel? because right now you have to click the start button again in order to have it retract… not exactly the effect im looking for…
hmm… ActiveColorset is not in the man page, and when i try to use it in a button, the entire panel will not show up…
[edit]
damn, its a *FvwmButtons: wide setting… not a specific button setting…
[/edit]
[edit2]
no point in making another post:
is it possible to make a button ignore “ActiveColorset”… i thought of trying to override it by Iding the non-active buttons, and then giving them their own ActiveColorset, but some of the buttons are on a gradient background, so there wouldnt be a correct background color… so is there a way to either never allow a button to become active; to turn off the activecolorset, or some other solution…
[edit3] another thought, why wouldnt having an activecolorset thats transparent work… though i just tried that, and i didnt… now trying only setting the ones i want to have the activecolorset via Id… i should really just keep my mouth shut and Think/RTFM…
[/edit]
like moving the mousepointer there, clicking, and moving it back… or moving the panel into some -bignumber-bignumber position… or destroying and recreating it…
Not sure about the syntax, but how about scheduling a close on the exit event via fvwmevent and then cancel the scheduled event if the mouse moves back over the panel?
But this presupposes there’s already a means of closing the panel without clicking on it; there isn’t. So you have to emulate the moving of the cursor, and the click, if you want that to happen.