How to display @label values on hovering on a button

I have a button on a toolbar set to show only icons:
Filter Bar On-Off Toggle.dcf (846 Bytes)

with this code in the button:

@label:Val("$glob:QUICK")=="on" ? "Filter Bar is OFF" : "Filter Bar is ON"
@if:$glob:QUICK
@set glob:QUICK
Set QUICKFILTER 
@if:else
CLI QUICKFINDCLEAR
@sendkey:escape
@set glob:QUICK=on
@if:common
@toggle:update

It does toggle the quick filter bar on and off.

On hovering, the button displays the same text, "Filter Bar is OFF" regardless of the toggle state:

How can I get the button to display the correct state of the toggle? TIA

That's a bug, thanks for reporting it. Fixed in the next update.

From the look of it this might be the same issue as Request: Distinguish between the tool bar label and the button label when hovering ?

1 Like

I can confirm that this issue is fixed in Directory Opus 13.9.6 (beta) x64. It is the same issue as a the prior request referenced by you. Thank you very much!

1 Like