[Gambas-user] Further info on DataaCheckBox Bugs

Marty mmcg29440 at ...3163...
Mon Dec 2 01:58:34 CET 2013


I have cross checked the properties and events between the CheckBox 
control and the DataCheckBox control and find them to be different. The 
CheckBox control supports the trisate property, the first click sets 
false the second true and the click event works as expected. The 
DataCheckBox does not have the tristate property. The syntax checker 
says it's not a valid property. The DataCheckBox click event is not 
raised when the user clicks on the control. The DataCheckBox requires 
three clicks to change between true and false.

This appears to be a bug in the DataCheckBox control. It would be simple 
to test. Just a form with a datasource attached to a MySQL table and a 
DataCheckBox control. I need to use the DataCheckBox and it's Click 
event in my project. Would appreciate one of the Gambas experts comments 
and advice on a possible work around.

Marty




More information about the User mailing list