Sorry, if this is a duplicate. I' was not sure of my registration in the
mailing-list

Hello, I have the following problem:

I define two properties:

 testKomp :     { init : "Testnext", check : String , event: "changeValue" }
 testLab    : { init : "Testprev", check : String, event: "changeValue" }

I define one Model with fields: komponist and vlabel

then i bind like this:

qx.data.SingleValueBinding.bind(this,"testKomp",my_model,"komponist");·         
  
▒
qx.data.SingleValueBinding.bind(this,"testLab",my_model,"vlabel");·    

And now, when I call this.setTestKomp("Testkomponistok");
I get the value "Testkomponistok" in both fields (komponist and vlabel).

also when i call this.setTestLab("Testlabel");
I get the value "Testlabel" in both fields(komponist and vlabel).

The values in the properties "testKomp" and "testLab" are correct.
I trie'd this with different widgets , different values (true , false and
buttons) , the result is then same.

Is this a bug?
I tried this with version 1.4 and 1.3 - Result is the same.
Thanks, in advance










--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/singlevalue-binding-with-to-different-properties-gives-the-same-result-tp6319287p6319469.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to