[qooxdoo-devel] question about qx.ui.tree.VirtualTree and selection behavior

2012-02-01 Thread edemir...@technocon.com
Hey guys is it possible to let the qx.ui.tree.VirtualTree behave as follows. 1. You click on a VirtualTreeItem which has children and with this click it will select the item you have clicked and the children's it contains. 2. When scenario 1 is done, we deselect one of it's childrens and what also

Re: [qooxdoo-devel] Why doesn't a form controller reset the fields when the model is null?

2012-01-20 Thread edemir...@technocon.com
OK guys thnx for the quick reply I will make a bug report. As answer for your question Martin. No I can not think of a use case where the current behavior could be an advantage. The main cause that I want to use the form controller is because it control's the whole form with the input you give him.

[qooxdoo-devel] Why doesn't a form controller reset the fields when the model is null?

2012-01-19 Thread edemir...@technocon.com
Hello guys, The issue is the following. I made a form with some textfields these are later bounded to a model which can have a value or can be null. I would expect that the behaviour of the controller would be something like clearing the textfields or other form items when the model is null becau