Hidden-System files - on/off indicator in status bar?

Is it possible to have on/off state indicators in the status bar for these types of filters?
Thanks

[quote]For your convenience, here is a button which clears all filters when left-clicked and toggles hiding of Hidden-System files when right-clicked. While in Customize mode you can paste this button directly on to your toolbar, as described here.

Code: Select all
<?xml version="1.0"?>

Clear Filters
#filterfield

Clear Filters
#default:deletefilter

Set SHOWFILTERFILENAME=""
Set HIDEFILTERFILENAME=""
Set SHOWFILTERFOLDERS=""
Set HIDEFILTERFOLDERS=""
Set HIDEFILTERATTR=""
Set SHOWFILTERATTR=""
Set VIEWFILTER=""
Select NOPATTERN SHOWHIDDEN



Hide System Files
#recursivefilter

Set HIDESYSTEMFILES=Toggle



[/quote]

You can have them on toolbars/menus but not in the status bar (at least at the moment).

(You can have the status bar tell you if any items are being hidden, however.)

I haven't seen a indicator that shows the current state for show/hidden. How do i go about adding this to a toolbar?

Buttons which toggle filters automatically indicate if the filter they control is active by appearing pushed-in.

I would also add the buttons Leo mentioned will only show as being pushed in (while active) when the buttons only have a filter command (and not running several commands).

Perfect!
Thanks