Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
BitmapButton
BITMAPBUTTON_TOGGLE
Cheers, zipit
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
HI R.
I already used the BitmapButtonCustomGui for my dialog. Just i got some Gui corruption problems so I tried to switch to standard button... but the corruption of gui was not caused by it.
Thanks for your answer. Renato T.