You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/09/21 14:56:03 UTC

[royale-asjs] branch develop updated: Update UIComponent.as

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

pushminakazi 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 da239ca  Update UIComponent.as
da239ca is described below

commit da239ca5a401ce1580e1b13be503c2a34ea19cf5
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Mon Sep 21 19:54:48 2020 +0500

    Update UIComponent.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index c5fa102..ff9eaf0 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -644,6 +644,12 @@ public class UIComponent extends UIBase
             addEventListener(KeyboardEvent.KEY_UP, keyUpHandler);
         }
     }
+    
+    public function executeBindings(recurse:Boolean = false):void
+    {
+	   recurse = false;
+	   trace("UIComponent.executeBindings is not implemented");
+    }
 
     //--------------------------------------------------------------------------
     //