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

hiedra 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 39e5518  Fix swf compilation error with TriStateCheckBoxTooltipState 
bead
39e5518 is described below

commit 39e5518c6d0dcdf64ffb63c8f3f2c1e60f7f851f
Author: mjesteve <[email protected]>
AuthorDate: Thu Dec 23 02:35:56 2021 +0100

    Fix swf compilation error with TriStateCheckBoxTooltipState bead
---
 .../projects/Jewel/src/main/resources/jewel-manifest.xml     |  2 +-
 .../tristatecheckbox/TriStateCheckBoxTooltipState.as         | 12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml 
b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
index ca98bfd..5b72817 100644
--- a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
+++ b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
@@ -225,7 +225,7 @@
     <component id="ComboBoxListCloseOnClick" 
class="org.apache.royale.jewel.beads.controls.combobox.ComboBoxListCloseOnClick"
 />
     <component id="TriStateCheckBoxLabelState" 
class="org.apache.royale.jewel.beads.controls.tristatecheckbox.TriStateCheckBoxLabelState"/>
     <component id="TriStateCheckBoxState" 
class="org.apache.royale.jewel.beads.controls.tristatecheckbox.TriStateCheckBoxState"/>
-    <!-- <component id="TriStateCheckBoxTooltipState" 
class="org.apache.royale.jewel.beads.controls.tristatecheckbox.TriStateCheckBoxTooltipState"/>
 -->
+    <component id="TriStateCheckBoxTooltipState" 
class="org.apache.royale.jewel.beads.controls.tristatecheckbox.TriStateCheckBoxTooltipState"/>
 
     <component id="LayoutChildren" 
class="org.apache.royale.jewel.beads.layouts.LayoutChildren"/>
     <component id="BasicLayout" 
class="org.apache.royale.jewel.beads.layouts.BasicLayout"/>
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxTooltipState.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxTooltipState.as
index 58f4c06..2b60b19 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxTooltipState.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/tristatecheckbox/TriStateCheckBoxTooltipState.as
@@ -24,6 +24,7 @@ package 
org.apache.royale.jewel.beads.controls.tristatecheckbox
        import org.apache.royale.jewel.TriStateCheckBox;
 
        
+    COMPILE::JS
        public class TriStateCheckBoxTooltipState extends ToolTip
        {
                
@@ -99,4 +100,13 @@ package 
org.apache.royale.jewel.beads.controls.tristatecheckbox
                }
                
        }
-}
+
+    COMPILE::SWF
+       public class TriStateCheckBoxTooltipState extends ToolTip
+       {
+               
+               public function TriStateCheckBoxTooltipState()
+               {
+               }
+       }
+}
\ No newline at end of file

Reply via email to