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 2fc7fd8 Add hide event stub
new 202517e Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
2fc7fd8 is described below
commit 2fc7fd8c93515952c8942d490f9301cadc93a38c
Author: Yishay Weiss <[email protected]>
AuthorDate: Mon Oct 19 20:11:23 2020 +0100
Add hide event stub
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 ++
1 file changed, 2 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 852951b..ec90acd 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -135,6 +135,8 @@ import org.apache.royale.utils.ClassSelectorList;
* @productversion Flex 3
*/
[Event(name="show", type="mx.events.FlexEvent")]
+// not implemented
+[Event(name="hide", type="mx.events.FlexEvent")]
/**
* Dispatched when the component has finished its construction