Hi,
I have TdxBarButton with ButtonStyle = bsChecked. This button is joined with TAction. Action has ShortCut.
If I click on button by mouse, all is OK - button is not Checked.
If I press shortcut (F2 in example) the button remains down (it is "checked").
I don't change Action.Checked.
See my example - click by mouse and press F2.
Regards
Roman
Hello Roman,
Yes, I see that Button works in a different manner with a shortcut and a mouse click. So, I will forward the issue to our developers for further research.
As a workaround, I suggest you enable the Action1.AutoCheck option and all should work as you wish.
Hi,
I know about AutoCheck, but I cannot use it.
Regards
Roman