Hi

Thanks
You are right.

It works if different properties have different names ( no need for changeX
name)

properties :
{  p1: {
       init : "P1",
      event  : "bla"
   },

  p2: {
       init : "P2",
       event  : "tra"
   }
}

It works even if two poperties have same event name :

properties :
{  p1: {
       init : "P1",
      event  : "bla"
   },

  p2: {
       init : "P2",
       event  : "bla"
   }
}

In that case the order of assignement is important

FranĨek




   


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Strange-binding-tp7571696p7572897.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to