This code creates an error:

      var validator = this.__validator = new qx.ui.form.validation.Manager();

      validator.add(this.__subjectSB, this.__validateSubject, this);

while doing this it works:

      manager.setValidator(function(formItems) {
        var validSB = this.__subjectSB.getSelection()[0] !== dummyItem;
        this.__subjectSB.setValid(validSB);
        return validSB;
      });

It seems to be a bug to me! Is there another explanation?

Stefan
                                          
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to