Test Application in Flex Builder 3.0 by consuming a WebService

in the WIKI link you had provided, you have answers for your questions.
1. dataProvider="{abapWS.Zattendees.lastResult.Attendees.item}"
(webserviceid.operationname.lastResult.XMLelement.)
2. abapWS.Zattendees.send()
(click of the submit button call <wsid>.<operation>.send()
also check out this weblog (by DAN) on how to call the WS using actionscript without using MXML tags
http://blog.danmcweeney.com/57
Regards
Raja

Thanks Daniel,
I finally figured out how to send the arguments to the Webservice operation. And as you said, it looks much easier when i'm using the actionscript classes. The application is working fine when i'm Running the application right from the Flex Builder. But when i Build the relase and create a AIR application and install it. It does not seem to work. I guess i'm missing how to send in the userid and password to the webservice.
So, basically, as soon as the application is launched, i'd like for the Userid and Password Prompt to popup.
Can you please advice on how to get this working.
Thanks again,
RK.

Similar Messages

  • Building Flex Application with Flex Builder installed in a remote server

    Building Flex Application with Flex Builder installed in a remote server and different developers accessing it via VNC etc
    I have a requirement as below..........this is mainly to look for a solution where we can see a environment.............where we can stop developer to install flex builder locally, download/check out code locally and work locally ..............Please have a look ........
    1. There is Remote Server hosting our source code say 1st Remote Server
    2. There is another 2nd Remote Server which support workspace for each user
    3. Flex Builder installed in the 2nd Remote Server
    4. Each Developer connects to the 2nd Remote Server via VNC etc log in to their workspace
    5. Each developer check out code in their workspace by connecting to 1st Remote Server.
    6. Start Flex Builder instance which is running in the 2nd Remote Server
    5. Each developer open source code modifies, build application in their workspace and check
    Do anyone have any idea whether this kind of environment is possible in Flex or can anyone suggest something which is almost close to this ? I heard Cloud Computing is something that world is looking to represent this kind of solution .............not sure though

    Hi
    The concept of cloud computing is not even very clear to me
    I think this is what I understood about it ...........from this link http://communication.howstuffworks.com/cloud-computing.htm
    It says
    "Instead of installing a suite of software for each computer, you'd only have to load one application. That application would allow workers to log into a Web-based service which hosts all the programs the user would need for his or her job. Remote machines owned by another company would run everything from e-mail to word processing to complex data analysis programs. It's called cloud computing, and it could change the entire computer industry"
    "There's a good chance you've already used some form of cloud computing. If you have an e-mail account with a Web-based e-mail service like Hotmail, Yahoo! Mail or Gmail, then you've had some experience with cloud computing. Instead of running an e-mail program on your computer, you log in to a Web e-mail account remotely"
    My issue is not with the license. The solution that I am looking for is
    1. Don't want the developer to download the source code in any fashion either checked out or anything else in the local machine
    2. Want the developer to work directly on the server
    3. Looking for a solution where each developer is not required to install Flex Builder locally and the developer can use Flex Builder that is installed on the server and in his workspace and create/modify build on the server itself
    Hope I could make you understand this time ................
    Regards
    Biswamit

  • Building Flex application with Flex Builder in a Remote Server - Cloud Computing

    Hey Guys
    I have a query or its confusion probably
    I was just thinking if this kind of solution is existing or possible with say cloud computing or anything else?
    This is what we all probably do for building our flex application?
    1. There is Remote Server hosting our source code
    2. Developer check out the code in their system locally by some Configuration tool like Perforce, CVS etc
    3. Developer Install Flex  Builder IDE locally and open the IDE and then create.build locally and then on testing check in the code in repository
    All this is fine but we have some problem here
    a. We have to get all the source code checked out/downloaded in some local machine
    b. We have to install Flex Builder in each every developer machine with license.
    A possible modification in the above can be as follows
    1. Don't download/check out the source code locally in each machine
    2. Create a mapped network drive of the Remote Repository and then work directly with the mapped network drive
    3. Install Flex Builder  locally
    4. Start Flex Builder create a Flex Project with source code in the mapped network drive
    But this has some potential problem as now the building of the flex application directly work with the mapped network drive. This is very slow especially when we Keep the "Build Automatically" Check box to true
    My question is that can we have a solution like this ?
    1. There is Remote Server hosting our source code
    2. There is another 2nd Remote Server which support workspace for each user
    3. Flex Builder installed in the 2nd Remote Server
    4. Each Developer connects to the 2nd Remote Server log in to their workspace
    5. Each developer check out code by connecting to 1st Remote Server. This code which is checked out now goes in their workspace in the 2nd Remote Server
    6. Start Flex Builder instance which is running in the 2nd Remote Server
    5. Each developer open source code modifies, build application in their workspace and check
    I think this is something that I heard cloud computing can do ? Do anyone have any idea whether this kind of environment is possible in Flex or can anyone suggest something which is almost close to this ?
    Regards
    Biswamit

    Hi
    The concept of cloud computing is not even very clear to me
    I think this is what I understood about it ...........from this link http://communication.howstuffworks.com/cloud-computing.htm
    It says
    "Instead of installing a suite of software for each computer, you'd only have to load one application. That application would allow workers to log into a Web-based service which hosts all the programs the user would need for his or her job. Remote machines owned by another company would run everything from e-mail to word processing to complex data analysis programs. It's called cloud computing, and it could change the entire computer industry"
    "There's a good chance you've already used some form of cloud computing. If you have an e-mail account with a Web-based e-mail service like Hotmail, Yahoo! Mail or Gmail, then you've had some experience with cloud computing. Instead of running an e-mail program on your computer, you log in to a Web e-mail account remotely"
    My issue is not with the license. The solution that I am looking for is
    1. Don't want the developer to download the source code in any fashion either checked out or anything else in the local machine
    2. Want the developer to work directly on the server
    3. Looking for a solution where each developer is not required to install Flex Builder locally and the developer can use Flex Builder that is installed on the server and in his workspace and create/modify build on the server itself
    Hope I could make you understand this time ................
    Regards
    Biswamit

  • How to access Flex builder application on VC??

    Hi,
            I have developed an Flex application using Flex Builder 2.0.1 & i want to access this application on VC how to do that??
    Is there any other way accessing flex application on SAP portal???
    I want to know whether It is possible or not?? if possible how to do that??
    please help me if anyone knows about this isssue.
    Thanks in advance.
    Regards,
    Malar

    Double post, look at this How to access Flex builder application on VC??
    Best Regards,
    Marcel

  • How to Call a AIR application from Flex Application

    Hi,
        I have Used AIR (Desktop application) in Flex Builder to Upload a File from a local path and save it it a server path.
    I need to Call this AIR(Desktop application) from my Flex Application.... i.e
    I am using a link button to send a event using Script and Forward that Desktop application  from Flex Screen
    But it doesnot load that (Desktop application)  in Screen. Only Balnk screen is loaded from path
    Here is the code
    AIR(Desktop application)
    <?xml version="1.0" encoding="utf-8"?><mx:WindowedApplication 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="openBrowseWindow();">
    <mx:HTTPService id="urlpath" showBusyCursor="true" useProxy="false" method="
    POST" url="http://localhost:8080/nat/FlexAction.do?method=UrlPath"result="pathresult(event)"
    fault="faultHandler(event)"
    >  
    </mx:HTTPService> 
    <mx:Script>
    <![CDATA[
    import mx.events.FileEvent; 
    import mx.rpc.events.ResultEvent; 
    import mx.rpc.events.FaultEvent; 
    import mx.utils.ObjectUtil;  
    import mx.controls.Alert;
    private  
    var openFile:File = new File() 
    private  
    function openBrowseWindow():void{openFile.addEventListener(Event.SELECT, onOpenFileComplete);
    openFile.addEventListener(Event.OPEN, load);
    openFile.browse();
    private  
    function load():void{Alert.show(
    "load"); 
    var imageTypes:FileFilter = new FileFilter("Images (*.jpg, *.jpeg, *.gif, *.png)", "*.jpg; *.jpeg; *.gif; *.png"); 
    //var textTypes:FileFilter = new FileFilter("Text Files (*.txt, *.rtf)", "*.txt; *.rtf"); 
    var allTypes:Array = new Array(imageTypes);openFile.browse(allTypes);
    private  
    function faultHandler(event:FaultEvent):void { 
    //Alert.show("Fault")Alert.show(ObjectUtil.toString(event.fault));
     private  
    function pathresult(event:ResultEvent):void{Alert.show(
    "res") 
    //Alert.show(ObjectUtil.toString(event.result));}private  
    function onOpenFileComplete(event:Event):void{ 
    //mx.controls.Alert.show("event: "+event.target.nativePath +"UR!!!"); 
    var pPath = event.target.nativePath; 
    var parameters:Object = {FlexActionType:"PATH",path:pPath};  
    // Alert.show("Image Selected from Path : "+pPath); urlpath.send(parameters);
    //Alert.show("Passed.."+parameters);}
    ]]>
    </mx:Script>
    <mx:Button click="openBrowseWindow();onOpenFileComplete(event)" name="Upload" label="Upload" x="120.5" y="10"/> 
    Here is Mxml Code for Flex Application
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns="http://ns.adobe.com/air/application/1.0.M4" >
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert; 
    private function Upload():void{ 
    // CursorManager.setBusyCursor();  
    //var url:String = "HomeAction.do?method=onLoad"; 
    //var url:String = "assets/Air.swf"; 
    var url1:URLRequest = new URLRequest("assets/Air.swf");navigateToURL(url1,
    "_self"); 
    // CursorManager.removeBusyCursor(); }
    ]]>
    </mx:Script>
    <mx:LinkButton id="up" click="Upload()" x="295" y="215" label="UpLoad"/>
    In this code i forward using s url to Open tat  Desktop application but a blank screen appears with out the proper output...
    Please Help me in this to forward AIR from Flex Screen..
    Thanks in Advance
    With Regards
    Gopinath.A
    Software Developer
    First Internet Systems Pvt. Ltd.,
    Chennai

    try this
    http://www.leonardofranca.com/index.php/2009/09/17/launching-an-installed-air-application- from-the-browser/
    regards
    Leonardo França
    Adobe Certified Expert Flex 3 with AIR
    Adobe Certified Expert Rich Internet Application Specialist v1.0
    Adobe Certified Expert Flash CS3 Professional
    Certified Professional Adobe Flex 2 Developer
    Adobe Certified Professional Flash MX 2004 Developer
    http://www.leonardofranca.com
    http://twitter/leofederal
    Manager AUGDF - Adobe User Group do Distrito Federal
    http://www.augdf.com.br
    http://twitter/augdf

  • Widget creation on Flex builder and related problems - need some help

    Hi all.
    I am trying to create a widget like application and it seems
    I have made a mistake. As you know, desktop widgets are like small
    stickers, they do not appear on taskbar and can be hidden or
    docked.
    The problem is that I created an AIR application using Flex
    Builder 3 Beta and now I cannot find how to make that application
    behave like custom-shaped window. My app appears on Windows taskbar
    and I don't want it. When I drag the window (which is a custom
    shape) it shows that nasty dragging rectangle around it.
    As far as I found out (and tried it) I need to use cod like:
    var initOptions:NativeWindowInitOptions = new
    NativeWindowInitOptions();
    initOptions.systemChrome = NativeWindowSystemChrome.NONE;
    initOptions.type = NativeWindowType.UTILITY;
    to hide my window from the taskbar. But it seems I cannot use
    such a code for class mx:Application. Or can I (would be grateful
    for some idea)?
    The main question is:
    if I want to migrate my app to that NativeWindow based
    solution - then NativeWindow is not an mx class and I cannot find
    how I will use Flex Builder Design mode to arrange my GUI elements.
    Is it somehow possible to wrap my mx:Application inside
    NativeWindow and do not have to migrate the design from mxml files
    to pure ActionScript?
    The second issue - if I want to use some kind of subforms -
    like widget settings window - when I move that window with the
    mouse, it is being clipped to the region of my Application. Does
    that again mean that I need to use NativeWindow for creating such a
    "Widget settings" dialog window?
    Thanks for any ideas (and especially for useful links and
    examples :-) )

    Hi all.
    I am trying to create a widget like application and it seems
    I have made a mistake. As you know, desktop widgets are like small
    stickers, they do not appear on taskbar and can be hidden or
    docked.
    The problem is that I created an AIR application using Flex
    Builder 3 Beta and now I cannot find how to make that application
    behave like custom-shaped window. My app appears on Windows taskbar
    and I don't want it. When I drag the window (which is a custom
    shape) it shows that nasty dragging rectangle around it.
    As far as I found out (and tried it) I need to use cod like:
    var initOptions:NativeWindowInitOptions = new
    NativeWindowInitOptions();
    initOptions.systemChrome = NativeWindowSystemChrome.NONE;
    initOptions.type = NativeWindowType.UTILITY;
    to hide my window from the taskbar. But it seems I cannot use
    such a code for class mx:Application. Or can I (would be grateful
    for some idea)?
    The main question is:
    if I want to migrate my app to that NativeWindow based
    solution - then NativeWindow is not an mx class and I cannot find
    how I will use Flex Builder Design mode to arrange my GUI elements.
    Is it somehow possible to wrap my mx:Application inside
    NativeWindow and do not have to migrate the design from mxml files
    to pure ActionScript?
    The second issue - if I want to use some kind of subforms -
    like widget settings window - when I move that window with the
    mouse, it is being clipped to the region of my Application. Does
    that again mean that I need to use NativeWindow for creating such a
    "Widget settings" dialog window?
    Thanks for any ideas (and especially for useful links and
    examples :-) )

  • Help Needed in developing simple Chatting application using flex and blazeds

    Hi,
    I followed this tutorial from adobe http://learn.adobe.com/wiki/display/Flex/Creating+a+BlazeDS+messaging+application+in+Flex+ Builder i installed tomcat server and set the path.I am unable to open server like this http://localhost:8080 but i can able to open that in this way http://127.0.0.1:8080/   .... When i create my new flex project in flash builder 4 i am getting this error
    You do not have write permission for the project output folder. Specify another location.
    can any one help me in how to get rid of this problem.I hope this forum helps me in finishing my flex project..
    Thanks
    Trinethra

    Hi,
    Need to use a scrollable resultset and depending on the need to have a stateful connection or a stateless connection you may need to query the table for every request(for stateless connection) and use the same result set for(stateful connection). and depending on the no of records in a page and the page no do some simple arithmetic and move the resultset. Hope this helps.
    rajesh

  • How to put an image in a data grid in Flex Builder 2

    Hi All,
    I need to populate a data grid with some text data received
    from a web service and, in a particular column of the datagrid, I
    have to put an image depending of a specific data returned me by
    the web service.
    It seems that there is the possibility to add an image in
    data grid column with the cellRenderer properties, but this
    property is available only for ActionScript 3.
    I'm developing an application in Flex Builder 2 that run
    ActionScript 2 and cellRenderer properties is not available. Is it
    right?
    If no, I will can use this cellRenderer properties in my
    application. Please, can you show me an example?
    If yes, there is a way to insert an image in datagridcolumn
    with ActionScript 2?
    Thank you very much
    Regards

    Flex Builder 2 uses Actionscript 3.
    You will need to write a renderer for for this column.
    There are a lot of examples of datagrids with images in them.
    here is one from the livedocs
    http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Live Docs_Book_Parts&file=cellrenderer_072_28.html

  • Flex builder 3.0.1 check sum

    Today I download flex builder 3.0.1 (FB3_win.exe windows
    version standalone ), when use md5sum check the file, It not same
    as the adobe's page (Windows: 5685090ac5f2a514075e7a7bd7ba1eb0), my
    checksum is (963d2a6fee8f9fc3fd496d1e69de093a FB3_win.exe),and I
    redownload the FB3_win.exe now checksum is
    (9d85401cfb42792278e84403fc565cbf FB3_win.exe).
    now I don't know which one is the correct,anyone can tell me
    the checksum of FB3_win.exe which download from
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    now i searched form google,it sames
    5685090ac5f2a514075e7a7bd7ba1eb0 is flex builder 3.0,not 3.0.1.
    look at
    http://blogs.adobe.com/flex/2008/02/its_on_flex_30_and_adobe_air_1.html
    btw ,i use two download file , this two file both can install
    and not report any error,and i also run and debug two sample
    application ,it seems ok.but now i am confused totally

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Creating your first Flex AIR application in Flex
    Builder:
    If you haven't already done so, download and install Flex
    Builder 3. For more information, see Setting up the Flex 3 SDK.
    Contents
    Link:
    http://livedocs.adobe.com/flex/3/html/FBHelloWord_1.html
    Adobe - Flex 3:
    Try Flex Builder 3 free for 60 days. ... Alert This content
    requires Flash. Download Flash Player now &middot; Get Adobe
    Flash Player
    Link:
    http://www.adobe.com/products/flex/
    Flex 3 - Creating modules in Flex Builder:
    The following steps describe how to create a new module in
    Flex Builder. ... (This can result in smaller download sizes for
    your SWF files.
    Link:
    http://livedocs.adobe.com/flex/3/html/creating_modules_2.html
    Adobe - Flex Builder: Features:
    Flex Builder 3 is now available in Standard and Professional
    editions. ... Flex Builder 3 is a powerful Eclipse based IDE that
    includes editors for MXML,
    Link:
    http://www.adobe.com/products/flex/features/flex_builder/
    Flex 3 - About Flex Builder projects:
    In addition to Flex projects, Flex Builder provides a basic
    project type called ... where AIR developers can publish AIR
    applications for users to download.
    Link:
    http://livedocs.adobe.com/flex/3/html/projects_2.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Calling WebServices using Flex Builder

    Hello,
    I want to use a WebService in the Flex Builder. I first defined the WebService:
    <mx:WebService id="test" wsdl="http://ld9030.wdf.sap.corp:50050/sap/bc/srt/rfc/sap/ZTP_TEST4?wsdl" result="log(event)" showBusyCursor="true">
    I have 2 importing parameters in the WebService (IText and IText2).
    But in the log-method, I cannot access these parameters:
        private function log(event:ResultEvent):void {
         var test1 = event.result.IText;
    Do you know, how I can access the import parameters?
    Please find attached the wsdl definition.
    Thanks,
    Thomas
      <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <wsdl:types>
    - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" elementFormDefault="unqualified" attributeFormDefault="qualified">
    - <xsd:element name="TpTest">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element name="IFlag" type="xsd:string" />
      <xsd:element name="IFlag2" type="xsd:string" />
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
    - <xsd:element name="TpTestResponse">
    - <xsd:complexType>
    - <xsd:sequence>
      <xsd:element name="EText" type="xsd:string" />
      <xsd:element name="EText2" type="xsd:string" />
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:schema>
      </wsdl:types>
    - <wsdl:message name="TpTest">
      <wsdl:part name="parameters" element="tns:TpTest" />
      </wsdl:message>
    - <wsdl:message name="TpTestResponse">
      <wsdl:part name="parameters" element="tns:TpTestResponse" />
      </wsdl:message>
    - <wsdl:portType name="ZTP_TEST4">
    - <wsdl:operation name="TpTest">
      <wsdl:input message="tns:TpTest" />
      <wsdl:output message="tns:TpTestResponse" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:binding name="ZTP_TEST4SoapBinding" type="tns:ZTP_TEST4">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <wsdl:operation name="TpTest">
      <soap:operation soapAction="" />
    - <wsdl:input>
      <soap:body use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
    - <wsdl:service name="ZTP_TEST4Service">
    - <wsdl:port name="ZTP_TEST4SoapBinding" binding="tns:ZTP_TEST4SoapBinding">
      <soap:address location="http://us4419.wdf.sap.corp:50050/sap/bc/srt/rfc/sap/ZTP_TEST4?sap-client=000" />
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>

    You can try putting the URL in a var as the next example:
    private var wsdl:String = "http://sapbdo5.bdo-argentina.com:8002/sap/bc/srt/rfc/sap/ZVER_TABLA?wsdl=1.1";
    private var wsdl2:String = "http://sapbdo5.bdo-argentina.com:8002/sap/bc/srt/rfc/sap/ZVER_TABLA?sap-client=600&wsdl=1.1";
              [Bindable] private var datos:ArrayCollection;
              private function retrieve_data():void{
                   //ws.loadWSDL(wsdl);
                                                                    ws.loadWSDL(wsdl2);
                   ws.ZVER_TABLA(txt.text);
              private function handleError(ev:Event):void{
                   Alert.show("Se produjo un error");
              private function handleResult(ev:ResultEvent):void{
                   datos = ev.result.DATA;
         ]]>
    </mx:Script>
    <mx:WebService id="ws" showBusyCursor="true" makeObjectsBindable="true">
         <mx:operation name="ZVER_TABLA" fault="handleError(event)"
         result="handleResult(event)"/>
    </mx:WebService>
    <mx:TextInput id="txt" enter="retrieve_data()" x="10" y="10"/>
    <mx:Button label="Ver datos" click="retrieve_data()" x="178" y="10"/>
    <mx:DataGrid id="dtGrid" horizontalScrollPolicy="auto" dataProvider=""
    verticalScrollPolicy="auto" right="10" bottom="10" top="40" left="10"
    visible="false"/>

  • How does flex builder handle permissions?

    Every time i launch flex builder it seems to for some reason
    replace my external files(asp files that gernerate xml) with older
    versions. Sometimes during work updates i make to these files stop
    occuring entirely, its as if im not able to save over or copy over
    the files, when i close flex builder and reboot i can copy the
    files from last time i backed up and work for a little while
    longer, it just started doing this. My files are in the bin
    directory with all the other files and maybe thats bad, anyways any
    advice would be great.
    leo

    leotemp wrote:
    > Every time i launch flex builder it seems to for some
    reason replace my
    > external files(asp files that gernerate xml) with older
    versions. Sometimes
    > during work updates i make to these files stop occuring
    entirely, its as if im
    > not able to save over or copy over the files, when i
    close flex builder and
    > reboot i can copy the files from last time i backed up
    and work for a little
    > while longer, it just started doing this. My files are
    in the bin directory
    > with all the other files and maybe thats bad, anyways
    any advice would be great.
    >
    > leo
    >
    When you compile and run a flex application in flex builder
    we copy over
    all the included files to the bin folder. Do you have copies
    of the
    generated xml files in your project? If so, then the ones in
    the bin
    folder will get overwritten.
    winsha

  • Flex Builder 3.0 Licence purchase request

    We have installed flex builder 3.0 (trail version) as part of the FLEX development and design mode working fine. The problem is not able to buy  license for this specific version 3.0. When clicks on Purchase button under Manage Flex Builder License thows the error page "Sorry, this page is not available". Please advise if there is any other option to buy flex builder 3.0 license.
    The reason that we are going to flex builder 3.0 is due to design mode works only fine in this version. We have installed Flex Builder 4.5 and above versions , design mode not working properly which is really big challenge to deal with Flex code. Please advise us to fix the design issue with flex builder 4.5+ versions.

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Creating your first Flex AIR application in Flex
    Builder:
    If you haven't already done so, download and install Flex
    Builder 3. For more information, see Setting up the Flex 3 SDK.
    Contents
    Link:
    http://livedocs.adobe.com/flex/3/html/FBHelloWord_1.html
    Adobe - Flex 3:
    Try Flex Builder 3 free for 60 days. ... Alert This content
    requires Flash. Download Flash Player now &middot; Get Adobe
    Flash Player
    Link:
    http://www.adobe.com/products/flex/
    Flex 3 - Creating modules in Flex Builder:
    The following steps describe how to create a new module in
    Flex Builder. ... (This can result in smaller download sizes for
    your SWF files.
    Link:
    http://livedocs.adobe.com/flex/3/html/creating_modules_2.html
    Adobe - Flex Builder: Features:
    Flex Builder 3 is now available in Standard and Professional
    editions. ... Flex Builder 3 is a powerful Eclipse based IDE that
    includes editors for MXML,
    Link:
    http://www.adobe.com/products/flex/features/flex_builder/
    Flex 3 - About Flex Builder projects:
    In addition to Flex projects, Flex Builder provides a basic
    project type called ... where AIR developers can publish AIR
    applications for users to download.
    Link:
    http://livedocs.adobe.com/flex/3/html/projects_2.html
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Researching to use Blazeds with spring. I can use blazeds with flex builder 3.

    I would like to know, If i can use balzeds 4 with flex builder 3.
    I have all my applications on flex builder 3 with web services.
    Trying to convert to blazeds with spring.

    Yes, it is very much possible. I have done the integration, please check the steps in my post.
    http://sixtyfourarts.blogspot.com/2009/05/gae-integration-with-blazeds-in-eclipse.html

  • How to migrate a flex app from Flex Builder 3 to Flash Builder 4.7

    Hello,
    I have written an extensive application using Flex Builder 3. I have maintained the app for several years using FB3. In the mean time I have created several mobile apps using Flash Builder 4.7. So I am very familiar with the the new framework. However, my client has requested some big changes to the app. I figured this would be a great opportunity to migrate the app to FB4.7. I would like to keep the mx structure for the time being. So, are there any good documents concerning this migration path? What SDK should I use. Should I start using the Apache Flex SDK?
    Thanks,
    --randu

    Hello Raja,
    Thanks. Your reply has been very helpful.
    For deploying the Flex app, as a web on NW 04S, I did the following:
    - Created a web project and included the following files as web-content. These files were created using the Flex builder or in the Flex development perspective of NWDI - CE, you can find them in the "bin" folder of your Flex project.
       - AC_OETags.js
       - your-app.html
       - your-app.swf
       - history.htm
       - history.js
       - history.swf
       - playerProductInstall.swf
       - crossdomain.xml - This file is important, if our Flex app wants data from the server.
        ( I made the simplest possible crossdomain.xml containing
           <allow-access-from domain="*" secure = "false"/>
      -  Declare "your-app.htm" as the welcome file in web.xml
      -  Package, this .war after building this web project in an Enterprise application project and build it.
      Now, you have the .ear made, which is deployable on your NW Web AS.
    Apart from this, another thing which is important to be included in your Flex mxml code is the following:
    ( Thanks to Abesh for this........ )
    - You have to tell the Flex app, in the action script, as to from where should the Flash engine pick the crossdomain.xml ( in case you are accessing the server for data from your app)
    You might have noticed, we packaged the crossdomain.xml along with our other web content in the .war.
    So mention, something like this in your action script.
    Security.loadPolicyFile("http://<hostname>:<http-port>/<context-root fo your web app>/crossdomain.xml");
    The code will work like a charm.
    Hope this helps everyone.
    Thanks guys.
    Best Regards, Gagan.

  • How to build/run the SampleVideoPlayers in Flex Builder

    The source for building the Flash Player and AIR Sample Video Players using Adobe Flex Builder 3.2 is located \Sample Video Players\Flash Player\Source and \Sample Video Players\AIR\Source respectively.
    Flash Player Runtime
    (Mac and Windows)
    • Copy the file playerglobal.swc located in the Sample Video Players\Flash Player\playerglobal.swc folder to      <FlexBuilderInstallDir>\sdks\3.2.0\frameworks\libs\player\10 folder.
    • Copy the Player source folder located in \Sample Video Players\Flash Player\Source to your local hard drive.
    • Launch Flex Builder and import the project.
    • Select the SampleVideoPlayer_FP project.
    • Go to Project - Properties - Flex Compiler to make sure you are using the Flex 3.2 compiler.
    AIR Runtime
    (Mac)
    • Mount Mac_AIR_2.0_SDK.dmg.
    • Copy the SDK files using the command:
         ditto /Volumes/AIR\ SDK /Applications/Adobe\ Flex\ Builder\ 3/sdks/3.2.0/
    • Copy the file airglobal.swc located in the Sample Video Players\ AIR\airglobal.swc folder to <FlexBuilderInstallDir>\sdks\3.2.0\ frameworks\libs\air folder.
    • Copy the AIR source folder located in \Sample Video Players\AIR\Source to your local hard drive.
    • Launch Flex Builder and import the AIR project.
    • Select the SampleVideoPlayer_AIR20 project.
    • Go to Project - Properties - Flex Compiler to make sure you are using the Flex 3.2 compiler.
    (Win)
    • Copy the files in Win_AIR_2.0_SDK to to <FlexBuilderInstallDir>\sdks\3.2.0\.
    • Copy the AIR source folder located in \Sample Video Players\AIR\Source to your local hard drive.
    • Launch Flex Builder and import the AIR project.
    • Select the SampleVideoPlayer_AIR20 project.
    • Go to Project - Properties - Flex Compiler to make sure you are using the Flex 3.2 compiler.

    Thanks for  your replies.
    Could  you please  let me know where genarated  AS files  will reside in Flex builder  ?.
    Thanks
    Praveen.

Maybe you are looking for

  • Scenario import error

    Hi All, We are trying to import scenarios form one repository to another using SDK api (not from ODI UI). The repository where it gets imported has different master and work repository id. Out of 5 scenarios 4 gets imported successfully and 1 does no

  • How to devlop an application which display map

    i have to develop a project in j2me...the project is local search system... first phase of the project is to develop an j2me application which will display a map of particular area in the mobile... i dont know where to start with...plz give guideline

  • Flashing tips bar in PSE 10

    Yesterday I asked: "How do I get rid of the annoying flashing tips bar at the bottom of the screen in PSE 10?" It takes up space on my monitor and provides no useful service, e.g., if I want to make a photo look like a woodcut, I'll look it up myself

  • Webcam non-functional on some servers!?

    We used the FLARmanager, developed a nice little app, runs find locally, runs fine on our dev Linux server (dreamhost.com hosted). Put it on an IIS server. When we click on the 'allow webcam' prompt, the webcam control panel pops up (as usual), but t

  • How do I correct the arrow keys to change from lower case to higher case

    The arrow ,   shift key,  will not allow me to change from upper to lower case letters when in I Tunes.    the arrow keys seem to work in every other application.  I cannot properly enter a password  to enter I Tunes.  I reset the password from my no