mjesteve commented on issue #1263: URL: https://github.com/apache/royale-asjs/issues/1263#issuecomment-3048873028
The binding only works if you change the entire ArrayList. In your case, you're adding items to _stockList, but for the binding to work, you must set _stockList = _dataList. _dataList would be an ArrayList or temporary Array initialized with _stockList. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org