You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/12/13 13:19:17 UTC

[royale-asjs] branch develop updated: Should not be the default as is likely to have bad performance on account of double event dispatch. Needs a refactor but could be useful for emulating RendererExistence event with a performance price

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 41fccd5  Should not be the default as is likely to have bad performance on account of double event dispatch. Needs a refactor but could be useful for emulating RendererExistence event with a performance price
41fccd5 is described below

commit 41fccd5777415d7f17ec9e7d98e50ec74211c86c
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Sun Dec 13 15:17:00 2020 +0200

    Should not be the default as is likely to have bad performance on account of double event dispatch. Needs a refactor but could be useful for emulating RendererExistence event with a performance price
---
 frameworks/projects/SparkRoyale/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
index f2277dd..4ada209 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/SparkRoyale/src/main/resources/defaults.css
@@ -70,7 +70,7 @@ DataGroup
 {
 	IDataProviderItemRendererMapper: ClassReference("mx.controls.listClasses.DataItemRendererFactoryForIListData");
 	IBeadModel: ClassReference("mx.controls.beads.models.SingleSelectionIListModel");
-	IBeadView:  ClassReference("spark.components.beads.DataContainerView");			
+	IBeadView:  ClassReference("org.apache.royale.html.beads.DataContainerView");			
 	IBeadLayout: ClassReference("spark.layouts.supportClasses.SparkLayoutBead");
 	IItemRendererClassFactory: ClassReference("org.apache.royale.core.ItemRendererClassFactory");
 	IItemRenderer: ClassReference("spark.components.beads.SelfItemRenderer");