Hi Micha, the problem is that you are binding the controller to the label property in lines 40 and 41 but there is no kind of binding to the dir property, so the controller cannot know when something changes and how to react. The easiest way to solve this is if you call update() on both controllers after setting dir in your dblclick-handler :
http://tinyurl.com/lbql4dk Cheers Andreas Am 02.12.2013 um 09:55 schrieb Micha <[email protected]>: > Hi, > > I want to move items from one form.list to another, with double click. > I have a property in the data model ("left" / "right") which indicates > which list should show the item. > I thought I could do this with setting a filter in the two list controllers. > But it doesn't work as intended. > > Here is the example: > > http://tinyurl.com/puhtdv3 > > If I comment out the lines 62-65 and 72-75 it doesn't work anymore. Why? > > cheers, > Michael > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ 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 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
