[ALOY-451] Collection Binding on ScrollableViews
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-02-05T16:12:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 03 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-01-07T20:18:25.000+0000 |
Updated | 2013-05-01T14:56:26.000+0000 |
Description
Essentially, we just need to implement collection binding on ScrollableViews just as we do with TableViews.
Is there currently no way to accomplish this? I keep receiving an "Script Error = 'undefined' is not an object (evaluating '$model.__transform')" error when trying to bind collection to a ScrollableView.
not at this time, which is why we have the ticket here to account for the future resolution.
Thanks. I see that its in for the next sprint, I ended up doing the "binding" through the controller.
also added test app: https://github.com/appcelerator/alloy/tree/master/test/apps/models/binding_scrollableview
Verified as working as excpected. Alloy version 1.1.0-cr CLI version 3.1.0-cr TiSDK: 3.1.0.v20130408154547 (RC) Android and iOS Closing.