This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/royale-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c5e64dd0 Deploy site
c5e64dd0 is described below
commit c5e64dd02a1effd0cace8ee670c08eaad8b76a92
Author: GitHub Actions <[email protected]>
AuthorDate: Mon May 5 21:26:31 2025 +0000
Deploy site
---
blog/adding-an-item-to-a-jewel-list/index.html | 4 +--
blog/apache-royale-v0-9-0-released/index.html | 2 +-
blog/apache-royale-v0-9-1-released/index.html | 2 +-
blog/apache-royale-v0-9-10-released/index.html | 2 +-
blog/apache-royale-v0-9-12-released/index.html | 2 +-
blog/apache-royale-v0-9-2-released/index.html | 2 +-
blog/apache-royale-v0-9-4-released/index.html | 2 +-
blog/apache-royale-v0-9-6-released/index.html | 2 +-
blog/apache-royale-v0-9-7-released/index.html | 2 +-
blog/apache-royale-v0-9-8-released/index.html | 2 +-
blog/apache-royale-v0-9-9-released/index.html | 2 +-
.../index.html | 4 +--
.../index.html | 4 +--
.../index.html | 4 +--
.../index.html | 4 +--
.../index.html | 4 +--
.../index.html | 4 +--
.../index.html | 4 +--
blog/index.html | 2 +-
.../index.html | 4 +--
blog/page/10/index.html | 2 +-
blog/page/2/index.html | 4 +--
blog/page/3/index.html | 6 ++---
blog/page/4/index.html | 6 ++---
blog/page/5/index.html | 4 +--
blog/page/6/index.html | 8 +++---
blog/page/7/index.html | 8 +++---
blog/page/8/index.html | 8 +++---
blog/page/9/index.html | 4 +--
blog/royale-at-apachecon-2020/index.html | 2 +-
.../index.html | 4 +--
blog/using-an-item-renderer-with-a-list/index.html | 4 +--
.../index.html | 4 +--
blog/using-jewel-alert-control/index.html | 4 +--
blog/using-jewel-tilehorizontallayout/index.html | 4 +--
blog/using-the-jewel-slider-control/index.html | 4 +--
.../index.html | 4 +--
blog/working-with-vector-graphics/index.html | 4 +--
css/styles.css | 2 +-
docs/index.html | 2 +-
download/index.html | 4 +--
faq/index.html | 2 +-
features/index.html | 2 +-
feed/index.xml | 30 ++++++++++-----------
fnt/font-awesome/all.min.css | 9 +++++++
fnt/font-awesome/fa-brands-400.ttf | Bin 0 -> 210792 bytes
fnt/font-awesome/fa-brands-400.woff2 | Bin 0 -> 118684 bytes
fnt/font-awesome/fa-regular-400.ttf | Bin 0 -> 68064 bytes
fnt/font-awesome/fa-regular-400.woff2 | Bin 0 -> 25472 bytes
fnt/font-awesome/fa-solid-900.ttf | Bin 0 -> 426112 bytes
fnt/font-awesome/fa-solid-900.woff2 | Bin 0 -> 158220 bytes
fnt/font-awesome/fa-v4compatibility.ttf | Bin 0 -> 10836 bytes
fnt/font-awesome/fa-v4compatibility.woff2 | Bin 0 -> 4796 bytes
get-involved/index.html | 2 +-
ides/index.html | 2 +-
index.html | 4 +--
mailing-lists/index.html | 2 +-
royale-commercial-support/index.html | 2 +-
showcase/index.html | 2 +-
sitemap.xml | 28 +++++++++----------
source-code/index.html | 4 +--
team/index.html | 2 +-
thanks-to/index.html | 2 +-
63 files changed, 126 insertions(+), 117 deletions(-)
diff --git a/blog/adding-an-item-to-a-jewel-list/index.html
b/blog/adding-an-item-to-a-jewel-list/index.html
index 4a9233fc..f7257d55 100644
--- a/blog/adding-an-item-to-a-jewel-list/index.html
+++ b/blog/adding-an-item-to-a-jewel-list/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Adding an item to a
Jewel List</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Adding an item to a
Jewel List</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -39,4 +39,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, the List is populated from an ArrayList
object that holds a basic array of the data. The ArrayList has all collection
methods to manage internal data, like addItem and addItemAt. We used Avengers
character names to showcase this example, but you'll see one character is
missing ;). For this example we used the Amethyst Jewel Theme to match movie
colors better.</p><p>When you select a row in the List a CHANGE event is fired.
We have the event call an event [...]
\ No newline at end of file
+</code></pre><p>In this example, the List is populated from an ArrayList
object that holds a basic array of the data. The ArrayList has all collection
methods to manage internal data, like addItem and addItemAt. We used Avengers
character names to showcase this example, but you'll see one character is
missing ;). For this example we used the Amethyst Jewel Theme to match movie
colors better.</p><p>When you select a row in the List a CHANGE event is fired.
We have the event call an event [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-0-released/index.html
b/blog/apache-royale-v0-9-0-released/index.html
index 9c96115a..c2bf5071 100644
--- a/blog/apache-royale-v0-9-0-released/index.html
+++ b/blog/apache-royale-v0-9-0-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.0
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.0
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-1-released/index.html
b/blog/apache-royale-v0-9-1-released/index.html
index 036f280f..20d0bd27 100644
--- a/blog/apache-royale-v0-9-1-released/index.html
+++ b/blog/apache-royale-v0-9-1-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.1
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.1
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-10-released/index.html
b/blog/apache-royale-v0-9-10-released/index.html
index 68f4a6e8..03c671db 100644
--- a/blog/apache-royale-v0-9-10-released/index.html
+++ b/blog/apache-royale-v0-9-10-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.10
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"> [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.10
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-12-released/index.html
b/blog/apache-royale-v0-9-12-released/index.html
index 777ef417..177767ae 100644
--- a/blog/apache-royale-v0-9-12-released/index.html
+++ b/blog/apache-royale-v0-9-12-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.12
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"> [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.12
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-2-released/index.html
b/blog/apache-royale-v0-9-2-released/index.html
index f2f1d3be..a0d5cee4 100644
--- a/blog/apache-royale-v0-9-2-released/index.html
+++ b/blog/apache-royale-v0-9-2-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.2
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.2
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-4-released/index.html
b/blog/apache-royale-v0-9-4-released/index.html
index 920edf68..ea7abb5b 100644
--- a/blog/apache-royale-v0-9-4-released/index.html
+++ b/blog/apache-royale-v0-9-4-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.4
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.4
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-6-released/index.html
b/blog/apache-royale-v0-9-6-released/index.html
index 9b6e96ec..b8546ceb 100644
--- a/blog/apache-royale-v0-9-6-released/index.html
+++ b/blog/apache-royale-v0-9-6-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.6
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.6
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-7-released/index.html
b/blog/apache-royale-v0-9-7-released/index.html
index 81b1cc62..953ff348 100644
--- a/blog/apache-royale-v0-9-7-released/index.html
+++ b/blog/apache-royale-v0-9-7-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.7
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.7
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-8-released/index.html
b/blog/apache-royale-v0-9-8-released/index.html
index 11856b61..57dd77e8 100644
--- a/blog/apache-royale-v0-9-8-released/index.html
+++ b/blog/apache-royale-v0-9-8-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.8
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.8
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git a/blog/apache-royale-v0-9-9-released/index.html
b/blog/apache-royale-v0-9-9-released/index.html
index a1a29ccd..e02029c2 100644
--- a/blog/apache-royale-v0-9-9-released/index.html
+++ b/blog/apache-royale-v0-9-9-released/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.9
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale v0.9.9
released!</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
\ No newline at end of file
diff --git
a/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/index.html
b/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/index.html
index 3f363ec8..8ae041f1 100644
---
a/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/index.html
+++
b/blog/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Binding the text
property of a Jewel TextInput to update a text Label</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link re [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Binding the text
property of a Jewel TextInput to update a text Label</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="styles [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic">
@@ -42,4 +42,4 @@
</j:initialView>
</j:Application>
-</code></pre><p><strong>Data binding</strong> is a general technique that
binds together and synchonizes data from a provider, or source (in this case
the contents of the text property of a TextInput field), and a consumer (in
this case the text property of a Label). You can use data binding with many
controls, variables and components to provide a powerful user experience. You
can bind a List as the data provider for an ArrayList variable so the ArrayList
displays details of the item th [...]
\ No newline at end of file
+</code></pre><p><strong>Data binding</strong> is a general technique that
binds together and synchonizes data from a provider, or source (in this case
the contents of the text property of a TextInput field), and a consumer (in
this case the text property of a Label). You can use data binding with many
controls, variables and components to provide a powerful user experience. You
can bind a List as the data provider for an ArrayList variable so the ArrayList
displays details of the item th [...]
\ No newline at end of file
diff --git a/blog/creating-a-group-of-jewel-radiobuttons/index.html
b/blog/creating-a-group-of-jewel-radiobuttons/index.html
index b5ad6446..db948fdc 100644
--- a/blog/creating-a-group-of-jewel-radiobuttons/index.html
+++ b/blog/creating-a-group-of-jewel-radiobuttons/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Creating a group of
Jewel radio buttons</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styl [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Creating a group of
Jewel radio buttons</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:html="library://ns.apache.org/royale/html">
@@ -37,4 +37,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>The radio buttons have these properties
available:</p><ul><li><strong>text</strong>: The label description for the
radio button</li><li><strong>value</strong>: The internal value of the radio
button</li><li><strong>selected</strong>: If this is true it means that the
radio button is selected; it is false
otherwise</li><li><strong>groupName</strong>: All radio buttons with the same
group name are related, so the user can change which radio button is selected
but can never [...]
\ No newline at end of file
+</code></pre><p>The radio buttons have these properties
available:</p><ul><li><strong>text</strong>: The label description for the
radio button</li><li><strong>value</strong>: The internal value of the radio
button</li><li><strong>selected</strong>: If this is true it means that the
radio button is selected; it is false
otherwise</li><li><strong>groupName</strong>: All radio buttons with the same
group name are related, so the user can change which radio button is selected
but can never [...]
\ No newline at end of file
diff --git a/blog/creating-a-hello-world-in-apache-royale/index.html
b/blog/creating-a-hello-world-in-apache-royale/index.html
index dca4686f..525e43ad 100644
--- a/blog/creating-a-hello-world-in-apache-royale/index.html
+++ b/blog/creating-a-hello-world-in-apache-royale/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Creating a Hello World
in Apache Royale</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styl [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Creating a Hello World
in Apache Royale</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/royale/basic">
@@ -12,4 +12,4 @@
</js:View>
</js:initialView>
</js:Application>
-</code></pre><p>In this example you can see the use of the following MXML
tags:</p><ul><li><strong>Application</strong>: Is the main tag in your
application. All content in Apache Royale is added inside this
tag.</li><li><strong>SimpleCSSValuesImpl</strong>: This class implements a
minimal set of CSS rules that is sufficient for most
applications.</li><li><strong>View</strong>: This is the class for most views
in a Royale application.</li><li><strong>Label</strong>: Implements the basic
[...]
\ No newline at end of file
+</code></pre><p>In this example you can see the use of the following MXML
tags:</p><ul><li><strong>Application</strong>: Is the main tag in your
application. All content in Apache Royale is added inside this
tag.</li><li><strong>SimpleCSSValuesImpl</strong>: This class implements a
minimal set of CSS rules that is sufficient for most
applications.</li><li><strong>View</strong>: This is the class for most views
in a Royale application.</li><li><strong>Label</strong>: Implements the basic
[...]
\ No newline at end of file
diff --git a/blog/customization-through-the-royale-api/index.html
b/blog/customization-through-the-royale-api/index.html
index 8813adbe..d66617e5 100644
--- a/blog/customization-through-the-royale-api/index.html
+++ b/blog/customization-through-the-royale-api/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Customization through
the Royale API</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles. [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Customization through
the Royale API</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><lin [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -81,4 +81,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>This example takes the <a
href="https://royale.apache.org/using-jewel-alert-control/">Using the Jewel
Alert Control</a> example and uses the Royale API to add content and customize
some parts of the Alert.</p><p>The code is more complex than in some of our
other examples, for teaching purposes:</p><ul><li>In the
<strong>clickHandler</strong> method, we create an Alert control and create a
CheckBox to add to the Alert's content zone. Then we call the
<strong>expandButtons< [...]
\ No newline at end of file
+</code></pre><p>This example takes the <a
href="https://royale.apache.org/using-jewel-alert-control/">Using the Jewel
Alert Control</a> example and uses the Royale API to add content and customize
some parts of the Alert.</p><p>The code is more complex than in some of our
other examples, for teaching purposes:</p><ul><li>In the
<strong>clickHandler</strong> method, we create an Alert control and create a
CheckBox to add to the Alert's content zone. Then we call the
<strong>expandButtons< [...]
\ No newline at end of file
diff --git a/blog/dividing-an-apache-royale-application-with-modules/index.html
b/blog/dividing-an-apache-royale-application-with-modules/index.html
index 58d1d925..6c84a6b5 100644
--- a/blog/dividing-an-apache-royale-application-with-modules/index.html
+++ b/blog/dividing-an-apache-royale-application-with-modules/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Dividing an Apache
Royale application with modules</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet" href [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Dividing an Apache
Royale application with modules</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet" href="/css/st [...]
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
xmlns:html="library://ns.apache.org/royale/html">
@@ -76,4 +76,4 @@
</j:HGroup>
</j:Module>
-</code></pre><p>We need to use the <strong>Module</strong> tag as the main
tag. This means that the module can't be loaded on its own. It needs to be
parented by an application and loaded by a ModuleLoader.</p><p>The content of
the module can be whatever code you want. In this case we are adding just a few
Jewel controls to show a big search box.</p><p>Notice that the module has an
<strong>initComplete</strong> handler where you can execute code you need to
initialize the module (in this [...]
\ No newline at end of file
+</code></pre><p>We need to use the <strong>Module</strong> tag as the main
tag. This means that the module can't be loaded on its own. It needs to be
parented by an application and loaded by a ModuleLoader.</p><p>The content of
the module can be whatever code you want. In this case we are adding just a few
Jewel controls to show a big search box.</p><p>Notice that the module has an
<strong>initComplete</strong> handler where you can execute code you need to
initialize the module (in this [...]
\ No newline at end of file
diff --git
a/blog/hello-node-how-to-transpile-actionscript-for-node-js/index.html
b/blog/hello-node-how-to-transpile-actionscript-for-node-js/index.html
index 542ac2be..a2a64676 100644
--- a/blog/hello-node-how-to-transpile-actionscript-for-node-js/index.html
+++ b/blog/hello-node-how-to-transpile-actionscript-for-node-js/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Hello Node: How to
transpile ActionScript 3 for Node.js</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet" [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Hello Node: How to
transpile ActionScript 3 for Node.js</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet" href="/c [...]
</code></pre><h2>Create a new project</h2><ol><li>Create a new, empty folder
for your project, and name it <em>HelloNode</em>.</li><li>Inside the new
project, create a new folder named <em>src</em>. This is where our ActionScript
classes will go.</li><li>Inside the <em>src</em> folder, create a file named
<em>HelloNode.as</em>, and add the following code:</li></ol><pre><code
class="language-as3">package
{
public class HelloNode
@@ -19,4 +19,4 @@
</code></pre><p>This will produce a folder named <em>bin</em> containing
<em>js-debug</em> and <em>js-release</em> folders. The <em>js-debug</em> folder
contains JavaScript that is easy to read, and each class is loaded at runtime
from a separate file. The <em>js-release</em> folder contains JavaScript that
has been concatenated and minified for production.</p><p>The project should now
contain the following files and folders:</p><p><img
src="/img/blog/[email protected]" alt="Scre [...]
</code></pre><p>You should see the following output in your
console:</p><pre><code>Hello node v6.11.0
The address of localhost is: 127.0.0.1
-</code></pre><p>(The Node version number might be different,
obviously!)</p><h2>What's Next?</h2><p>This is just a simple example, but it
gives you a glimpse of how developers can bring ActionScript server-side using
Apache Royale and Node.js. By using an established ecosystem like Node.js,
ActionScript developers can take advantage of all of the libraries published to
NPM and join a large, vibrant community.</p></article></div></div><footer
class="footer"><div class="footer-row"><div cl [...]
\ No newline at end of file
+</code></pre><p>(The Node version number might be different,
obviously!)</p><h2>What's Next?</h2><p>This is just a simple example, but it
gives you a glimpse of how developers can bring ActionScript server-side using
Apache Royale and Node.js. By using an established ecosystem like Node.js,
ActionScript developers can take advantage of all of the libraries published to
NPM and join a large, vibrant community.</p></article></div></div><footer
class="footer"><div class="footer-row"><div cl [...]
\ No newline at end of file
diff --git
a/blog/how-to-create-a-desktop-application-with-royale-and-electron/index.html
b/blog/how-to-create-a-desktop-application-with-royale-and-electron/index.html
index abc5c011..8ad484dc 100644
---
a/blog/how-to-create-a-desktop-application-with-royale-and-electron/index.html
+++
b/blog/how-to-create-a-desktop-application-with-royale-and-electron/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>How to create a Desktop
Application with Royale and Electron</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="styles [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>How to create a Desktop
Application with Royale and Electron</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet" hre [...]
├── package.json
├── main.js
└── index.html
@@ -262,4 +262,4 @@ ipcMain.on("mainMessageHandler", (event, arg)
=> {
var time = new Date().toLocaleTimeString();
win.webContents.send("rendererMessageHandler", "hello there.
it's " + time);
})
-</code></pre><p>Notice the <strong>rendererMessageHandler</strong>. We have
added a listener for this event in
<strong>HelloWorld.mxml</strong>.</p><p>Launch the application and click the
<strong>Hello World</strong> button.</p><p><img
src="/img/blog/hello-world-electron.png" alt=""></p><p><em>Hello World
message</em></p><h2>Debugging</h2><p>To debug the <strong>Renderer</strong>
process, <strong>HelloWorld.mxml</strong>, add a breakpoint in the button click
handler. Open the debug view [...]
\ No newline at end of file
+</code></pre><p>Notice the <strong>rendererMessageHandler</strong>. We have
added a listener for this event in
<strong>HelloWorld.mxml</strong>.</p><p>Launch the application and click the
<strong>Hello World</strong> button.</p><p><img
src="/img/blog/hello-world-electron.png" alt=""></p><p><em>Hello World
message</em></p><h2>Debugging</h2><p>To debug the <strong>Renderer</strong>
process, <strong>HelloWorld.mxml</strong>, add a breakpoint in the button click
handler. Open the debug view [...]
\ No newline at end of file
diff --git a/blog/index.html b/blog/index.html
index b426d508..4411ef8a 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
\ No newline at end of file
diff --git a/blog/loading-external-data-through-httpservice/index.html
b/blog/loading-external-data-through-httpservice/index.html
index 34814489..d7ef6e17 100644
--- a/blog/loading-external-data-through-httpservice/index.html
+++ b/blog/loading-external-data-through-httpservice/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Loading external data
through HTTPService</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/st [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Loading external data
through HTTPService</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css" [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -142,4 +142,4 @@
}
}
}
-</code></pre><p>We instantiate the HTTPService in the constructor, and declare
an event listener for the <strong>HTTPConstants.COMPLETE</strong> event, so we
perform actions when the data finishes loading. The action we do from this
class is throw a new event "<strong>dataReady</strong>" to consume in
our application.</p><p><strong>sourceCodeUrl</strong> will pass the GitHub url
to be called by our service class, and fills <strong>HTTPService.url</strong>
so HTTPService knows w [...]
\ No newline at end of file
+</code></pre><p>We instantiate the HTTPService in the constructor, and declare
an event listener for the <strong>HTTPConstants.COMPLETE</strong> event, so we
perform actions when the data finishes loading. The action we do from this
class is throw a new event "<strong>dataReady</strong>" to consume in
our application.</p><p><strong>sourceCodeUrl</strong> will pass the GitHub url
to be called by our service class, and fills <strong>HTTPService.url</strong>
so HTTPService knows w [...]
\ No newline at end of file
diff --git a/blog/page/10/index.html b/blog/page/10/index.html
index 23c0dd55..0eccde33 100644
--- a/blog/page/10/index.html
+++ b/blog/page/10/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
\ No newline at end of file
diff --git a/blog/page/2/index.html b/blog/page/2/index.html
index ff098ff6..78d0f66e 100644
--- a/blog/page/2/index.html
+++ b/blog/page/2/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<j:TabBar localId="tabbar" width="100%"
selectedIndex="0" sameWidths="true"
itemRenderer="itemRenderers.TabBarVerticalIconItemRenderer">
<js:ArrayList>
@@ -76,4 +76,4 @@
<j:HSlider width="200" value="85"
minimum="50" maximum="150"
valueChange="tabbar.selectedIndex == 0 ? thl.columnWidth =
event.target.value : thll.columnWidth = event.target.value;"/>
</j:VGroup>
-</code></pre><p>We use the tabbar selectedIndex to affect the current selected
content layout and avoid changing the content layout in the other tab. Check
the final code example to see the rest of sliders since all are
similar.</p><p>And that's all! I hope you like this layout example in Royale.
As always, enjoy coding with Apache Royale!</p><h2>Where to go from
here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/data-binding">Apache Royale
Data Binding documentation [...]
\ No newline at end of file
+</code></pre><p>We use the tabbar selectedIndex to affect the current selected
content layout and avoid changing the content layout in the other tab. Check
the final code example to see the rest of sliders since all are
similar.</p><p>And that's all! I hope you like this layout example in Royale.
As always, enjoy coding with Apache Royale!</p><h2>Where to go from
here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/data-binding">Apache Royale
Data Binding documentation [...]
\ No newline at end of file
diff --git a/blog/page/3/index.html b/blog/page/3/index.html
index 81223e54..e68289a8 100644
--- a/blog/page/3/index.html
+++ b/blog/page/3/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<j:CardHeader>
<html:H3 text="Working with vector graphics"
className="primary-normal"/>
</j:CardHeader>
@@ -82,7 +82,7 @@ private function changeFill(event:ValueChangeEvent):void {
drawLiquid(g, liquidColor, .5, 0, newY, 400, 500, -15);
drawLiquid(g, liquidColor, 1, 0, newY, 400, 500, 30);
}
-</code></pre><p>When we change the <strong>HSlider</strong> position, the code
calls the function, gets the graphic object, calculates the new height value
based on the current container height (transforming ranges), clears all
drawings and redraws two different liquids with some displacement on X and
change on the wave length with the new values.</p><p>And that's all! I hope you
like this drawing feature in Royale. You'll be able to do many creative things
in your Royale applications wi [...]
+</code></pre><p>When we change the <strong>HSlider</strong> position, the code
calls the function, gets the graphic object, calculates the new height value
based on the current container height (transforming ranges), clears all
drawings and redraws two different liquids with some displacement on X and
change on the wave length with the new values.</p><p>And that's all! I hope you
like this drawing feature in Royale. You'll be able to do many creative things
in your Royale applications wi [...]
├── package.json
├── main.js
└── index.html
@@ -346,4 +346,4 @@ ipcMain.on("mainMessageHandler", (event, arg)
=> {
var time = new Date().toLocaleTimeString();
win.webContents.send("rendererMessageHandler", "hello there.
it's " + time);
})
-</code></pre><p>Notice the <strong>rendererMessageHandler</strong>. We have
added a listener for this event in
<strong>HelloWorld.mxml</strong>.</p><p>Launch the application and click the
<strong>Hello World</strong> button.</p><p><img
src="/img/blog/hello-world-electron.png" alt=""></p><p><em>Hello World
message</em></p><h2>Debugging</h2><p>To debug the <strong>Renderer</strong>
process, <strong>HelloWorld.mxml</strong>, add a breakpoint in the button click
handler. Open the debug view [...]
\ No newline at end of file
+</code></pre><p>Notice the <strong>rendererMessageHandler</strong>. We have
added a listener for this event in
<strong>HelloWorld.mxml</strong>.</p><p>Launch the application and click the
<strong>Hello World</strong> button.</p><p><img
src="/img/blog/hello-world-electron.png" alt=""></p><p><em>Hello World
message</em></p><h2>Debugging</h2><p>To debug the <strong>Renderer</strong>
process, <strong>HelloWorld.mxml</strong>, add a breakpoint in the button click
handler. Open the debug view [...]
\ No newline at end of file
diff --git a/blog/page/4/index.html b/blog/page/4/index.html
index dba71ed3..2e9b9871 100644
--- a/blog/page/4/index.html
+++ b/blog/page/4/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
xmlns:html="library://ns.apache.org/royale/html">
@@ -76,7 +76,7 @@
</j:HGroup>
</j:Module>
-</code></pre><p>We need to use the <strong>Module</strong> tag as the main
tag. This means that the module can't be loaded on its own. It needs to be
parented by an application and loaded by a ModuleLoader.</p><p>The content of
the module can be whatever code you want. In this case we are adding just a few
Jewel controls to show a big search box.</p><p>Notice that the module has an
<strong>initComplete</strong> handler where you can execute code you need to
initialize the module (in this [...]
+</code></pre><p>We need to use the <strong>Module</strong> tag as the main
tag. This means that the module can't be loaded on its own. It needs to be
parented by an application and loaded by a ModuleLoader.</p><p>The content of
the module can be whatever code you want. In this case we are adding just a few
Jewel controls to show a big search box.</p><p>Notice that the module has an
<strong>initComplete</strong> handler where you can execute code you need to
initialize the module (in this [...]
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
@@ -191,4 +191,4 @@ hljs["highlightBlock"](block);
</j:View>
</j:initialView>
</j:Application>
-</code></pre><p>In the example code you can see how we call the
<em>hljs.highlightBlock</em> method with the recommended dot syntax as with any
other ActionScript code, creating a seamless integration between your project
code and the external JavaScript code.</p><h2>Conclusion</h2><p>You can see how
simple and elegant it can be to use external JS code, while not compromising
the safe syntax you have when using the MXML and AS3 languages, to give you
more dynamic options for your applica [...]
\ No newline at end of file
+</code></pre><p>In the example code you can see how we call the
<em>hljs.highlightBlock</em> method with the recommended dot syntax as with any
other ActionScript code, creating a seamless integration between your project
code and the external JavaScript code.</p><h2>Conclusion</h2><p>You can see how
simple and elegant it can be to use external JS code, while not compromising
the safe syntax you have when using the MXML and AS3 languages, to give you
more dynamic options for your applica [...]
\ No newline at end of file
diff --git a/blog/page/5/index.html b/blog/page/5/index.html
index 4ae0792a..a7cbfd74 100644
--- a/blog/page/5/index.html
+++ b/blog/page/5/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
</code></pre><h2>Create a new project</h2><ol><li>Create a new, empty folder
for your project, and name it <em>HelloNode</em>.</li><li>Inside the new
project, create a new folder named <em>src</em>. This is where our ActionScript
classes will go.</li><li>Inside the <em>src</em> folder, create a file named
<em>HelloNode.as</em>, and add the following code:</li></ol><pre><code
class="language-as3">package
{
public class HelloNode
@@ -163,4 +163,4 @@ The address of localhost is: 127.0.0.1
}
}
}
-</code></pre><p>We instantiate the HTTPService in the constructor, and declare
an event listener for the <strong>HTTPConstants.COMPLETE</strong> event, so we
perform actions when the data finishes loading. The action we do from this
class is throw a new event "<strong>dataReady</strong>" to consume in
our application.</p><p><strong>sourceCodeUrl</strong> will pass the GitHub url
to be called by our service class, and fills <strong>HTTPService.url</strong>
so HTTPService knows w [...]
\ No newline at end of file
+</code></pre><p>We instantiate the HTTPService in the constructor, and declare
an event listener for the <strong>HTTPConstants.COMPLETE</strong> event, so we
perform actions when the data finishes loading. The action we do from this
class is throw a new event "<strong>dataReady</strong>" to consume in
our application.</p><p><strong>sourceCodeUrl</strong> will pass the GitHub url
to be called by our service class, and fills <strong>HTTPService.url</strong>
so HTTPService knows w [...]
\ No newline at end of file
diff --git a/blog/page/6/index.html b/blog/page/6/index.html
index 3d3dd801..4564bbb7 100644
--- a/blog/page/6/index.html
+++ b/blog/page/6/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -81,7 +81,7 @@
</j:initialView>
</j:Application>
-</code></pre><p>This example takes the <a
href="https://royale.apache.org/using-jewel-alert-control/">Using the Jewel
Alert Control</a> example and uses the Royale API to add content and customize
some parts of the Alert.</p><p>The code is more complex than in some of our
other examples, for teaching purposes:</p><ul><li>In the
<strong>clickHandler</strong> method, we create an Alert control and create a
CheckBox to add to the Alert's content zone. Then we call the
<strong>expandButtons< [...]
+</code></pre><p>This example takes the <a
href="https://royale.apache.org/using-jewel-alert-control/">Using the Jewel
Alert Control</a> example and uses the Royale API to add content and customize
some parts of the Alert.</p><p>The code is more complex than in some of our
other examples, for teaching purposes:</p><ul><li>In the
<strong>clickHandler</strong> method, we create an Alert control and create a
CheckBox to add to the Alert's content zone. Then we call the
<strong>expandButtons< [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -205,7 +205,7 @@
}
}
}
-</code></pre><p>In the main file, note how we link the
<strong>ListsModel</strong> class through the <strong>model</strong> variable
accessible throughout Royale to make it easy to link a model as a
bead.</p><p>Finally, we link the model data to the list dataProvider using data
binding, with <strong>ApplicationDataBinding</strong> (since we are at the
Application level) and the <strong>ConstantBinding</strong> class that knows
where the data is located (<em>sourceID</em>), what property [...]
+</code></pre><p>In the main file, note how we link the
<strong>ListsModel</strong> class through the <strong>model</strong> variable
accessible throughout Royale to make it easy to link a model as a
bead.</p><p>Finally, we link the model data to the list dataProvider using data
binding, with <strong>ApplicationDataBinding</strong> (since we are at the
Application level) and the <strong>ConstantBinding</strong> class that knows
where the data is located (<em>sourceID</em>), what property [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -262,4 +262,4 @@
global {
IStatesImpl:
ClassReference("org.apache.royale.core.SimpleStatesImpl");
}
-</code></pre><h2>Where to go from here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/view-states">View States
Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/textinput">Jewel
TextInput Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/button">Jewel
Button Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/card">Jewel
Card Royale D [...]
\ No newline at end of file
+</code></pre><h2>Where to go from here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/view-states">View States
Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/textinput">Jewel
TextInput Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/button">Jewel
Button Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/card">Jewel
Card Royale D [...]
\ No newline at end of file
diff --git a/blog/page/7/index.html b/blog/page/7/index.html
index f61628af..8dc5caac 100644
--- a/blog/page/7/index.html
+++ b/blog/page/7/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:html="library://ns.apache.org/royale/html">
@@ -44,7 +44,7 @@
</j:initialView>
</j:Application>
-</code></pre><p>The CheckBox is a two-state button control with the following
properties available:</p><ul><li><strong>text</strong>: The label description
for the CheckBox</li><li><strong>value</strong>: The internal value of the
CheckBox</li><li><strong>selected</strong>: If this is true it means that the
CheckBox is selected; it is false otherwise</li></ul><p>Each checkbox has
<strong>CLICK</strong> and <strong>CHANGE</strong> events.
<strong>CLICK</strong> is dispatched when the user [...]
+</code></pre><p>The CheckBox is a two-state button control with the following
properties available:</p><ul><li><strong>text</strong>: The label description
for the CheckBox</li><li><strong>value</strong>: The internal value of the
CheckBox</li><li><strong>selected</strong>: If this is true it means that the
CheckBox is selected; it is false otherwise</li></ul><p>Each checkbox has
<strong>CLICK</strong> and <strong>CHANGE</strong> events.
<strong>CLICK</strong> is dispatched when the user [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic">
@@ -88,7 +88,7 @@
</j:initialView>
</j:Application>
-</code></pre><p><strong>Data binding</strong> is a general technique that
binds together and synchonizes data from a provider, or source (in this case
the contents of the text property of a TextInput field), and a consumer (in
this case the text property of a Label). You can use data binding with many
controls, variables and components to provide a powerful user experience. You
can bind a List as the data provider for an ArrayList variable so the ArrayList
displays details of the item th [...]
+</code></pre><p><strong>Data binding</strong> is a general technique that
binds together and synchonizes data from a provider, or source (in this case
the contents of the text property of a TextInput field), and a consumer (in
this case the text property of a Label). You can use data binding with many
controls, variables and components to provide a powerful user experience. You
can bind a List as the data provider for an ArrayList variable so the ArrayList
displays details of the item th [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:html="library://ns.apache.org/royale/html">
@@ -127,4 +127,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>The radio buttons have these properties
available:</p><ul><li><strong>text</strong>: The label description for the
radio button</li><li><strong>value</strong>: The internal value of the radio
button</li><li><strong>selected</strong>: If this is true it means that the
radio button is selected; it is false
otherwise</li><li><strong>groupName</strong>: All radio buttons with the same
group name are related, so the user can change which radio button is selected
but can never [...]
\ No newline at end of file
+</code></pre><p>The radio buttons have these properties
available:</p><ul><li><strong>text</strong>: The label description for the
radio button</li><li><strong>value</strong>: The internal value of the radio
button</li><li><strong>selected</strong>: If this is true it means that the
radio button is selected; it is false
otherwise</li><li><strong>groupName</strong>: All radio buttons with the same
group name are related, so the user can change which radio button is selected
but can never [...]
\ No newline at end of file
diff --git a/blog/page/8/index.html b/blog/page/8/index.html
index a8d5d28e..0bad5f26 100644
--- a/blog/page/8/index.html
+++ b/blog/page/8/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -39,7 +39,7 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, the List is populated from an ArrayList
object that holds a basic array of the data. The ArrayList has all collection
methods to manage internal data, like addItem and addItemAt. We used Avengers
character names to showcase this example, but you'll see one character is
missing ;). For this example we used the Amethyst Jewel Theme to match movie
colors better.</p><p>When you select a row in the List a CHANGE event is fired.
We have the event call an event [...]
+</code></pre><p>In this example, the List is populated from an ArrayList
object that holds a basic array of the data. The ArrayList has all collection
methods to manage internal data, like addItem and addItemAt. We used Avengers
character names to showcase this example, but you'll see one character is
missing ;). For this example we used the Amethyst Jewel Theme to match movie
colors better.</p><p>When you select a row in the List a CHANGE event is fired.
We have the event call an event [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel">
@@ -79,7 +79,7 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, you can click the Jewel button to set up
slider values. When you do this the
<strong>ValueChangeEvent.VALUE_CHANGE</strong> will fire, calling the
<strong>onValueChange</strong> event handler and setting width, height and text
in the <strong>Button</strong>.</p><p>On the other hand, you can drag each
<strong>slider</strong> to change width and height in the Button, and function
to update value in <em>"onValueChange"</em> will be called continuou
[...]
+</code></pre><p>In this example, you can click the Jewel button to set up
slider values. When you do this the
<strong>ValueChangeEvent.VALUE_CHANGE</strong> will fire, calling the
<strong>onValueChange</strong> event handler and setting width, height and text
in the <strong>Button</strong>.</p><p>On the other hand, you can drag each
<strong>slider</strong> to change width and height in the Button, and function
to update value in <em>"onValueChange"</em> will be called continuou
[...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel">
@@ -109,4 +109,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, the Jewel button adds a click handler that
will be in charge of showing the Alert control. When the user clicks the button
the Alert.show() static method is called. You can add a custom message, a
custom title and choose which buttons will be created for that instance of the
Alert.</p><p>Finally, the Alert instance adds an event listener to manage the
alert response when the dialog is closed. In this example we're changing the
label of the button accordin [...]
\ No newline at end of file
+</code></pre><p>In this example, the Jewel button adds a click handler that
will be in charge of showing the Alert control. When the user clicks the button
the Alert.show() static method is called. You can add a custom message, a
custom title and choose which buttons will be created for that instance of the
Alert.</p><p>Finally, the Alert instance adds an event listener to manage the
alert response when the dialog is closed. In this example we're changing the
label of the button accordin [...]
\ No newline at end of file
diff --git a/blog/page/9/index.html b/blog/page/9/index.html
index fbf6a9b5..11c3871a 100644
--- a/blog/page/9/index.html
+++ b/blog/page/9/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="sh [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache Royale
Blog</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/royale/basic">
@@ -12,4 +12,4 @@
</js:View>
</js:initialView>
</js:Application>
-</code></pre><p>In this example you can see the use of the following MXML
tags:</p><ul><li><strong>Application</strong>: Is the main tag in your
application. All content in Apache Royale is added inside this
tag.</li><li><strong>SimpleCSSValuesImpl</strong>: This class implements a
minimal set of CSS rules that is sufficient for most
applications.</li><li><strong>View</strong>: This is the class for most views
in a Royale application.</li><li><strong>Label</strong>: Implements the basic
[...]
\ No newline at end of file
+</code></pre><p>In this example you can see the use of the following MXML
tags:</p><ul><li><strong>Application</strong>: Is the main tag in your
application. All content in Apache Royale is added inside this
tag.</li><li><strong>SimpleCSSValuesImpl</strong>: This class implements a
minimal set of CSS rules that is sufficient for most
applications.</li><li><strong>View</strong>: This is the class for most views
in a Royale application.</li><li><strong>Label</strong>: Implements the basic
[...]
\ No newline at end of file
diff --git a/blog/royale-at-apachecon-2020/index.html
b/blog/royale-at-apachecon-2020/index.html
index 46705fda..7726ec09 100644
--- a/blog/royale-at-apachecon-2020/index.html
+++ b/blog/royale-at-apachecon-2020/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Royale at ApacheCon
2020</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link r [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Royale at ApacheCon
2020</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="short [...]
\ No newline at end of file
diff --git
a/blog/selecting-options-from-a-group-of-jewel-checkbox-controls/index.html
b/blog/selecting-options-from-a-group-of-jewel-checkbox-controls/index.html
index 68ea660e..4be6525e 100644
--- a/blog/selecting-options-from-a-group-of-jewel-checkbox-controls/index.html
+++ b/blog/selecting-options-from-a-group-of-jewel-checkbox-controls/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Selecting options from a
group of Jewel CheckBox controls</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="styleshee [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Selecting options from a
group of Jewel CheckBox controls</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet" href=" [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:html="library://ns.apache.org/royale/html">
@@ -44,4 +44,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>The CheckBox is a two-state button control with the following
properties available:</p><ul><li><strong>text</strong>: The label description
for the CheckBox</li><li><strong>value</strong>: The internal value of the
CheckBox</li><li><strong>selected</strong>: If this is true it means that the
CheckBox is selected; it is false otherwise</li></ul><p>Each checkbox has
<strong>CLICK</strong> and <strong>CHANGE</strong> events.
<strong>CLICK</strong> is dispatched when the user [...]
\ No newline at end of file
+</code></pre><p>The CheckBox is a two-state button control with the following
properties available:</p><ul><li><strong>text</strong>: The label description
for the CheckBox</li><li><strong>value</strong>: The internal value of the
CheckBox</li><li><strong>selected</strong>: If this is true it means that the
CheckBox is selected; it is false otherwise</li></ul><p>Each checkbox has
<strong>CLICK</strong> and <strong>CHANGE</strong> events.
<strong>CLICK</strong> is dispatched when the user [...]
\ No newline at end of file
diff --git a/blog/using-an-item-renderer-with-a-list/index.html
b/blog/using-an-item-renderer-with-a-list/index.html
index 356a83a0..fad649aa 100644
--- a/blog/using-an-item-renderer-with-a-list/index.html
+++ b/blog/using-an-item-renderer-with-a-list/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using an Item Renderer
with a List</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.cs [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using an Item Renderer
with a List</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -122,4 +122,4 @@
}
}
}
-</code></pre><p>In the main file, note how we link the
<strong>ListsModel</strong> class through the <strong>model</strong> variable
accessible throughout Royale to make it easy to link a model as a
bead.</p><p>Finally, we link the model data to the list dataProvider using data
binding, with <strong>ApplicationDataBinding</strong> (since we are at the
Application level) and the <strong>ConstantBinding</strong> class that knows
where the data is located (<em>sourceID</em>), what property [...]
\ No newline at end of file
+</code></pre><p>In the main file, note how we link the
<strong>ListsModel</strong> class through the <strong>model</strong> variable
accessible throughout Royale to make it easy to link a model as a
bead.</p><p>Finally, we link the model data to the list dataProvider using data
binding, with <strong>ApplicationDataBinding</strong> (since we are at the
Application level) and the <strong>ConstantBinding</strong> class that knows
where the data is located (<em>sourceID</em>), what property [...]
\ No newline at end of file
diff --git
a/blog/using-external-javascript-libraries-in-apache-royale/index.html
b/blog/using-external-javascript-libraries-in-apache-royale/index.html
index f70b3adf..e0f3723e 100644
--- a/blog/using-external-javascript-libraries-in-apache-royale/index.html
+++ b/blog/using-external-javascript-libraries-in-apache-royale/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using external
JavaScript libraries in Apache Royale</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet" hr [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using external
JavaScript libraries in Apache Royale</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet" href="/css/ [...]
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
@@ -113,4 +113,4 @@ hljs["highlightBlock"](block);
</j:View>
</j:initialView>
</j:Application>
-</code></pre><p>In the example code you can see how we call the
<em>hljs.highlightBlock</em> method with the recommended dot syntax as with any
other ActionScript code, creating a seamless integration between your project
code and the external JavaScript code.</p><h2>Conclusion</h2><p>You can see how
simple and elegant it can be to use external JS code, while not compromising
the safe syntax you have when using the MXML and AS3 languages, to give you
more dynamic options for your applica [...]
\ No newline at end of file
+</code></pre><p>In the example code you can see how we call the
<em>hljs.highlightBlock</em> method with the recommended dot syntax as with any
other ActionScript code, creating a seamless integration between your project
code and the external JavaScript code.</p><h2>Conclusion</h2><p>You can see how
simple and elegant it can be to use external JS code, while not compromising
the safe syntax you have when using the MXML and AS3 languages, to give you
more dynamic options for your applica [...]
\ No newline at end of file
diff --git a/blog/using-jewel-alert-control/index.html
b/blog/using-jewel-alert-control/index.html
index 5c0a7511..e36585b0 100644
--- a/blog/using-jewel-alert-control/index.html
+++ b/blog/using-jewel-alert-control/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using the Jewel Alert
Control</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><l [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using the Jewel Alert
Control</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel=" [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel">
@@ -28,4 +28,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, the Jewel button adds a click handler that
will be in charge of showing the Alert control. When the user clicks the button
the Alert.show() static method is called. You can add a custom message, a
custom title and choose which buttons will be created for that instance of the
Alert.</p><p>Finally, the Alert instance adds an event listener to manage the
alert response when the dialog is closed. In this example we're changing the
label of the button accordin [...]
\ No newline at end of file
+</code></pre><p>In this example, the Jewel button adds a click handler that
will be in charge of showing the Alert control. When the user clicks the button
the Alert.show() static method is called. You can add a custom message, a
custom title and choose which buttons will be created for that instance of the
Alert.</p><p>Finally, the Alert instance adds an event listener to manage the
alert response when the dialog is closed. In this example we're changing the
label of the button accordin [...]
\ No newline at end of file
diff --git a/blog/using-jewel-tilehorizontallayout/index.html
b/blog/using-jewel-tilehorizontallayout/index.html
index fcab2dac..e3cd6db5 100644
--- a/blog/using-jewel-tilehorizontallayout/index.html
+++ b/blog/using-jewel-tilehorizontallayout/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using Jewel
TileHorizontalLayout</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css" [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using Jewel
TileHorizontalLayout</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link re [...]
<j:TabBar localId="tabbar" width="100%"
selectedIndex="0" sameWidths="true"
itemRenderer="itemRenderers.TabBarVerticalIconItemRenderer">
<js:ArrayList>
@@ -76,4 +76,4 @@
<j:HSlider width="200" value="85"
minimum="50" maximum="150"
valueChange="tabbar.selectedIndex == 0 ? thl.columnWidth =
event.target.value : thll.columnWidth = event.target.value;"/>
</j:VGroup>
-</code></pre><p>We use the tabbar selectedIndex to affect the current selected
content layout and avoid changing the content layout in the other tab. Check
the final code example to see the rest of sliders since all are
similar.</p><p>And that's all! I hope you like this layout example in Royale.
As always, enjoy coding with Apache Royale!</p><h2>Where to go from
here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/data-binding">Apache Royale
Data Binding documentation [...]
\ No newline at end of file
+</code></pre><p>We use the tabbar selectedIndex to affect the current selected
content layout and avoid changing the content layout in the other tab. Check
the final code example to see the rest of sliders since all are
similar.</p><p>And that's all! I hope you like this layout example in Royale.
As always, enjoy coding with Apache Royale!</p><h2>Where to go from
here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/data-binding">Apache Royale
Data Binding documentation [...]
\ No newline at end of file
diff --git a/blog/using-the-jewel-slider-control/index.html
b/blog/using-the-jewel-slider-control/index.html
index 4003342e..d6c50822 100644
--- a/blog/using-the-jewel-slider-control/index.html
+++ b/blog/using-the-jewel-slider-control/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using the Jewel Slider
Control</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css">< [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using the Jewel Slider
Control</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel= [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel">
@@ -38,4 +38,4 @@
</j:initialView>
</j:Application>
-</code></pre><p>In this example, you can click the Jewel button to set up
slider values. When you do this the
<strong>ValueChangeEvent.VALUE_CHANGE</strong> will fire, calling the
<strong>onValueChange</strong> event handler and setting width, height and text
in the <strong>Button</strong>.</p><p>On the other hand, you can drag each
<strong>slider</strong> to change width and height in the Button, and function
to update value in <em>"onValueChange"</em> will be called continuou
[...]
\ No newline at end of file
+</code></pre><p>In this example, you can click the Jewel button to set up
slider values. When you do this the
<strong>ValueChangeEvent.VALUE_CHANGE</strong> will fire, calling the
<strong>onValueChange</strong> event handler and setting width, height and text
in the <strong>Button</strong>.</p><p>On the other hand, you can drag each
<strong>slider</strong> to change width and height in the Button, and function
to update value in <em>"onValueChange"</em> will be called continuou
[...]
\ No newline at end of file
diff --git a/blog/using-view-states-to-show-or-hide-content/index.html
b/blog/using-view-states-to-show-or-hide-content/index.html
index 2401c5cc..597aa32c 100644
--- a/blog/using-view-states-to-show-or-hide-content/index.html
+++ b/blog/using-view-states-to-show-or-hide-content/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using View States to
show or hide content</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/st [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Using View States to
show or hide content</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css" [...]
<j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:j="library://ns.apache.org/royale/jewel"
xmlns:js="library://ns.apache.org/royale/basic"
@@ -55,4 +55,4 @@
global {
IStatesImpl:
ClassReference("org.apache.royale.core.SimpleStatesImpl");
}
-</code></pre><h2>Where to go from here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/view-states">View States
Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/textinput">Jewel
TextInput Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/button">Jewel
Button Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/card">Jewel
Card Royale D [...]
\ No newline at end of file
+</code></pre><h2>Where to go from here</h2><ul><li><a
href="https://apache.github.io/royale-docs/features/view-states">View States
Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/textinput">Jewel
TextInput Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/button">Jewel
Button Royale Docs page</a></li><li><a
href="https://apache.github.io/royale-docs/component-sets/jewel/card">Jewel
Card Royale D [...]
\ No newline at end of file
diff --git a/blog/working-with-vector-graphics/index.html
b/blog/working-with-vector-graphics/index.html
index 4efe9205..f061bdab 100644
--- a/blog/working-with-vector-graphics/index.html
+++ b/blog/working-with-vector-graphics/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Working with vector
graphics</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><li [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Working with vector
graphics</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="s [...]
<j:CardHeader>
<html:H3 text="Working with vector graphics"
className="primary-normal"/>
</j:CardHeader>
@@ -82,4 +82,4 @@ private function changeFill(event:ValueChangeEvent):void {
drawLiquid(g, liquidColor, .5, 0, newY, 400, 500, -15);
drawLiquid(g, liquidColor, 1, 0, newY, 400, 500, 30);
}
-</code></pre><p>When we change the <strong>HSlider</strong> position, the code
calls the function, gets the graphic object, calculates the new height value
based on the current container height (transforming ranges), clears all
drawings and redraws two different liquids with some displacement on X and
change on the wave length with the new values.</p><p>And that's all! I hope you
like this drawing feature in Royale. You'll be able to do many creative things
in your Royale applications wi [...]
\ No newline at end of file
+</code></pre><p>When we change the <strong>HSlider</strong> position, the code
calls the function, gets the graphic object, calculates the new height value
based on the current container height (transforming ranges), clears all
drawings and redraws two different liquids with some displacement on X and
change on the wave length with the new values.</p><p>And that's all! I hope you
like this drawing feature in Royale. You'll be able to do many creative things
in your Royale applications wi [...]
\ No newline at end of file
diff --git a/css/styles.css b/css/styles.css
index 319d9976..90c7b438 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1 +1 @@
-@font-face{font-family:"Hind
Siliguri";font-style:normal;font-weight:300;src:local("Hind Siliguri
Light"),local("HindSiliguri-Light"),url(/fnt/hind-siliguri/HindSiliguri-Light.woff2)
format("woff2")}@font-face{font-family:"Hind
Siliguri";font-style:normal;font-weight:400;src:local("Hind Siliguri
Regular"),local("HindSiliguri-Regular"),url(/fnt/hind-siliguri/HindSiliguri-Regular.woff2)
format("woff2")}@font-face{font-family:Signika;font-style:normal;font-weight:400;src:local("Signika
Regu [...]
\ No newline at end of file
+@font-face{font-family:"Hind
Siliguri";font-style:normal;font-weight:300;src:local("Hind Siliguri
Light"),local("HindSiliguri-Light"),url(/fnt/hind-siliguri/HindSiliguri-Light.woff2)
format("woff2")}@font-face{font-family:"Hind
Siliguri";font-style:normal;font-weight:400;src:local("Hind Siliguri
Regular"),local("HindSiliguri-Regular"),url(/fnt/hind-siliguri/HindSiliguri-Regular.woff2)
format("woff2")}@font-face{font-family:Signika;font-style:normal;font-weight:400;src:local("Signika
Regu [...]
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 08396ce1..d409a00f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible"
content="ie=edge"><title>Documentation</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcu [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible"
content="ie=edge"><title>Documentation</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" h [...]
\ No newline at end of file
diff --git a/download/index.html b/download/index.html
index e00bac7f..ee2c02bb 100644
--- a/download/index.html
+++ b/download/index.html
@@ -1,3 +1,3 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Download</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ico [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Download</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" href=" [...]
</code></pre><p>To create JavaScript and SWF applications with Royale, run
this command:</p><pre><code class="language-sh">npm install -g
@apache-royale/royale-js-swf --foreground-scripts
-</code></pre><h2>Nightly Builds</h2><p>For developers who want to contribute
to framework development, source code and nightly build download links can be
found on our <a href="/get-involved">Get Involved</a>
page.</p></article></div></div><footer class="footer"><div
class="footer-row"><div class="footer-column"><ul class="footer-list"><li
class="apacheroyale"><a href="/">Apache Royale</a></li><li><a
href="/">Home</a></li><li><a href="/features">Features</a></li><li><a
href="/download">D [...]
\ No newline at end of file
+</code></pre><h2>Nightly Builds</h2><p>For developers who want to contribute
to framework development, source code and nightly build download links can be
found on our <a href="/get-involved">Get Involved</a>
page.</p></article></div></div><footer class="footer"><div
class="footer-row"><div class="footer-column"><ul class="footer-list"><li
class="apacheroyale"><a href="/">Apache Royale</a></li><li><a
href="/">Home</a></li><li><a href="/features">Features</a></li><li><a
href="/download">D [...]
\ No newline at end of file
diff --git a/faq/index.html b/faq/index.html
index d23086ac..e5dd1943 100644
--- a/faq/index.html
+++ b/faq/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Frequently Asked
Questions (FAQ)</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css" [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Frequently Asked
Questions (FAQ)</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link re [...]
\ No newline at end of file
diff --git a/features/index.html b/features/index.html
index 87da910f..fd0d9783 100644
--- a/features/index.html
+++ b/features/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Features</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ico [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Features</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" href=" [...]
\ No newline at end of file
diff --git a/feed/index.xml b/feed/index.xml
index 2c4ea715..c3603e89 100644
--- a/feed/index.xml
+++ b/feed/index.xml
@@ -702,7 +702,7 @@
<iframe width="100%" height="600"
src="https://royale.apache.org/blog-examples/BE0015_Using_Jewel_TileHorizontalLayout/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0015_Using_Jewel_TileHorizontalLayout/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0015_Using_Jewel_TileHorizontalLayout"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -1050,7 +1050,7 @@ private function changeFill(event:ValueChangeEvent):void {
<iframe width="100%" height="800"
src="https://royale.apache.org/blog-examples/BE0014_Working_with_vector_graphics/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0014_Working_with_vector_graphics/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0014_Working_with_vector_graphics">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0014_Working_with_vector_graphics"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0014_Working_with_vector_graphics"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -1795,7 +1795,7 @@ ipcMain.on("mainMessageHandler", (event, arg)
=> {
<iframe width="100%" height="400"
src="https://royale.apache.org/blog-examples/BE0013_Dividing_an_Apache_Royale_application_with_modules/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0013_Dividing_an_Apache_Royale_application_with_modules/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -1968,7 +1968,7 @@ hljs["highlightBlock"](block);
<iframe width="100%" height="600"
src="https://royale.apache.org/blog-examples/BE0012_Using_external_javascript_libraries_in_Apache_Royale/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0012_Using_external_javascript_libraries_in_Apache_Royale/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2265,7 +2265,7 @@ The address of localhost is: 127.0.0.1
<iframe width="100%" height="650"
src="https://royale.apache.org/blog-examples/BE0011_Loading_external_data_through_HTTPService/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0011_Loading_external_data_through_HTTPService/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0011_Loading_external_data_through_HTTPService">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0011_Loading_external_data_through_HTTPService"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0011_Loading_external_data_through_HTTPService"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2388,7 +2388,7 @@ The address of localhost is: 127.0.0.1
<iframe width="100%" height="400"
src="https://royale.apache.org/blog-examples/BE0010_Customization_through_the_Royale_API/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0010_Customization_through_the_Royale_API/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0010_Customization_through_the_Royale_API">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0010_Customization_through_the_Royale_API"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0010_Customization_through_the_Royale_API"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2549,7 +2549,7 @@ The address of localhost is: 127.0.0.1
<iframe width="100%" height="500"
src="https://royale.apache.org/blog-examples/BE0009_Using_an_Item_Renderer_with_a_List/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0009_Using_an_Item_Renderer_with_a_List/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0009_Using_an_Item_%20Renderer_with_a_List">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0009_Using_an_Item_%20Renderer_with_a_List"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0009_Using_an_Item_%20Renderer_with_a_List"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2640,7 +2640,7 @@ global {
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0008_Using_View_States_to_show_or_hide_content/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0008_Using_View_States_to_show_or_hide_content/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0008_Using_View_States_to_show_or_hide_content">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0008_Using_View_States_to_show_or_hide_content"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0008_Using_View_States_to_show_or_hide_content"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2717,7 +2717,7 @@ global {
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0007_Selecting_options_from_a_group_of_jewel_checkbox_controls"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2789,7 +2789,7 @@ global {
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0006_Binding_the_text_property_of_a_Jewel_Textinput_to_update_a_text_label"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2860,7 +2860,7 @@ global {
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0005_Creating_a_group_of_Jewel_RadioButtons/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0005_Creating_a_group_of_Jewel_RadioButtons/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2927,7 +2927,7 @@ For this example we used the Amethyst Jewel Theme to
match movie colors better.<
<iframe width="100%" height="500"
src="https://royale.apache.org/blog-examples/BE0004_Adding_an_item_to_a_Jewel_List/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0004_Adding_an_item_to_a_Jewel_List/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0004_Adding_an_item_to_a_Jewel_List"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -2992,7 +2992,7 @@ For this example we used the Amethyst Jewel Theme to
match movie colors better.<
<iframe width="100%" height="450"
src="https://royale.apache.org/blog-examples/BE0003_Using_Jewel_Slider_Control/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0003_Using_Jewel_Slider_Control/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0003_Using_Jewel_Slider_Control">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0003_Using_Jewel_Slider_Control"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0003_Using_Jewel_Slider_Control"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -3046,7 +3046,7 @@ For this example we used the Amethyst Jewel Theme to
match movie colors better.<
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0002_Using_Jewel_Alert_Control/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0002_Using_Jewel_Alert_Control/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0002_Using_Jewel_Alert_Control">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0002_Using_Jewel_Alert_Control"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0002_Using_Jewel_Alert_Control"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
@@ -3153,7 +3153,7 @@ For this example we used the Amethyst Jewel Theme to
match movie colors better.<
<iframe width="100%" height="300"
src="https://royale.apache.org/blog-examples/BE0001_Hello_World/index.html"></iframe>
<p>(We're using an iframe to host the actual results of this example
compilation. To see the example in a separate window click <a
href="https://royale.apache.org/blog-examples/BE0001_Hello_World/index.html"
target="_blank">this link</a>.)</p>
<p>Full project with source code can be found <a
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0001_Hello_World">here</a>:</p>
-<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0001_Hello_World"><i
class="fa fa-download"></i> Project Source Code</a></p>
+<p><a class="btn btn-download"
href="https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0001_Hello_World"><i
class="fa-solid fa-download"></i> Project Source Code</a></p>
]]></description>
</item>
diff --git a/fnt/font-awesome/all.min.css b/fnt/font-awesome/all.min.css
new file mode 100644
index 00000000..a78bcd9a
--- /dev/null
+++ b/fnt/font-awesome/all.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts:
SIL OFL 1.1, Code: MIT License)
+ * Copyright 2024 Fonticons, Inc.
+ */
+.fa{font-family:var(--fa-style-family,"Font Awesome 6
Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font
[...]
+
+.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27
[...]
+.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font
Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6
Brands"}@font-face{font-family:"Font Awesome 6
Brands";font-style:normal;font-weight:400;font-display:block;src:url(./fa-brands-400.woff2)
format("woff2"),url(./fa-b [...]
\ No newline at end of file
diff --git a/fnt/font-awesome/fa-brands-400.ttf
b/fnt/font-awesome/fa-brands-400.ttf
new file mode 100644
index 00000000..0f82a836
Binary files /dev/null and b/fnt/font-awesome/fa-brands-400.ttf differ
diff --git a/fnt/font-awesome/fa-brands-400.woff2
b/fnt/font-awesome/fa-brands-400.woff2
new file mode 100644
index 00000000..3c5cf97e
Binary files /dev/null and b/fnt/font-awesome/fa-brands-400.woff2 differ
diff --git a/fnt/font-awesome/fa-regular-400.ttf
b/fnt/font-awesome/fa-regular-400.ttf
new file mode 100644
index 00000000..9ee1919d
Binary files /dev/null and b/fnt/font-awesome/fa-regular-400.ttf differ
diff --git a/fnt/font-awesome/fa-regular-400.woff2
b/fnt/font-awesome/fa-regular-400.woff2
new file mode 100644
index 00000000..57d91796
Binary files /dev/null and b/fnt/font-awesome/fa-regular-400.woff2 differ
diff --git a/fnt/font-awesome/fa-solid-900.ttf
b/fnt/font-awesome/fa-solid-900.ttf
new file mode 100644
index 00000000..1c10972e
Binary files /dev/null and b/fnt/font-awesome/fa-solid-900.ttf differ
diff --git a/fnt/font-awesome/fa-solid-900.woff2
b/fnt/font-awesome/fa-solid-900.woff2
new file mode 100644
index 00000000..16721020
Binary files /dev/null and b/fnt/font-awesome/fa-solid-900.woff2 differ
diff --git a/fnt/font-awesome/fa-v4compatibility.ttf
b/fnt/font-awesome/fa-v4compatibility.ttf
new file mode 100644
index 00000000..3bcb67ff
Binary files /dev/null and b/fnt/font-awesome/fa-v4compatibility.ttf differ
diff --git a/fnt/font-awesome/fa-v4compatibility.woff2
b/fnt/font-awesome/fa-v4compatibility.woff2
new file mode 100644
index 00000000..fbafb222
Binary files /dev/null and b/fnt/font-awesome/fa-v4compatibility.woff2 differ
diff --git a/get-involved/index.html b/get-involved/index.html
index 47dd2371..a26801e6 100644
--- a/get-involved/index.html
+++ b/get-involved/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Get
Involved</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Get
Involved</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" hr [...]
\ No newline at end of file
diff --git a/ides/index.html b/ides/index.html
index b8731d94..8d7e8258 100644
--- a/ides/index.html
+++ b/ides/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>IDEs and
Editors</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shor [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>IDEs and
Editors</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon [...]
\ No newline at end of file
diff --git a/index.html b/index.html
index e2bb3fb5..bbcc88d8 100644
--- a/index.html
+++ b/index.html
@@ -1,2 +1,2 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache
Royale</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcu [...]
-asjsc <path to <em>.as</em> file></code></pre></div></div><div
class="blog-preview-section"><div class="container"><h2><a href="/blog/">Latest
From Our Blog</a></h2><p>Stay up to date with all of the news, updates, and
tutorials</p><div class="grid grid-blog-preview"><div class="grid-item"><h3
class="post-title"><a href="/blog/apache-royale-v0-9-12-released/">Apache
Royale v0.9.12 released!</a></h3><div class="post-meta">by Josh Tynjala on
December 11, 2024</div><div><p>The Apache [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Apache
Royale</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut icon" h [...]
+asjsc <path to <em>.as</em> file></code></pre></div></div><div
class="blog-preview-section"><div class="container"><h2><a href="/blog/">Latest
From Our Blog</a></h2><p>Stay up to date with all of the news, updates, and
tutorials</p><div class="grid grid-blog-preview"><div class="grid-item"><h3
class="post-title"><a href="/blog/apache-royale-v0-9-12-released/">Apache
Royale v0.9.12 released!</a></h3><div class="post-meta">by Josh Tynjala on
December 11, 2024</div><div><p>The Apache [...]
\ No newline at end of file
diff --git a/mailing-lists/index.html b/mailing-lists/index.html
index f3bb648a..67abab4e 100644
--- a/mailing-lists/index.html
+++ b/mailing-lists/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Mailing
Lists</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcu [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Mailing
Lists</title><link rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut icon" h [...]
\ No newline at end of file
diff --git a/royale-commercial-support/index.html
b/royale-commercial-support/index.html
index b2dbbb1b..e691fe78 100644
--- a/royale-commercial-support/index.html
+++ b/royale-commercial-support/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Royale Commercial
Support</title><link rel="stylesheet"
href="/fnt/font-awesome/font-awesome.min.css"><link rel="stylesheet"
href="/css/styles.css"><link [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Royale Commercial
Support</title><link rel="stylesheet"
href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shor [...]
\ No newline at end of file
diff --git a/showcase/index.html b/showcase/index.html
index 29cb500c..3b9a367e 100644
--- a/showcase/index.html
+++ b/showcase/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Showcase</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ico [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Showcase</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" href=" [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index c7511345..1d50e036 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -86,45 +86,45 @@
<lastmod>2024-12-11T00:00:00.000Z</lastmod>
</url><url>
<loc>https://royale.apache.org/blog/</loc>
- <lastmod>2025-05-05T17:28:58.067Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.791Z</lastmod>
</url><url>
<loc>https://royale.apache.org/docs/</loc>
- <lastmod>2025-05-05T17:28:58.071Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.795Z</lastmod>
</url><url>
<loc>https://royale.apache.org/download/</loc>
- <lastmod>2025-05-05T17:28:58.071Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.795Z</lastmod>
</url><url>
<loc>https://royale.apache.org/faq/</loc>
- <lastmod>2025-05-05T17:28:58.071Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.795Z</lastmod>
</url><url>
<loc>https://royale.apache.org/features/</loc>
- <lastmod>2025-05-05T17:28:58.071Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.795Z</lastmod>
</url><url>
<loc>https://royale.apache.org/get-involved/</loc>
- <lastmod>2025-05-05T17:28:58.076Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.802Z</lastmod>
</url><url>
<loc>https://royale.apache.org/ides/</loc>
- <lastmod>2025-05-05T17:28:58.077Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.802Z</lastmod>
</url><url>
<loc>https://royale.apache.org/</loc>
- <lastmod>2025-05-05T17:28:58.168Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.893Z</lastmod>
</url><url>
<loc>https://royale.apache.org/mailing-lists/</loc>
- <lastmod>2025-05-05T17:28:58.168Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.893Z</lastmod>
</url><url>
<loc>https://royale.apache.org/royale-commercial-support/</loc>
- <lastmod>2025-05-05T17:28:58.169Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.894Z</lastmod>
</url><url>
<loc>https://royale.apache.org/showcase/</loc>
- <lastmod>2025-05-05T17:28:58.169Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.894Z</lastmod>
</url><url>
<loc>https://royale.apache.org/source-code/</loc>
- <lastmod>2025-05-05T17:28:58.169Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.894Z</lastmod>
</url><url>
<loc>https://royale.apache.org/team/</loc>
- <lastmod>2025-05-05T17:28:58.169Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.894Z</lastmod>
</url><url>
<loc>https://royale.apache.org/thanks-to/</loc>
- <lastmod>2025-05-05T17:28:58.169Z</lastmod>
+ <lastmod>2025-05-05T21:26:05.894Z</lastmod>
</url>
</urlset>
\ No newline at end of file
diff --git a/source-code/index.html b/source-code/index.html
index effdbe25..c573af3f 100644
--- a/source-code/index.html
+++ b/source-code/index.html
@@ -1,4 +1,4 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Source Code</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut [...]
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Source Code</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" hre [...]
cd royale-compiler
git checkout develop
</code></pre><h3>Typedefs</h3><p>Typedefs are <em>.swc</em> library files
designed to allow type-checking for application development. They contain the
type definitions in ActionScript, but none of the actual implementation of the
JavaScript code.</p><p>These are used for type-checking at compile-time, but
are not cross-compiled and included as JavaScript code for deployment. To use
these typedef <em>.swc</em> files, the native JavaScript code libraries are
linked at run-time in the HTML [...]
@@ -7,4 +7,4 @@ git checkout develop
</code></pre><h3>Framework (asjs)</h3><p>ASJS Framework is a collection of
<em>.swc</em> library files which can be used to make application development
easier. This includes core language features in ActionScript which do not exist
in JavaScript, abstractions of HTML elements, component sets, and
more.</p><p>Check out the asjs source via git using the following
commands:</p><pre><code class="language-sh">git clone
//github.com/apache/royale-asjs.git royale-asjs
cd royale-asjs
git checkout develop
-</code></pre></article></div></div><footer class="footer"><div
class="footer-row"><div class="footer-column"><ul class="footer-list"><li
class="apacheroyale"><a href="/">Apache Royale</a></li><li><a
href="/">Home</a></li><li><a href="/features">Features</a></li><li><a
href="/download">Download</a></li><li><a href="/ides">IDEs and
Editors</a></li><li><a href="/showcase">Showcase</a></li><li><a
href="/blog">Blog</a></li><li><a href="/team">Team</a></li><li><a
href="/thanks-to">Thanks To</a [...]
\ No newline at end of file
+</code></pre></article></div></div><footer class="footer"><div
class="footer-row"><div class="footer-column"><ul class="footer-list"><li
class="apacheroyale"><a href="/">Apache Royale</a></li><li><a
href="/">Home</a></li><li><a href="/features">Features</a></li><li><a
href="/download">Download</a></li><li><a href="/ides">IDEs and
Editors</a></li><li><a href="/showcase">Showcase</a></li><li><a
href="/blog">Blog</a></li><li><a href="/team">Team</a></li><li><a
href="/thanks-to">Thanks To</a [...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index e11e62b5..5179d0f5 100644
--- a/team/index.html
+++ b/team/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Team</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut icon" h [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Team</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" href="/img [...]
\ No newline at end of file
diff --git a/thanks-to/index.html b/thanks-to/index.html
index 7afcfe1b..3ea1cb15 100644
--- a/thanks-to/index.html
+++ b/thanks-to/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Thanks To</title><link
rel="stylesheet" href="/fnt/font-awesome/font-awesome.min.css"><link
rel="stylesheet" href="/css/styles.css"><link rel="shortcut ic [...]
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta charset="utf-8"><meta
http-equiv="CACHE-CONTROL" content="NO-CACHE"><meta http-equiv="Content-Type"
content="text/html; charset=UTF-8"><meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><meta
http-equiv="X-UA-Compatible" content="ie=edge"><title>Thanks To</title><link
rel="stylesheet" href="/fnt/font-awesome/all.min.css"><link rel="stylesheet"
href="/css/styles.css"><link rel="shortcut icon" href= [...]
\ No newline at end of file