Hi Lars, you are setting the CheckBox and Button as anonymous: control.setAnonymous(true);
As you can read [1], the widget doesn't receive any events, therefore you can't click it. Remove these lines form your widget and it works as expected: http://tinyurl.com/lrgjh7t Cheers, Chris [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~anonymous!property -- View this message in context: http://qooxdoo.678.n2.nabble.com/Bidirectional-Data-Binding-for-custom-widget-with-CheckBox-and-TextField-tp7584421p7584470.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
