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 2022/07/03 11:42:24 UTC

[royale-asjs] branch develop updated (256d044bab -> 0f416308a2)

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

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


    from 256d044bab Don't let popups obscure busy cursor
     new 65b65c1a6c Should have never been added here
     new 0f416308a2 Add imports to make swf version work

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 frameworks/projects/Basic/src/main/resources/defaults.css             | 1 -
 .../MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as     | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


[royale-asjs] 01/02: Should have never been added here

Posted by yi...@apache.org.
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

commit 65b65c1a6c913ed84a6571b8f124ca2d9b6398cd
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Sun Jul 3 14:23:57 2022 +0300

    Should have never been added here
---
 frameworks/projects/Basic/src/main/resources/defaults.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index 5625958d74..4ed871e658 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -45,7 +45,6 @@ Application
 {
 	padding: 0px;
 	margin: 0px;
-	ICursorManager: ClassReference("mx.managers.CursorManagerImpl");
 }
 
 ButtonBar


[royale-asjs] 02/02: Add imports to make swf version work

Posted by yi...@apache.org.
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

commit 0f416308a2d74287d50786bff45e14791aa0f329
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Sun Jul 3 14:42:12 2022 +0300

    Add imports to make swf version work
---
 .../MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as b/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
index 22e5c066b7..e5ddff06f0 100644
--- a/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
+++ b/frameworks/projects/MXRoyaleBase/src/main/royale/mx/managers/CursorManagerImpl.as
@@ -30,8 +30,8 @@ package mx.managers
 // import flash.events.EventDispatcher;
 // import flash.events.IEventDispatcher;
 // import flash.events.IOErrorEvent;
-// import flash.events.MouseEvent;
-// import flash.events.ProgressEvent;
+import org.apache.royale.events.MouseEvent;
+import mx.events.ProgressEvent;
 // import flash.geom.Point;
 // import flash.system.ApplicationDomain;
 // import flash.text.TextField;