Building Flex SDK

I have download the Adobe Flex SDK 4.6, modified the DropDownController.as file, run the ant script to generate her updated the SDK.

I created the Flex with this updated SDK project, but still the old code is reflecting instead of the updated SDK.

What I am doing wrong.

(PS: I try to avoid making the monkey patching)

I think monkey patching is much easier.

If you use RSL, then your changes will not be in the official RSL and you will need to monkey patch.

If you are linking static libraries then what you should work even if Flash Builder requires a reboot that it can cache the old SWCs.

-Alex

Tags: Flex

Similar Questions

  • How to compile flex builder flex sdk project?

    I built a flex with flex builder project and wish to modify and maintain in an environment of the flex SDK.

    I wonder if there is no tool in flex sdk to do this.

    Thank you

    You can use Ant tasks

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=anttasks_1.html

  • Unknown Flex SDK: «Extension Builder 4.5»

    Hi-

    I investigated this during a few days and I can't find an answer. I have a license Extension Builder 2 and am subscribed creative cloud. My ideal scenario is to build my extension with Fb 4.7. However, this seems so an unsupported configuration...

    My second best option is to build with 4.6:

    I install CS Extension Builder 2.0 in FlashBuilder 4.6.

    Installation seems to fill.

    I build a simple helloworld project.

    I target for SC 6.

    I select run as Adobe Indesign Extension

    I get the error: Unknown Flex SDK: «Extension Builder 4.5»

    Of course, my project is "Extension Builder 4.5" but this SDK is not installed. Or unrecognized. Or...

    Help, please. I encountered this on two separate computers (both mac os 10.8.3) and I am puzzled.

    I solved this. I have redownloaded and installed 4.6 FB.

  • Flex Builder is not compatible 3.0.1 Flex SDK 3.5.0.

    Hello


    We were using Flex 3.0.1 SDK + Flex Builder 3.0.1 combination and worked very well. Then due to some other business requirements had to upgrade the Flex SDK 3.5.0. Now the problem that we face is that the old Flex Builder 3.0.1 is not compatible with the new SDK (version 3.5.0).


    What is the solution? Is there a Flex Builder compatible with Flex 3.5 SDK available... I googled a bit, but failed. Is there any necessary changes in Flex Builder 3.0 files?

    Any eventual solution will be really useful. Thanks in advance.

    Hello

    Have you tried to update Flex Builder 3.0.2 and then using Flex SDK 3.5?

    Updates are available here: http://www.adobe.com/support/flex/downloads_updaters.html#flex3

    Alternatively, Flash Builder 4 also provides full support for Flex SDK 3.5.

    Thank you

    Andrew

    Senior Product Manager, Flash Builder

  • Difference between Flex Builder and Flex SDK

    You can tell me all what is a difference between in flex Builder and the Flex SDK kit?

    Thanks in advance...

    JaxNa

    Simply click on the exe of flex plugin, and it installs.

  • Cannot open '... Flex Builder 3\sdks\3.2.0\frameworks\locale\nl_BE'

    I opened a project (a Zip file import), and when you try to build the project I get the following message:

    "Can't open ' C:\Program Files (x 86) \Adobe\Flex Builder 3\sdks\3.2.0\frameworks\locale\nl_BE '.  When we look at the existing folders inside the \locale way, there is en-US and ja - JP, each containing 6 SWC files.

    What are these files and how do I get those lacking?

    Best regards

    Those who are used to the location settings.

    The problem is that you try to compile with a parameter regional nl_BE, when your SDK has only local en_US and ja_JP.

    To get rid of everything that you need to do is the file copylocale.exe to your SDK allows you to copy the settings regional en_US in nl_BE. This will create a folder in your SDK nl_BE, allowing you to compile with this place.

    Run:

    copylocale en_US nl_BE
    

    in the your SDK bin directory.

    More details here:

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=l10n_3.html

  • Flex Builder error: Namespace 2.6 in the application descriptor file must be equal to or greater than the minimum version 3.1 required by Flex SDK.

    "2.6 Namespace in the application descriptor file must be equal to or greater than the minimum version 3.1 required by the Flex SDK kit."

    what it means?

    to run the application

    (1) I need lower version 3.1

    (2) I need a newer version than the 3.1

    I'm confused.

    You can change the project xml file. I solved like this.

  • Lack of base class for events (flash.events). Flex SDK 4.1 | Flex Builder 3

    Hello

    I'm experience the following problem, I can't locate or find the base class for events when I do "import flash.events;"-AutoComplete does not work as well. import flash. available only - flash.errors and flash.text

    However if I spend the Flex SDK 4.1 to 3.2 the Flex SDK kit so no problem and I can add flash.events

    SDK Flex 4.1 version is 4.1.0. 65265, I also tried Flex 4.0 SDK, the same problem, not able to find events.

    Requires the flash player version I tried both: 10.0.0 and 10.1.0 does not.

    Could you please suggest what might be wrong. Unfortunately not be able to find this info in the forum or google

    Thank you

    Kind regards

    Marakame

    Have you tried

    import flash.events. *;

    Or

    import flash.events.Event;

  • Support TLS 1.2 Air Desktop Version-Flex SDK 4.5.1

    Hi all

    I'm new to this forum. I'm working on the desktop air application. recently of Salesforce announced we'll disable the TLS 1.0 since their servers and they will support the TLS Protocol 1.1,1.2. Here is test url that we can use to test in the Office of the air: https://tls1test.salesforce.com/s/. I went through some of the messages in this forum and have not found similar post about this issue. I found one, but it did not help either: done FLEX and AIR support TLS 1.1 + encryption?  


    I wrote the code to verify that the url below. SecureSocket connection is successful. but UrlRequest is a failure, because it uses TLS 1.0 version to connect to the server, since Air app uses the TLS 1.0, the handshake protocol is a failure. I found this info in wireshark: TLSv1 Record Layer: alert (level: Fatal, Description: failure of the handshake)

    Screen Shot 2015-11-12 at 11.57.16 AM.png

    My goal is to spend my desktop client to support TLS 1.2 Protocol. I use the version of the Flex SDK 4.5.1 to build the application. Can you please help me understand this issue?

    1. Is there anyway to set the version of the Protocol TLS for UrlLoader and UrlRequest?
    2. I need a client certificate to authenticate with the server for TLS 1.2 Protocol?
    3. This will work if the upgrade from Flex and Air SDKS, I tried, it doesn't work, but do not know what I have tried is correct or not?

    Import flash.display.Sprite;

    Import flash.events. *;

    Import flash.net.URLLoader;

    Import flash.net.URLRequest;

    Import flash.net.URLRequestDefaults;

    Import flash.net.URLRequestHeader;

    Import flash.net.URLRequestMethod;

    import flash.net.URLVariables;

    private function {URLRequestHeaderExample()}

    var loader: URLLoader = new URLLoader();

    loader.dataFormat = pouvez;

    configureListeners (loader);

    SecureSocketExample();

    var header: URLRequestHeader = new URLRequestHeader ('Permission', ' sampleToken');

    var request: URLRequest = new URLRequest ("""https://tls1test.salesforce.com/services/oauth2/token"""); / /https://tls1test.salesforce.com/

    //request.data = new URLVariables ("name = John + Doe");

    Request.Method = URLRequestMethod.GET;

    URLRequestDefaults.idleTimeout = 1200000;

    request.requestHeaders.push (header);

    try {

    Loader.Load (request);

    } catch (error: Error) {}

    trace() "Unable to load the document asked." );

    }

    }

    private function configureListeners(dispatcher:IEventDispatcher):void {}

    dispatcher.addEventListener (Event.COMPLETE, completeHandler);

    dispatcher.addEventListener (Event.OPEN, openHandler);

    dispatcher.addEventListener (ProgressEvent.PROGRESS, progressHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);

    dispatcher.addEventListener (SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_STATUS, httpStatusHandler);

    dispatcher.addEventListener (IOErrorEvent.IO_ERROR, ioErrorHandler);

    dispatcher.addEventListener (HTTPStatusEvent.HTTP_RESPONSE_STATUS, httpRespoStatusHandler);

    }

    private function completeHandler(event:Event):void {}

    var loader: URLLoader = URLLoader (event.target);

    trace ("completeHandler:" + loader.data "');

    }

    private function openHandler(event:Event):void {}

    trace ("openHandler:" + event "");

    }

    private function progressHandler(event:ProgressEvent):void {}

    trace ("progressHandler loaded:" + event.bytesLoaded + "total:" + event.bytesTotal);

    }

    private function securityErrorHandler(event:SecurityErrorEvent):void {}

    trace()"securityErrorHandler:" ( + event); "."

    }

    private function httpStatusHandler(event:HTTPStatusEvent):void {}

    trace()"httpStatusHandler:" ( + event); "."

    }

    private function httpRespoStatusHandler(event:HTTPStatusEvent):void {}

    trace()"httpRespoStatusHandler:" ( + event); "."

    }

    private function ioErrorHandler(event:IOErrorEvent):void {}

    trace()"ioErrorHandler:" ( + event); "."

    }

    private var secureSocket:SecureSocket = new SecureSocket();

    private function SecureSocketExample()

    {

    secureSocket.addEventListener (Event.CONNECT, onConnect)

    secureSocket.addEventListener (IOErrorEvent.IO_ERROR, onError);

    try

    {

    secureSocket.connect ( "tls1test.salesforce.com", 443);

    }

    catch (error: error)

    {

    trace (Error.ToString);

    }

    }

    private function onConnect (event: Event):void

    {

    trace() "connected". );

    secureSocket.close ();

    }

    private function onError (error: IOErrorEvent):void

    {

    trace (error.text + "," + secureSocket.serverCertificateStatus);

    }

    []] >

    @kumarkasimala

    Our quality assurance team has been able to reproduce this problem.  We consider you cela a bug and will start working on fixing it for a future release.  Our internal bug for this number is 4095988 in case you need to reference it later.

    Thank you

    Chris

  • With the help of native Extensions with Flex SDK 4.6.0

    Hello

    I try to get the example of Mac OS x Bonjour everybody works with the Flex SDK 4.6.0 kit. I've changed in all the places where there 4.5.1 / etc, got the XCode project to compile properly, but I got stumped on a problem at step 3. The result I get at the end of step 3 is:

    + "/ Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adt ' - package - PKCS12 - keystore src/assets/test.pfx - storepass stores no - target ane airrt.ane src/extension.xml CFC - src/assets/com.airrt.extensions.swc-plateforme MacOS - x 86 - C src/assets/platform/mac.

    Swc file is invalid. The NameSpace extension requires version SWF 13 or lower.

    / Users/owenbennett/Documents/projects/Flash/Native Extensions OSX/NativeExtensions

    Any ideas?


    Thank you

    Owen

    Too bad

    Figured it out. Here are the steps that I followed, using the kit 4.6.0 Flex SDK and XCode 4.1:

    1. 00 - create cert-> go.sh and 01 - create CFCS-> go.sh and 03 - create ane-> go.sh 04 - create dmg-> go.sh and 05 - running on adl-> go.sh and goall.sh

    change

    Flex_sdk = / Applications/Adobe\ Flash\ Builder\ 4.5/sdks/4.5.1-air3.0

    TO

    Flex_sdk = / Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0

    2. 02 - create the extension of the platform-> mac-> TestNativeExtension-> TestNativeExtension.xcodeproj

    Open the project in XCode, select the root of the project, and then TARGETS-> TestNativeExtension-> build settings

    change Search-> Search framework paths paths

    Debug: "$(SYSTEM_APPS_DIR) / Adobe Flash Builder 4.5/sdks/4.5.1-air3.0/runtimes/air/mac.

    Release date: "$(SYSTEM_APPS_DIR) / Adobe Flash Builder 4.5/sdks/4.5.0-air3.0/runtimes/air/mac.

    "$(SYSTEM_APPS_DIR) / Adobe Flash Builder 4.5/sdks/4.5.1-air3.0/runtimes/air/mac.

    TO

    Debug: "$(SYSTEM_APPS_DIR) / Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac.

    Release date: "$(SYSTEM_APPS_DIR) / Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac.

    If you want to check it is OK to build, don't forget to change the target (at the top of the run key) for TestNativeExtension > My 32-bit Mac

    3 03 - create ane-> src-> extension.xml

    change

    http://ns.Adobe.com/air/extension/2.5">

    TO

    http://ns.Adobe.com/air/extension/3.1">

    4 04 - create dmg-> src-> NativeExtensionTest - app.xml and 04 - create dmg-> src-> asset-> NativeExtensionTest - app.xml and 05 - running on adl-> src-> NativeExtensionTest - App.xml

    change

    http://ns.Adobe.com/air/application/3.0">

    TO

    http://ns.Adobe.com/air/application/3.1">

    and who should build for you!

    Owen

  • Where the Flex SDK 4.5.0.18623 SDK?

    http://fpdownload.Adobe.com/pub/Flex/SDK/builds/flexundefined/flex_sdk_4.5.0.18623.zip

    I am trying to download the latest version of the SDK of heroes with from this open source address of the Adobe Labs site, but I get the error 404 below:

    Not found

    The requested URL /pub/flex/sdk/builds/flexundefined/flex_sdk_4.5.0.18623.zip was not found on this server.

    http://opensource.Adobe.com/wiki/display/FlexSDK/download+Flex+hero

  • FlexUnit4 with Flex Application compiled with Flex SDK 3.0?

    The Flex application that I work on is compiled with Flex SDK 3.0.

    Now I want to unit test this application using FlexUnit4.

    I'm not able to find that flexunit4 for Flex SDK 3.0 in downloads page (http://www.flexunit.org/?page_id=14).

    So I decided to download the FlexUnit 4 source code and compile it using the Flex SDK 3.0.

    I downloaded the source code of the page of downloads (http://github.com/flexunit/flexunit/).

    I need help in the compilation of the projects. I want to know what are the configuration changes that I need to run the build.xml ant task in my local machine.

    Please help me out here.

    @crazyghost81 - http://opensource.adobe.com/wiki/display/flexunit/Get+Source+Code

  • I need flex sdk 4 do load data file

    Looks like I need flex sdk 4 to do the loading of the data file as seen on the following thread:

    http://forums.Adobe.com/thread/510429?TSTART=0



    Hi, I'm now trying to use the new features of file Flash 10 but I get this error when I try something like

    fileRef.load ();

    ReferenceError: Error #1069: charge of property not found on the flash.net.FileReference and there is no default value.

    The "require flash player version" also in Flex Builder setting change your build configuration. Specifically, it changes the version of playerglobal.swc is included in your compilation.

    If you do not want to change then you need to make this change manually in order to take advantage of the features of Flash Player 10.

  • Basic question on the Flex SDK kit:

    I'm a noob and can not afford Flex Builder, so I downloaded the Flex SDK kit.  I have the Java runtime and my sys JAVAHOME variable value.  I ran the

    C:\Program Files\FlexSDK\samples\explorer\build.bat

    .. .and it ran for a few minutes (I assume with success since I saw not the word "error" appear anywhere in the command line window).

    Now - I don't know if Component Explorer had been there before in the original of the Flex SDK kit download (where all which I copied into a directory I made called "C:\Program Files\FlexSDK\", but he is now inside the directory "C:\Program Files\FlexSDK\samples\explorer\".)  I don't know whether or not my batch.bat running created this "Explorer.html".  T it?

    My next question.  When I opened this Explorer.html - I received the order to Flex files to view sample - I see nothing but gray.

    I don't know what to do, but this is compounded by the fact that I am new to all of this - I don't know what to expect or the other.

    Can anyone help point me in the right direction?  Thank you.

    It looks like a write permissions problem. The Program Files directory has restrictions more stringent than other directories and mxmlc fails silently write the swf file.

    Please, create a "FlexSDK" directory directly under C:\ or in your own user directory, expand your SDK it and try again.

  • Problem with AdvancedDataGrid in Flex SDK 3.3

    Hello Forum,

    I downloaded and installed Flex SDK 3.3. Once I did my environment for the 3.3 SDK compiler complained that he cannot find the AdvancedDataGrid component in the path. After some research, I was able to solve this problem by downloading Flex 3.3 Data Visualization Components of http://www.adobe.com/products/flex/flexdownloads/. Then I had to unzip the file downloaded in the /sdk_3.3.0_install_dir/

    I don't think that I had to go through that in my previous installations - 3.2 and 3.1. No one knows the reason for this step both download and installation?

    Also, I would use a new class of vector in my future development, anyone know what version of the SDK it provides?

    Much appreciated,

    Mike

    Hi Mike, the two-step process is because the AdvancedDataGrid and graphic elements are not part of the Flex SDK, they are additional components that come along Flex Builder 3 Pro

Maybe you are looking for

  • The best way to delete multiple messages from Inbox?

    I left tens of hundreds, 1000s?, emails in my sent and Inbox. And I want to remove them. Is there a quicker way then one by one? I tried to hold the CTRL key and highlighting several emails without success. Please help an elderly person... Thank you,

  • The update to Aperture RAW Nikon D500 6.06 to 6.19 (support) 3.6

    Hello everyone I am running Yosemite 10.10.5 (see below for details) and it's probably time that update to Capitan! He had just bought a Nikon D500, I realized that my version (3.6 - RAW 6.06, BUILD 819,4 / DCR-6060-194, 4 does NOT work with its raw)

  • How can I put Satellite A300 - 29U back to factory settings?

    I don't know how to put my Toshiba Satellite A300 29U back to factory settings. I tried everything, but I have no idea how to do that? I have no CD or whatever. Thank you.

  • Boot errors

    Every time I start the computer, I get a black screen and wrote 7/55 (c:\windows\system32\wups.dll) or c:\windows\system32\wuapi.dll errors. then he said: 1of3 configuration updates to 3de3 0% complete, updates not configured, go back to orginal.   P

  • Bluetooth stack

    I have a pavilion g7-1310us laptop and I get a message when restarting saying battery bluetooth cannot be started.  Broadcom 20702 Bluetooth 4.0 card hardware id is: USB\VID_0A5C & PID_21E3 & REV_0112 USB\VID_0A5C & PID_21E3 What should I do to fix t