hello there, i've got some questions regarding binding. first at all, here is my testcase in the playground (ignore the labels, i've just had these in mind at that time ;)):
http://tinyurl.com/24l82l2 now back to my questions: 1. as you can see im using 2 list-controllers sharing one model which just apply filters for the related lists. when i update the model, say im changing a value, the controller-filters are not updated automatically. first i was planning to listen to changeBubble on the model but in some cases ( loops, for instance ) thats just not the right way. hence i call the update-method manually, if needed. 2. i could find any functionality (like the "dataChanged" event in tables) to check if the model changed. is there any clean solution for that? 3. i have to bind "widget.enabled <-> controller.model". the widget can be a button somewhere around and must be enabled if the model contains some entries. whats the right way to do that? seems its not enough just to bind the controller<->widget (+ converter). cheers. :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/binding-related-stuff-tp5259603p5259603.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
