Can I get rid of the green glow that is on some of the buttons?
Some of the buttons are toggles that glow when they are active. But not this one. I converted it to a menu button and now it's glowing green permanently.
Can I get rid of the green glow that is on some of the buttons?
Some of the buttons are toggles that glow when they are active. But not this one. I converted it to a menu button and now it's glowing green permanently.
A menu-button still has a command on the button part. That’s what’s indicating it is toggled on
Ok, well it's a Group menu. I have 'Hold to show menu' and it's set to left click to clear the group:
Set GROUPBY=off
And right click opens the menu to choose a group. By default when the lister opens the group is set to none, but it's green when at none, and no green indicator when there is a group set, so the indicator is inverted I think.
It’s not inverted. The button highlights when the state it sets is active. The button turns off grouping, so it’s highlighted when grouping is turned off.
You can use @toggle to change when/if a button is highlighted, if needed.
I see. It's telling me that it's doing its job of "off".
Ok but @toggle breaks it.
Set GROUPBY=toggle
Either @toggle or =toggle or =off @ toggle.
I had this problem before with my viewer lock button and =toggle works but that's only a solo button. In this case the choice isn't boolean. It's either none or a selection of many choices. Am I supposed to toggle but also call the last choice?