[ 
https://issues.apache.org/jira/browse/FLEX-35011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108239#comment-15108239
 ] 

Vandana commented on FLEX-35011:
--------------------------------

No I am not running "DataBindingTest" bcz its a web application. I have created 
a desktop application and paste some code of "databindingtest" sample 
application.

Here is my "FlexJSTest.mxml"

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                                xmlns:local="*"
                                xmlns:js="library://ns.apache.org/flexjs/basic" 
                                xmlns:models="models.*" 
                                xmlns:controllers="controllers.*"
                                
                                >
        <fx:Script>
                <![CDATA[
                        
                ]]>
        </fx:Script>
        <js:valuesImpl>
                <js:SimpleCSSValuesImpl />
        </js:valuesImpl>
        <js:initialView>
                <js:ViewBase>
                        <js:Container x="0" y="0" >
                                <js:Label width="300" text="Test application" />
                        </js:Container>
                </js:ViewBase>
        </js:initialView>
        <js:model>
                
        </js:model>
        <js:controller>

        </js:controller>
        <js:beads>
                <js:HTTPService id="service">
                        <js:LazyCollection id="collection">
                                <js:inputParser>
                                        <js:JSONInputParser />
                                </js:inputParser>
                                <js:itemConverter>

                                </js:itemConverter> 
                        </js:LazyCollection>
                </js:HTTPService>
                <js:CSSFontFaceBead />
                <js:ViewSourceContextMenuOption />
        </js:beads>
</js:Application>


> Converting an existing air project
> ----------------------------------
>
>                 Key: FLEX-35011
>                 URL: https://issues.apache.org/jira/browse/FLEX-35011
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.5.0
>         Environment: Windows 10
>            Reporter: Vandana
>         Attachments: FlexJSTest.fxp
>
>
> My requirement is to Convert an Existing Air(Desktop) application to FlexJS 
> as its browser webkit is old and does not support HTML5 properly.
> I have created a sample desktop application in Flash builder 4.7 (SDK Apache 
> FlexJS 0.50). When i run the application it is throwing error 
> "This tag could not be resolved to an ActionScript class. It will be ignored."
> Please help me how to fix this type of error and also suggest me to convert 
> existing Air application into FlexJS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to