On 30/08/2015 05:58 μμ, rsantiagopaz wrote: > voger wrote >> I would like to provide an error message relevant to that >> new meaning. > > <(sorry the english!!)> > > if you select a item AND fill the textbox, the error message is not relevant > again. So, why not call manager.validate() ? > Or you can subclass qx.ui.form.validation.Manager, override validate() > method to use in particular item. > I hope this little helps. > > </(sorry the english again!!)> > >
Hi, thanks for your help and sorry for the late reply. I haven't been around. I am not calling the manager.validate() because that would validate the whole form. I am trying to do something like validation on the fly. Every time a value changes on a field I want to validate that field only, maybe in combination with another relevant field. I don't want red boxes popping in fields where the user has not visited yet. And I have read the validation.Manager class and unfortunately it was a bit difficult for me to understand some things it did. Maybe I should read it again with a clearer mind. But still I would like to find a solution using the qooxdoo vanilla API and not have to subclass for such a (seemingly) trivial thing. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel