Re: [qooxdoo-devel] Recursion problem with "changeValue" event

2012-06-27 Thread Alexander Steitz
"input" event to detect this. This event is only fired when the textfield gets user input. Regards, Alex -Original Message- From: Lance [mailto:earwo...@gmail.com] Sent: Wednesday, June 27, 2012 5:15 PM To: qooxdoo Development Subject: [qooxdoo-devel] Recursion problem with &qu

[qooxdoo-devel] Recursion problem with "changeValue" event

2012-06-27 Thread Lance
I have a DateField and a TextField that I would like to sync changes (both directions). I am not using bind() because I need to hit two web services to calculate the correct value. So, I have added an addListener("changeValue") for each field. In each I hit the web service and call setValue() on