Hi,

I am working with qooxdoo sdk 8.2.

I don't understand the behavior of a "changeValue"-Listener in my 
Application. When I initialize the appication the following handler only 
executed the first line.

The function "this.someFunction" changed the Value of another Selectbox, 
but not of the Selectbox "textField26".

-----
  this.textField26.addListener("changeValue", function(e) {
      this.debug("change Value!");
      this.someFunction (someParameter1, someParameter2, someParameter3 );
     this.debug("Value changed!");
   }, this);
-----

When I changed the selectbox again,  all three commands will be 
executed. When I chagend the Selectbox again, only  the first line was 
executed. And so on...

Is there a problem with calling a function in a handler? When I comment 
out the second line, the handler works allways fine.


Has somebody an idea, what's wrong?

Kind Regards
Thomas


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to