Re: [qooxdoo-devel] Attaching a custom event to an existing widget?

2016-01-06 Thread John Spackman
Hi This is easy so long as by “I have a number-property” you mean that you have an actual Qooxdoo property in your root widget, for example if you have something like this in your root widget class: qx.Class.define("my.RootWidget", { extend: qx.ui.core.Widget, properties: { numbe

Re: [qooxdoo-devel] Attaching a custom event to an existing widget?

2016-01-06 Thread LoneSurvivor
Hi John, thanks for your answer. I'm not quite sure, if I understand you correctly. My problem is, that I have a number-property in my root widget that holds some money-value. This money-value should be shown in a few ddefault label-widgets that are added to some deeper windows. You know, click a

Re: [qooxdoo-devel] How to make parts independent

2016-01-06 Thread Defero
Hi, really good news then :) Yes, count me in. Will right away probably try implement something like parts to it. Regards, Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-make-parts-independent-tp7587856p7587917.html Sent from the qooxdoo mailing list archive

Re: [qooxdoo-devel] How to make parts independent

2016-01-06 Thread John Spackman
Hi Defero Yes, there is and I think it’s good news :) My original implementation was based on Esprima and I’ve had to rejig it to make it work with Babel for ES6 - I think it’s ready for alpha release baring one issue with environment settings and some documentation. Sorry it’s a bit later th