You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/02/22 09:14:55 UTC

[GitHub] greg-dove commented on issue #397: AdvancedDataGrid doesn't fetch Java side Data

greg-dove commented on issue #397: AdvancedDataGrid doesn't fetch Java side Data 
URL: https://github.com/apache/royale-asjs/issues/397#issuecomment-466328655
 
 
   Hi, this might be related to one of the warnings I had when I pushed the
   updated AMFBinaryData not so long ago.
   
   clientside amf support is not yet ready for general use because it has some
   custom hardcoded support for receiving ArrayCollection as ArrayList. I plan
   to update it in the coming days which should solve the problem with
   receiving ArrayCollection instead of ArrayList, or it could allow you to
   remap whatever alias the server is sending to ArrayCollection if that is
   also IExernalizable and compatible.
   At the moment the client code has custom code that sends both mx
   ArrayCollection and royale ArrayList as mx ArrayCollection to the server,
   and receives mx ArrayCollection as royale ArrayList. This was a useful
   approach when porting legacy code from flex, but is not something that
   would be needed long term I think.
   
   With IExternalizable support it will be fixed in the coming days for more
   general use.
   
   -Greg
   
   
   On Fri, Feb 22, 2019 at 9:50 PM pashminakazi <no...@github.com>
   wrote:
   
   > Returned From Java In Flex and Royale
   > [image: image]
   > <https://user-images.githubusercontent.com/42200979/53230516-ab6d8d80-36a8-11e9-94ee-cfa187bbec8a.png>
   >
   > —
   > You are receiving this because you are subscribed to this thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/royale-asjs/issues/397#issuecomment-466321605>,
   > or mute the thread
   > <https://github.com/notifications/unsubscribe-auth/AEW31oj2Ngwd1rWtadSQthnkYhLyPK48ks5vP689gaJpZM4bHN0z>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services