Page 1 of 1

Reading Checked property

PostPosted: 25 Nov 2016 03:53
by XenoG
Hi, Probably being stupid (again), but I can't seem to read the checked property of a button in a buttonset where all buttons are of button type jqbtCheckBox. The individual buttons' checked appearance are being changed on the page, but when I come read the value of checked for each button, I get the original value that was set in the Embarcadero designer. The C++ code I am using to read the first button is ChartPropertiesIWCGJQButtonSet->JQButtonSetOptions->Buttons->Items[0]->Checked. Is there something I am missing. The same code seems to work for another button set that I am using with radio buttons.

Thanks in advance.
Richard

Re: Reading Checked property

PostPosted: 28 Nov 2016 11:57
by Alexander Bulei
Hi Richard,

You're right!
It's a bug, and already fixed in next beta build.
Thank you.

Best Regards.

Re: Reading Checked property

PostPosted: 01 Dec 2016 14:51
by XenoG
Thanks Alexander. I've upgraded to the latest Beta version and the checked property is working perfectly now :)