I am trying to add this code to a sample hello world app:

var label1 = new qx.ui.basic.Label();
var label2 = new qx.ui.basic.Label();

label1.bind("content", label2, "content");



to a sample hello world app to learn about data binding

I get this error:

uncaught exception: Binding property content of object
qx.ui.basic.Label[52] not possible: No event available. : error

also the qx.ui.basic.Label doesn't have a property 'content'.

I'm working through:
http://manual.qooxdoo.org/1.3.x/pages/data_binding/single_value_binding.html

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to