This is an automated email from the ASF dual-hosted git repository.
harbs 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 6445e339ad Corrected paths in TourDeJewel
6445e339ad is described below
commit 6445e339ad948a82b4d811999886cdf2d844290d
Author: Harbs <[email protected]>
AuthorDate: Thu Feb 19 20:26:36 2026 +0200
Corrected paths in TourDeJewel
---
examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/SliderPlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/SnackbarPlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml | 2 +-
examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
index 191961c349..f051e4d5c2 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/AdvancedListPlayGround.mxml
@@ -30,7 +30,7 @@ limitations under the License.
import org.apache.royale.collections.ArrayListView;
import org.apache.royale.collections.Sort;
import org.apache.royale.collections.SortField;
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import org.apache.royale.events.Event;
import vos.DetailIconListVO;
diff --git a/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
index 71d343d6c3..fd81eef0b8 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ButtonPlayGround.mxml
@@ -25,7 +25,7 @@ limitations under the License.
<fx:Script>
<![CDATA[
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
private function clickHandler(event:MouseEvent):void {
event.target.emphasis = event.target.emphasis ==
StyledUIBase.PRIMARY ? "" : StyledUIBase.PRIMARY;
diff --git a/examples/jewel/TourDeJewel/src/main/royale/SliderPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/SliderPlayGround.mxml
index 5fcefe144d..f0f937cf47 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/SliderPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/SliderPlayGround.mxml
@@ -25,7 +25,7 @@ limitations under the License.
<fx:Script>
<![CDATA[
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import org.apache.royale.events.ValueChangeEvent;
private function clickHandler(event:MouseEvent):void
diff --git a/examples/jewel/TourDeJewel/src/main/royale/SnackbarPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/SnackbarPlayGround.mxml
index 73415a795d..818648d516 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/SnackbarPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/SnackbarPlayGround.mxml
@@ -25,7 +25,7 @@ limitations under the License.
<fx:Script>
<![CDATA[
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import org.apache.royale.jewel.Snackbar;
// Event handler function uses a static method to show
diff --git a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
index e1d2137215..78d32f5a36 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/TablePlayGround.mxml
@@ -313,7 +313,7 @@ limitations under the License.
<fx:Script>
<![CDATA[
import org.apache.royale.collections.ArrayList;
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import vos.GuitarristVO;
diff --git
a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
index 7479475dba..8870bbf8b3 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
@@ -30,7 +30,7 @@ limitations under the License.
import models.ProductModel;
import org.apache.royale.collections.ArrayList;
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import vos.IconListVO;
diff --git a/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
b/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
index fc6f2245b9..ec57c32ba8 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/WizardPlayGround.mxml
@@ -25,7 +25,7 @@ limitations under the License.
<fx:Script>
<![CDATA[
- import org.apache.royale.core.StyledUIBase;
+ import org.apache.royale.jewel.StyledUIBase;
import org.apache.royale.jewel.Button;
import org.apache.royale.jewel.events.WizardEvent;