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 ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
