Hi all,
there is a way to show a Button "Pressed" in GeDialog? Like when I click it with mouse? These buttons are added with GeDialog::AddButton().
Thanks in advance
Renato T.
Hi all,
there is a way to show a Button "Pressed" in GeDialog? Like when I click it with mouse? These buttons are added with GeDialog::AddButton().
Thanks in advance
Renato T.
Hi,
I assume you are asking for a toggle button? The standard button cannot do that to my knowledge, but the BitmapButton
can. The flag is called BITMAPBUTTON_TOGGLE
, see here.
Cheers,
zipit
MAXON SDK Specialist
developers.maxon.net
Hi Zipit,
ok, thanks for that. I'll use the BitmapButton in this case. I hoped that there was a way to change the status of button in someway.
Thanks again
Renato
Hi @RenatoT , thanks for reaching out us.
As @zipit suggested BitmapButton
is the way to go and for the future I warmly recommend to use the tagging system for a better context.
Cheers, R