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

carlosrovira 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 d63bd83  tour-de-jewel: remove beads in virtuallist since are no more 
needed
d63bd83 is described below

commit d63bd833466941f62df15abecb8f04e7757060b1
Author: Carlos Rovira <[email protected]>
AuthorDate: Tue Mar 31 16:26:25 2020 +0200

    tour-de-jewel: remove beads in virtuallist since are no more needed
---
 .../jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml 
b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
index 3e34c91..216aa95 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
@@ -114,12 +114,12 @@ limitations under the License.
                                                                                
dataProvider="{listModel.bigIconListVOData}"
                                                                                
selectedIndex="4"
                                                                                
>
-                                                       <j:beads>
+                                                       <!-- <j:beads>
                                                                
<j:AddListItemRendererForArrayListData/>
                                                                
<j:RemoveListItemRendererForArrayListData/>
                                                                
<j:UpdateListItemRendererForArrayListData/>
                                                                
<j:RemoveAllItemRendererForArrayListData/>
-                                                       </j:beads>
+                                                       </j:beads> -->
                                                </j:VirtualList>
                                                                <!-- 
change="onChange(event)" -->
                                                <!-- <j:Label text="Click on 
render's icon will remove that renderer" multiline="true" width="200"/> -->

Reply via email to