Carlos,

I have the following mxml. (Skelton only)

Would like to convert to Apache Royale.

Would you please advise me what I shoud do (such as changing the source a
bit for successful conversion)?

I'd like to convert and build 2 or 3 mxml files for assessment, if possible,
within a couple of days.

Appreciate your help in advance.

T-san

----------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8"?>
<s:NavigatorContent xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                        
xmlns:s="library://ns.adobe.com/flex/spark" 
                                        
xmlns:mx="library://ns.adobe.com/flex/mx"
                                        creationComplete="init()"
                                        
xmlns:myComp="jp.co.mycomany.flexapp.view.*">
        <fx:Script>
                
        </fx:Script>    
        <fx:Style source="myCompany.css"/>

        <s:Scroller width="100%" height="100%">
                <s:Group>
                        <myComp:Header id="headerS"/>
                        <s:Label y="93" width="100%" height="45" 
fontFamily="Arial" fontSize="30"
                                         horizontalCenter="" text="Tasklist" 
textAlign="center"
verticalAlign="top"/>
                        <mx:TabNavigator id="taskListTab" x="7" y="141" 
width="1890" height="888"
change="tabnavigator1_changeHandler(event)" >
                                <myComp:  ???? />
                                <myComp:  ???? />
                                <myComp:  ???? />
                        </mx:TabNavigator>

                        <s:Panel id="myTaskListPanel" x="11" y="609" 
width="1118" height="411"
backgroundColor="#CCF5FF"
                                         
skinClass="jp.co.mycomany.flexapp.view.skin.PanelSkin"
title="myTaskList">
                                <mx:AdvancedDataGrid ?????>
                                        <mx:dataProvider>
                                                <mx:HierarchicalData ?????/>
                                        </mx:dataProvider>
                                        <mx:groupedColumns>
                                                <mx:AdvancedDataGridColumn 
??????? />
                                                <mx:AdvancedDataGridColumn 
??????? />
                                                <mx:AdvancedDataGridColumn 
??????? />
                                                        <mx:itemRenderer>
                                                                <fx:Component>
                                                                        
<mx:Label>
                                                                                
<fx:Script>


                . . . . . . . . . . . . . . .      
                                         
                        </s:Panel>
                        <s:Button x="1442" y="1037" label="Return" height="26" 
width="80"
click="returnToMenu()"/>
                </s:Group>
        </s:Scroller>
</s:NavigatorContent>



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to