Re: [FlexJS] Data-binding fails when following multiple references

2017-02-15 Thread piotrz
Sankar,

Build with my fixes is online:
http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/2009/ 
You can grab it through the installer.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59485.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-13 Thread piotrz
I think I have provided all the fixes. Comments in jira has been added. :)

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59335.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-12 Thread sankar
Hi Piotr,

Sure, if we need to move early (than you fix) we'll probably need to move
with the basic proven way of binding (to tab type of components). But I'm
afraid some of the application here based on rendering dynamic data. Thus
tabs and some other items shall be drawn after data available to the
application. I shall check if BasicBinding can address this requirement than
ConstantBinding.

Thank you, Priotr.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59278.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-09 Thread piotrz
Hi Sankar,

I just pushed fix for your failing, but Binding is still something which I
will be looking - probably today.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59182.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-09 Thread sankar
piotrz wrote
> Put into model only one model and it should work.

Hi Priotr,

I'm okay with adding only one model class in  tag. I also tested
if I declare an external class having data for Table component in
 tag and then bind to Table component, that does work. 

But Tabs and TabBar component still breaking my application when I tried by
bracketed binding. I tried following codes:




   






































Can you please take a look, Priotr (?)

Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59179.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-08 Thread piotrz
Hi Sankar,

I did look into that. Here where the problem is. We have tag  - which
looks like can contains only one model. Once you declare:






After compilation only the last one was picked up and put into the strand.
Since you were used the first one Binding was not seen it cause only the
second model exists. 

Put into model only one model and it should work.





I'm not sure whether this is bug, but in my opinion it is good that you can
put there only one model. It at some point forces you to build small views
with small pice of data source.

Let me know whether this is working and I will resolve jira.

Thanks,
Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59163.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-08 Thread piotrz
Alex,

He means that he has simple Model in MXML and push array to the component:










I'm going to look into that today.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59147.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-08 Thread Alex Harui


On 2/7/17, 10:56 PM, "sankar"  wrote:

>piotrz wrote
>> I just resolved your jira. Take a look into the comments and let me know
>> if anything is wrong.
>
>Hi Priotr,
>
>I just looked into. Most of the components now working nicely! Thanks!
>Yet a
>few components missing their bracketed binding ways. If you please take a
>look into my findings at Jira.

What is meant by "bracketed binding"?

Just Curious,
-Alex



Re: [FlexJS] Data-binding fails when following multiple references

2017-02-07 Thread sankar
piotrz wrote
> I just resolved your jira. Take a look into the comments and let me know
> if anything is wrong.

Hi Priotr,

I just looked into. Most of the components now working nicely! Thanks! Yet a
few components missing their bracketed binding ways. If you please take a
look into my findings at Jira. 

Thanks!




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59123.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-07 Thread piotrz
Hi Sankar,

I just resolved your jira. Take a look into the comments and let me know if
anything is wrong.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59103.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-06 Thread sankar
Hi Piotr,

I've created a JIRA issue pointing bracketed binding problems to MDL
components. You can find it at here:

https://issues.apache.org/jira/browse/FLEX-35256

Please, take a look.


Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59052.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-05 Thread sankar
Hi Piotr,

Sorry it's my bad. I was busy lately with other things running here. 

I shall plan to putup a demo with MDL on binding problems. I shall let you
know. 

At present I'm updating recent source from Apache repository.

Thanks!




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59045.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-02-04 Thread piotrz
Hi Sankar,

What's with your binding issue ? Do you still experience it? I don't see any
jira about that.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59036.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-31 Thread Carlos Rovira
Hi Sankar,

IMHO, you should not introduce FlexJS components from HTML but the ones
that introduce simple tags like Span, H1, A, and so on...
Layouts in MDL are performed with layout components:

https://getmdl.io/components/index.html#layout-section

So the ones that we created in MDL library

The way js:Container works in FlexJS is setting some CSS styles (like
position relative) that are not used in MDL to position things.

The examples I'm seeing in MDL use normal MDL components for 80-90% of the
work while depend on some CSS rules for the rest 10 to 20%.

In my opinion, one thing we could do with MDL is to remove any HTML swc
dependency. And/Or separate basic html basic tags like span, a, p, h1
from the rest of FlexJS components like Container, Button or CheckBox




2017-01-31 6:20 GMT+01:00 sankar <santanu4...@gmail.com>:

> Hi Piotr, Carlos,
>
> Thanks for replying. I understand that the things now in random testing
> phase and some functionalities may found still not implemented, i.e.
> bracketed binding to some components.
>
> I shall plan to create JIRA issue with examples for yours easy.
>
>
> Talking something else, I was wondering if there's any container kind of
> thing to MDL having horizontal or vertical layouts? I noticed  didn't worked expectedly to MDL components when used inside Card etc.,
> though.
>
> Thanks!
>
>
>
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-Data-binding-fails-
> when-following-multiple-references-tp58022p58821.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-30 Thread sankar
Hi Piotr, Carlos,

Thanks for replying. I understand that the things now in random testing
phase and some functionalities may found still not implemented, i.e.
bracketed binding to some components. 

I shall plan to create JIRA issue with examples for yours easy.


Talking something else, I was wondering if there's any container kind of
thing to MDL having horizontal or vertical layouts? I noticed http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58821.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-30 Thread Carlos Rovira
Hi Sankar,

as Piotr said, let us know what you find. Our way to work on MDL was:

1.- Get all components in place and with exact HTML structure
2.- Get Flex Events work mapping MDL ones
3.- ... try example when see what's missing --> I think we are here right
now

So Data binding could be one of the things not working. There's examples of
binding working on MDLExample: List, Table, Icons, and more...
but at this time its ok some comps binding could not work

Thanks!




2017-01-30 9:40 GMT+01:00 piotrz <piotrzarzyck...@gmail.com>:

> Hi Sankar,
>
> Please specify what is broken and in which case. If you can raise a jira
> with example I will be looking into that. :)
>
> Piotr
>
>
>
>
>
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/FlexJS-Data-binding-fails-
> when-following-multiple-references-tp58022p58788.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es

Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-30 Thread piotrz
Hi Sankar,

Please specify what is broken and in which case. If you can raise a jira
with example I will be looking into that. :)

Piotr





-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58788.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-29 Thread sankar
It looks like data binding is terribly broken in MDL components. 

Any plan to work on this soon?

Thanks! 



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58785.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-19 Thread sankar
I updated with latest compiler, and I confirm it's working fantastic! 

Thank you for yours effort Alex, Piotr. I've updated the JIRA issue as well.

Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58510.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-17 Thread piotrz
Hi Alex,

Thank you! Just tested it and it seems that multiple references working fine
now. I will do more tests tomorrow my time. :) If everything go well I will
resolve both jiras and upload to jira my final code.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58408.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-17 Thread Alex Harui
Hi Piotr,

I think you should now get 3 things in the array.  There might still be an
issue with the property watchers, not sure.  Let me know what you find out.

Thanks,
Alex

On 1/13/17, 1:45 PM, "Alex Harui"  wrote:

>IMO, the output should be:
>["anyClass", "subClass", "fieldC"]
>
>
>
>I will look into it.
>
>-Alex
>
>On 1/13/17, 1:42 PM, "piotrz"  wrote:
>
>>Alex,
>>
>>I think in case of subClass again _bindings [1] array is wrong. Cause
>>sourceID is being searched in View - Take a look:
>>
>>>d
>>.png> 
>>
>>I think in case of subClass it should look or something like that:
>>["anyClass.subClass", "fieldC"]
>>
>>[1] https://paste.apache.org/WAYT
>>
>>Piotr
>>
>>
>>
>>
>>
>>-
>>Apache Flex PMC
>>piotrzarzyck...@gmail.com
>>--
>>View this message in context:
>>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-
>>f
>>ails-when-following-multiple-references-tp58022p58275.html
>>Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
IMO, the output should be:
["anyClass", "subClass", "fieldC"]



I will look into it.

-Alex

On 1/13/17, 1:42 PM, "piotrz"  wrote:

>Alex,
>
>I think in case of subClass again _bindings [1] array is wrong. Cause
>sourceID is being searched in View - Take a look:
>
>.png> 
>
>I think in case of subClass it should look or something like that:
>["anyClass.subClass", "fieldC"]
>
>[1] https://paste.apache.org/WAYT
>
>Piotr
>
>
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58275.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
Alex,

I think in case of subClass again _bindings [1] array is wrong. Cause
sourceID is being searched in View - Take a look:

<http://apache-flex-development.247.n4.nabble.com/file/n58275/sourceId.png> 

I think in case of subClass it should look or something like that:
["anyClass.subClass", "fieldC"]

[1] https://paste.apache.org/WAYT

Piotr





-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58275.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
I just tested your last commit and it's working, so multiple ref binding is
still which I need to investigate.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58273.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
In AS class A [1], B [2], InitView [3] and A [4] before I change subClass to
getter/setter/

[1] https://paste.apache.org/YRqm
[2] https://paste.apache.org/Gwsl
[3] https://paste.apache.org/6q5m
[4] https://paste.apache.org/DlLs



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58272.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
Yeah, I wanted to see what the original data binding expression looks like.

Thanks,
-Alex

On 1/13/17, 12:59 PM, "piotrz"  wrote:

>Alex,
>
>Do not understand - You need MXML code?
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58270.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
Alex,

Do not understand - You need MXML code? 

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58270.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
Source for A [1], B [2] and InitView [3]

[1] https://paste.apache.org/6YzL
[2] https://paste.apache.org/hMCA
[3] https://paste.apache.org/QfK3

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58268.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
I'm looking for the MXML file with the {} expression.

Thanks,
-Alex

On 1/13/17, 12:46 PM, "piotrz"  wrote:

>Source for A [1], B [2] and InitView [3]
>
>[1] https://paste.apache.org/6YzL
>[2] https://paste.apache.org/hMCA
>[3] https://paste.apache.org/QfK3
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58268.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
Please post the source as well.

On 1/13/17, 12:25 PM, "piotrz"  wrote:

>With getter and setter class B has been created, but Binding doesn't
>work. I
>will take a look in that scenario what is happening with binding.
>Generated binding array [1]
>
>[1] https://paste.apache.org/LodF
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58266.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
With getter and setter class B has been created, but Binding doesn't work. I
will take a look in that scenario what is happening with binding. 
Generated binding array [1]

[1] https://paste.apache.org/LodF

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58266.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
OK.  I will take a look.

But if you workaround it by using getter/setter and not a [Bindable] var,
does that allow the chain to work?

-Alex

On 1/13/17, 12:13 PM, "piotrz"  wrote:

>Alex,
>
>I see the problem it's probably again in the compiler. I have two classes
>A[1] and B[2]. Class B is being created in A, but after compilation I have
>null there. Generated Class A [3] - Doesn't contain B at all.
>
>[1] https://paste.apache.org/t5pH
>[2] https://paste.apache.org/ji8J
>[3] https://paste.apache.org/ln6f
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58263.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
OK.  There should be an array of 3 properties in the data binding
structure.  It shouldn't give up and create a getter function.  Then,
ViewDataBinding may need to detect that and use a ChainBinding.  It could
borrow code from ContainerDataBinding.

-Alex

On 1/13/17, 12:04 PM, "piotrz"  wrote:

>I just tested it and it's working fine. Now we have clean VO object
>without
>dispatching anything inside and in view. :)
>
>Multiple reference binding is still not working. I will take a look now to
>this closer.
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58262.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread piotrz
I just tested it and it's working fine. Now we have clean VO object without
dispatching anything inside and in view. :)

Multiple reference binding is still not working. I will take a look now to
this closer.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58262.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-13 Thread Alex Harui
OK. I pushed changes that should generate the code code for [Bindable] on
getter/setters.

HTH,
-Alex

On 1/10/17, 2:38 PM, "piotrz"  wrote:

>No problem - "patient" - will be my second name :)
>
>I just did small clarification for code in ViewDataBinding. I will commit
>it
>along with this first fix for this jira.
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58136.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
No problem - "patient" - will be my second name :)

I just did small clarification for code in ViewDataBinding. I will commit it
along with this first fix for this jira.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58136.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui


On 1/10/17, 12:11 PM, "piotrz"  wrote:

>Alex,
>
>I think I have fix on flexjs sight, so waiting on your changes in
>compiler.

Looks like a significant amount of work, so don't hold your breath ;-)

-Alex



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
Alex,

I think I have fix on flexjs sight, so waiting on your changes in compiler.

Thanks,
Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58128.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
I reported something similar, so it may be related.

https://issues.apache.org/jira/browse/FLEX-35236

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58124.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui
OK, sounds like the generated code for [Bindable] on getter and setters is
broken.

I will take a look.

-Alex

On 1/10/17, 10:28 AM, "piotrz"  wrote:

>Alex,
>
>I just wanted to write it that compiled class doesn't contains it [1].
>Additionally what is funny - debugger do not stop when generate setter is
>
>ClassA.prototype.set__fieldA = function(value) {
>  this._fieldA = value;
>};
>
>but it's do work when I have following
>
>ClassA.prototype.set__fieldA = function(value) {
>if (this._fieldA != value) {
>  this._fieldA = value;
>}
>};
>
>[1] https://paste.apache.org/gy6N
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58118.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
Alex,

I just wanted to write it that compiled class doesn't contains it [1].
Additionally what is funny - debugger do not stop when generate setter is

ClassA.prototype.set__fieldA = function(value) {
  this._fieldA = value;
};

but it's do work when I have following

ClassA.prototype.set__fieldA = function(value) {
if (this._fieldA != value) {
  this._fieldA = value;
}
};

[1] https://paste.apache.org/gy6N

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58118.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui


On 1/10/17, 10:02 AM, "piotrz"  wrote:

>Alex,
>
>I was also thinking that it shouldn't necessary be in that case generic
>binding, but again it is all about condition.
>
>In case of ViewBinding condition is
>
>if (binding.source is Array
>&& binding.source[0] == "applicationModel"
>&& binding.source.length == 2 && binding.destination.length == 2)
>
>binding.source[0] is not "applicationModel" and later watcher map is being
>created from that model. I'm not sure whether I can add another condition:
>
>if (binding.source is Array && binding.source.length == 2 &&
>binding.destination.length == 2)
>//and then create simple binding
>
>I will try, but if this can be a fix ?

Yes, or just remove the
&& binding.source[0] == "applicationModel"

It may no longer be needed.  I've been wondering if it is needed.  I don't
think ContainerDataBinding has such a check.

Thanks,
-Alex



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui
Hi Piotr,

In the code you posted links to, fieldA has a getter marked with
[Bindable].  The compiler should output code that converts ClassA to
extend EventDispatcher and wrap the setter to dispatch a valueChange event
and then things should work.  If that isn't the case that would be where
the bug is.

Thanks,
-Alex

On 1/10/17, 10:09 AM, "piotrz"  wrote:

>Alex,
>
>Answer for you second question - "fieldA" do not dispatch "valueChanged"
>event. If I have to dispatch it manually from setter I will need also
>extend
>my simple VO class by Dispatcher.
>I doubt that is the case.
>
>Piotr
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58113.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
Alex,

Answer for you second question - "fieldA" do not dispatch "valueChanged"
event. If I have to dispatch it manually from setter I will need also extend
my simple VO class by Dispatcher. 
I doubt that is the case.

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58113.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
Alex,

I was also thinking that it shouldn't necessary be in that case generic
binding, but again it is all about condition. 

In case of ViewBinding condition is 

if (binding.source is Array
&& binding.source[0] == "applicationModel"
&& binding.source.length == 2 && binding.destination.length == 2)

binding.source[0] is not "applicationModel" and later watcher map is being
created from that model. I'm not sure whether I can add another condition:

if (binding.source is Array && binding.source.length == 2 &&
binding.destination.length == 2) 
//and then create simple binding

I will try, but if this can be a fix ?

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58112.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui


On 1/9/17, 11:45 PM, "piotrz"  wrote:

>Sankar,
>
>Yes I know, but I've started to investigate why you need to dispatch any
>events from VO class in order to have workable Binding. - If someone can
>shed some light on this - Is it how we should work with our classes which
>we
>are writing ?

In a chain of bindings (a.b.c) the binding system is supposed to generate
watchers for a, for b, and for c, since you can change c without change a
or b, or change b without change a, or just change a.  The binding system
generally has to be careful and watch everything.  That's one reason
binding can be slow and heavy when you know you will only change a or c
but not both.  That's why in FlexJS binding is implemented as a bead.
Folks can swap in different binding implementations if they need to
optimize for only a changing or something like that.

If you use [Binding] the compiler will generate the code that dispatches
events, but if you use [Bindable("eventName")] then you have to choose the
right time to dispatch the appropriate change event.  In ItemRenderers,
for example the "data" property never changes once the renderer is set up
so there is no reason that an item renderer "must" dispatch a change event
in the "data" setter, although I think some renderers do it so folks can
hook it in MXML.

Really, binding is just an automated way of listening for change events.
Which events to "must" listen for depends on your actual scenario, but the
binding beads are going to "aggressively" listen for every possible change
even though sometimes they don't need to.

HTH,
-Alex



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui


On 1/9/17, 10:43 PM, "piotrz"  wrote:

>Sorry View code should be this one -> https://paste.apache.org/bPbC

I didn't see this until I'd already replied.

So when you dispatch "valueChanged" and had [Bindable("valueChanged")] on
anyClass you were telling the binding system that anyClass changed when
really, the instance of anyClass did not change and only fieldA changed.
And the binding system worked.  It saw the change event and updated the
binding (although it occurred to me just now that it should have created a
SimpleBinding instead of a GenericBinding).

For this view, if you use just [Bindable] on anyClass, I'm not sure what
the compiler will generate, but it probably doesn't matter since the only
thing changing is fieldA.  When fieldA changes, a valueChange should be
dispatched and picked up by the PropertyWatcher and that should cause an
update of lbl.txt.  So the question is, did the code for fieldA dispatch
an event and did PropertyWatcher see it?

Thanks for digging into it.
-Alex



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread Alex Harui
Hi Piotr,

If I understand correctly, this example is working as expected.  When you
use just plain "[Bindable]" the compiler will generate getter/setters and
dispatch "valueChange" events for you.  When you use
"[Bindable("someEventName")]" you are responsible for dispatching that
event somewhere in your code.  The compiler will not change your code.

HTH,
-Alex

On 1/9/17, 10:42 PM, "piotrz"  wrote:

>Alex, Sankar,
>
>I did some investigation. Here is where I'm now. I did simplification of
>Sankar's code. Some things is no needed in my opinion and binding should
>works. 
>Code:
>VO -> https://paste.apache.org/UVh7
>View -> https://paste.apache.org/GI5n
>
>After compilation _bindings array look like that ->
>https://paste.apache.org/m5oA
>
>ViewDataBinding checking the condition and decide that will create generic
>binding - execute -> makeGenericBinding. Inside it's create
>PropertyWatcher
>object who is registering on "valueChanged" events.
>
>VO for fieldA has some default value. ("Change Value..")
>
>- When we have first initialization of this ViewDataBinding function
>"makeGenericBinding" do his job - Register PropertyWatcher. Inside this
>class call: parentChanged (registration for "valueChanged") and update
>bindable property by "updateProperty". - Init is OK.
>
>- I'm changing something in my TextInput and "onTextInputChangeA" has been
>called. 
>
>1) Binding is not working: getter "anyClass" is being fired, but no
>changes.
>2) If I dispatch commented event "valueChanged" - PropertyWatcher class is
>properly calling "changeHandler" function and Binding is working fine.
>
>First questions:
>- Should we have a BUG or maybe this is how it works in FlexJS ?
>
>I will go farther with this, but I'm trying to think loudly to get some
>help
>on this one. I will attach to jira changed example with pom file.
>
>Piotr
>
>
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022p58063.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread sankar
I'm from India Piotr. :)



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58082.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread piotrz
Understand, so it is probably the way we should go, but for sure you don't
need to extend your VO class by EventDispatcher.

This investigation helped me with your issue with multiple references. I
will be investigate it farther later today. 

Sankar just out of curious - where are you based ? What is your time zone ?
:)

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58080.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-10 Thread sankar
piotrz wrote
> Yes I know, but I've started to investigate why you need to dispatch any
> events from VO class in order to have workable Binding.

This is how field binding to UI component has demonstrated in the example(s)
that supplied within Apache FlexJS SDK. I followed that only; And I vaguely
remember, the way of implementation only worked for me. If I remove the
event dispatch on field's SET method, change do not reflect to the UI
component that the field bind to (at least with my present nightly build
0.8.0 code that I updated some days back).




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58077.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread piotrz
Sankar,

Yes I know, but I've started to investigate why you need to dispatch any
events from VO class in order to have workable Binding. - If someone can
shed some light on this - Is it how we should work with our classes which we
are writing ?

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58066.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread sankar
Actually the above scenario was always working in my tests also, previously,
when you binding a field to an UI component in single reference way, i.e.,
{anyClass.fieldName}*"/>

But, this never works if you the field name comes after multiple references,
i.e.,
{anyClass.anotherClass.fieldName}*"/>

Piotr, your tests shown the binding in a single-referenced way, but it fails
in multi-referenced way.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58065.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread piotrz
Alex, Sankar,

I did some investigation. Here is where I'm now. I did simplification of
Sankar's code. Some things is no needed in my opinion and binding should
works. 
Code:
VO -> https://paste.apache.org/UVh7
View -> https://paste.apache.org/GI5n

After compilation _bindings array look like that ->
https://paste.apache.org/m5oA

ViewDataBinding checking the condition and decide that will create generic
binding - execute -> makeGenericBinding. Inside it's create PropertyWatcher
object who is registering on "valueChanged" events.

VO for fieldA has some default value. ("Change Value..")

- When we have first initialization of this ViewDataBinding function
"makeGenericBinding" do his job - Register PropertyWatcher. Inside this
class call: parentChanged (registration for "valueChanged") and update
bindable property by "updateProperty". - Init is OK.

- I'm changing something in my TextInput and "onTextInputChangeA" has been
called. 

1) Binding is not working: getter "anyClass" is being fired, but no changes.
2) If I dispatch commented event "valueChanged" - PropertyWatcher class is
properly calling "changeHandler" function and Binding is working fine.

First questions:
- Should we have a BUG or maybe this is how it works in FlexJS ? 

I will go farther with this, but I'm trying to think loudly to get some help
on this one. I will attach to jira changed example with pom file.

Piotr





-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58063.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread piotrz
Sorry View code should be this one -> https://paste.apache.org/bPbC



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58064.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread sankar
PKumar wrote
> I checked the same scenario with minor changes. You need to use bit more
> code to achieve the binding in FlexjS. use following code to achieve
> correct binding behavior,
> 
> [Bindable] 
*
> public
*
>  var anyClass:ClassA = new ClassA(); 
> protected function onTextInputChangeA(event:Event):void 
> { 
> anyClass.fieldA = myTI1.text; 
> } 
> 
> protected function onTextInputChangeB(event:Event):void 
> { 
> anyClass.subClass.fieldB = myTI2.text; 
> } 
> ... 
> 
> 
> 
> 
> 
*
>   
> 
>  
>   
> 
>  
>   
> 
*
>  
> 
> ... 
> 
>  change="onTextInputChangeA(event)"/>
> 
> 
> 
> 

Unfortunately, that didn't worked for me. You probably put all the codes in
 file; My codes are all in a separate view and called into
 in main application file. I tried to put the
 tag in my View file (which I tried already in
past) but that didn't helped. Nor if I put the tag in main application file. 


PKumar wrote*
> Also do not  extend the eventdispatcher and use the [Bindable] tag on
> class level as we used in regular FlexSDK.
*

I'm not sure about the above point. Both of my demonstrated classes doing
set/get to it's field, which dispatching change event also - don't I need to
extend EventDispatcher? I haven't made any changes to my classes yet, but if
that is a gamechanger then please guide me.




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58061.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread PKumar
@Sanker,

I checked the same scenario with minor changes. You need to use bit more
code to achieve the binding in FlexjS. use following code to achieve correct
binding behavior,

[Bindable] privatevar anyClass:ClassA = new ClassA(); 
protected function onTextInputChangeA(event:Event):void 
{ 
anyClass.fieldA = myTI1.text; 
} 

protected function onTextInputChangeB(event:Event):void 
{ 
anyClass.subClass.fieldB = myTI2.text; 
} 
... 



 
 
 

... 







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58053.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Sounds great! Thank you, Piotr!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58031.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread piotrz
Hi Alex, Santanau,

Since I was digging lately a bit in data binding on flexjs sight - I will
try to look into that. Let you know whether this is a compiler o FlexJS
sight. :)

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58029.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Alex Harui wrote
> How are the three elements defined?  IOW: what is anyClass, a variable, a
> getter/setter, a [Bindable]?  What about subClass?
> 
> Where there any warnings in the compiler output?

Here is an example code snippets that should demonstrate the problem I
described above. 


MyInitialView.mxml wrote
> [Bindable] private var anyClass:ClassA = new ClassA();
> protected function onTextInputChangeA(event:Event):void
> {
>   anyClass.fieldA = myTI1.text;
> }
>   
> protected function onTextInputChangeB(event:Event):void
> {
>   anyClass.subClass.fieldB = myTI2.text;
> }
> ...
> 
>   ...
>   
>  change="onTextInputChangeA(event)"/>
>   
> 
> 
> 
>   ...
>   
>  change="onTextInputChangeB(event)"/>
>   
> 
> 


ClassA or 'anyClass' wrote
> public class ClassA extends EventDispatcher
> {
>   [Bindable] public var subClass:ClassB = new ClassB();
>   
>   public function ClassA() { }
>   
>   private var _fieldA:String = "";
> 
>   [Bindable("fieldAChanged")]
>   public function get fieldA():String
>   {
>   return _fieldA;
>   }
>   
>   public function set fieldA(value:String):void
>   {
>   if (value != _fieldA)
>   {
>   _fieldA = value;
>   dispatchEvent(new Event("fieldAChanged"));
>   }
>   }
> }


ClassB or 'subClass' inside 'anyClass' wrote
> [Bindable] public class ClassB extends EventDispatcher
> {
>   public function ClassB()
>   {
>   }
>   
>   private var _fieldB:String;
>   
>   [Bindable(event="fieldBChanged")]
>   public function get fieldB():String
>   {
>   return _fieldB;
>   }
>   
>   public function set fieldB(value:String):void
>   {
>   if (value != _fieldB)
>       {
>       _fieldB = value;
>   dispatchEvent(new Event("fieldBChanged"));
>   }
>   }
> }





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58027.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread Alex Harui
How are the three elements defined?  IOW: what is anyClass, a variable, a
getter/setter, a [Bindable]?  What about subClass?

Where there any warnings in the compiler output?

-Alex

On 1/8/17, 9:07 PM, "sankar"  wrote:

>Hi,
>
>I've reported this issue to JIRA at:
>https://issues.apache.org/jira/browse/FLEX-35227.
>
>Basically, binding to UI components do not works when following multiple
>class references. i.e. following thing should work:
>
>**
>
>But this won't:
>
>**
>
>Even if both the fields (fieldA, fieldB) has it's binding prequisites,
>i.e.
>/[Bindable("fieldAChanged")]/ etc. metadatas.
>
>The JIRA issue has been supplied with a basic project/example to
>demonstrate
>this problem. I was wondering if it's something that needs compiler level
>of
>fix, or I/we can fix it someway with some guidance.
>
>Thanks!
>
>
>
>--
>View this message in context:
>http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-f
>ails-when-following-multiple-references-tp58022.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.



[FlexJS] Data-binding fails when following multiple references

2017-01-08 Thread sankar
Hi,

I've reported this issue to JIRA at:
https://issues.apache.org/jira/browse/FLEX-35227.

Basically, binding to UI components do not works when following multiple
class references. i.e. following thing should work:

**

But this won't:

**

Even if both the fields (fieldA, fieldB) has it's binding prequisites, i.e.
/[Bindable("fieldAChanged")]/ etc. metadatas.

The JIRA issue has been supplied with a basic project/example to demonstrate
this problem. I was wondering if it's something that needs compiler level of
fix, or I/we can fix it someway with some guidance. 

Thanks!



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.