Hi Martin,
> var ​cb = new qx.ui.form.CheckBox("ABC");
> this.getRoot().add(cb);
> var sp = new qx.ui.form.Spinner(0, 10, 20);
> this.getRoot().add(sp, {top: 30});
>
> cb.bind("value", sp, "enabled");
>   
Thanks, that worked great. I also have some cases, where if a slider's 
value is above a value, say 100, some other settings have to be 
disabled. Is there any way to use binding here, or listening for 
changeValue the only way?

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to