You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/23 06:28:08 UTC

[royale-asjs] branch develop updated: jewel: refactor ApplicationResponsiveView to ResponsiveView. Some examples left with old name.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1f8ac1a  jewel: refactor ApplicationResponsiveView to ResponsiveView. Some examples left with old name.
1f8ac1a is described below

commit 1f8ac1ac9e0ee535d69824bca8f91460d5ad3b18
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 23 08:27:55 2020 +0200

    jewel: refactor ApplicationResponsiveView to ResponsiveView. Some examples left with old name.
---
 examples/jewel/royale-website/src/main/royale/MainContent.mxml        | 4 ++--
 examples/mxroyale/RemoteObjectAMFTest/src/main/royale/App_Jewel.mxml  | 4 ++--
 .../CreditCardValidatorExample/src/main/royale/MainContent.mxml       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/jewel/royale-website/src/main/royale/MainContent.mxml b/examples/jewel/royale-website/src/main/royale/MainContent.mxml
index d2194b7..b53bfee 100644
--- a/examples/jewel/royale-website/src/main/royale/MainContent.mxml
+++ b/examples/jewel/royale-website/src/main/royale/MainContent.mxml
@@ -17,7 +17,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 -->
-<j:ApplicationResponsiveView xmlns:fx="http://ns.adobe.com/mxml/2009"
+<j:ResponsiveView xmlns:fx="http://ns.adobe.com/mxml/2009"
     xmlns:j="library://ns.apache.org/royale/jewel"
     xmlns:js="library://ns.apache.org/royale/basic"
     xmlns:html="library://ns.apache.org/royale/html"
@@ -117,4 +117,4 @@ limitations under the License.
         <j:Label localId="placeholder" multiline="true"/>
     </j:ScrollableSectionContent>
 
-</j:ApplicationResponsiveView>
+</j:ResponsiveView>
diff --git a/examples/mxroyale/RemoteObjectAMFTest/src/main/royale/App_Jewel.mxml b/examples/mxroyale/RemoteObjectAMFTest/src/main/royale/App_Jewel.mxml
index 4558656..c79879b 100644
--- a/examples/mxroyale/RemoteObjectAMFTest/src/main/royale/App_Jewel.mxml
+++ b/examples/mxroyale/RemoteObjectAMFTest/src/main/royale/App_Jewel.mxml
@@ -183,7 +183,7 @@ limitations under the License.
 	</j:valuesImpl>
 
     <j:initialView>
-	    <j:ApplicationResponsiveView>
+	    <j:ResponsiveView>
 
     <!-- <mx:VBox width="400">
         <mx:HBox>
@@ -214,7 +214,7 @@ limitations under the License.
                 <j:Label id="result3_txt"/>
             </j:VGroup>
         </j:VGroup>
-        </j:ApplicationResponsiveView>
+        </j:ResponsiveView>
     </j:initialView>
     <!-- <mx:VBox width="400">
         <mx:Button label="Get Array Of Objects" click="service.getObjectArray1.send()"/>
diff --git a/examples/royale/CreditCardValidatorExample/src/main/royale/MainContent.mxml b/examples/royale/CreditCardValidatorExample/src/main/royale/MainContent.mxml
index ab7590e..662b142 100644
--- a/examples/royale/CreditCardValidatorExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/CreditCardValidatorExample/src/main/royale/MainContent.mxml
@@ -17,7 +17,7 @@
   limitations under the License.
 
 -->
-<j:ApplicationResponsiveView xmlns:fx="http://ns.adobe.com/mxml/2009"
+<j:ResponsiveView xmlns:fx="http://ns.adobe.com/mxml/2009"
 						     xmlns:j="library://ns.apache.org/royale/jewel"
 						     xmlns:js="library://ns.apache.org/royale/basic"
 						     xmlns:html="library://ns.apache.org/royale/html"
@@ -80,4 +80,4 @@
 			<j:Button localId="btnSubmit" text="Submit"/>
 		</j:FormItem>
 	</j:Form>
-</j:ApplicationResponsiveView>
+</j:ResponsiveView>