Hi!
i not understand if i can't get it right or if just is not possible. I have a Ttoolbutton in a Ttoolbar,
Ttoolbutton->style = tsButton,
Ttoolbutton->caption = &New
Ttoolbar->showcaption = false.
So, according to the definition if i press Alt+N the Onclick action of the button must execute. This is right if i set ttoolbar->showcaption = true. Why is not working with Ttoolbar->showcaption = false, i have to capture the key combination my self?
Thanks in advance.
Paula
i not understand if i can't get it right or if just is not possible. I have a Ttoolbutton in a Ttoolbar,
Ttoolbutton->style = tsButton,
Ttoolbutton->caption = &New
Ttoolbar->showcaption = false.
So, according to the definition if i press Alt+N the Onclick action of the button must execute. This is right if i set ttoolbar->showcaption = true. Why is not working with Ttoolbar->showcaption = false, i have to capture the key combination my self?
Thanks in advance.
Paula