This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 96a8b3c  Adapt to Array being default dp type
     new 482b698  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
96a8b3c is described below

commit 96a8b3cded2b00126355e2e907f0281974f46415
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Mon Dec 31 10:51:17 2018 +0200

    Adapt to Array being default dp type
---
 examples/royale/ListExample/src/main/royale/MyInitialView.mxml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/royale/ListExample/src/main/royale/MyInitialView.mxml 
b/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
index cc5880d..6af6d84 100644
--- a/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
+++ b/examples/royale/ListExample/src/main/royale/MyInitialView.mxml
@@ -98,11 +98,12 @@ limitations under the License.
        
        <js:List id="dynamicList" x="300" y="40" width="200" height="300" 
className="DynamicList">
                <js:beads>
+                       <js:ArrayListSelectionModel/>
+                       <js:DataItemRendererFactoryForArrayList/>
                        <js:ConstantBinding
                                sourceID="applicationModel"
                                sourcePropertyName="states"
                                destinationPropertyName="dataProvider" />
-                       <js:InfiniteVScroller scrollEnd="onScrollEnd()"/>
                </js:beads>
        </js:List>
        

Reply via email to