Re: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-11-01 Thread Piotr Zarzycki
Hi Yishay, I like your changes :) I just added couple of minor suggestions in the github. Thanks! 2017-11-01 16:50 GMT+01:00 yishayw : > Hi Peter, > > Thanks for the detailed explanation. As I understand it, the vision you > outlined is already implemented, we just need

Re: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-11-01 Thread yishayw
Hi Peter, Thanks for the detailed explanation. As I understand it, the vision you outlined is already implemented, we just need to listen to more of these fine-grained events in the mappers which can happen DAYG. I personally don't see anything wrong with this architecture, maybe Harbs who's

RE: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-10-31 Thread Yishay Weiss
I’ve created a branch data_grid_update that contains my proposed fix to this. You can see usage here [1]. [1] https://github.com/yishayw/Examples/blob/DataGrid_force_change/Examples.mxml From: Yishay Weiss Sent: Monday, October 30,

Re: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-10-28 Thread Harbs
This change made updating the dataProvider in the DataGridExample work, but it seems to have caused an endless recursive layout in some cases. I’ve reverted it because it seems to have broken existing apps, but I’m not completely sure why. I’m left with the question of how to allow changes to