Flex Builder language reference update

I hope I can find some answers here. I have the following problem or wish ;-)
After installing/configureing flex builder 3 with the new 3.5 sdk I still have old language reference files in use. Is there a way to install a new documentationt set? if yes, how and where can I get those? I've been searching for some time now, but without success.
I know, I could download the different packages for flex, air, as3 etc, extract the asdocs and use them offline in my browser. But I'd relly like to have them included in flex builder.
Thanks in advance
Marcel

Yes, I want to be able to type something simple like "CANVAS" and have the ******* (edit: didn't know a "frig" was foul language, haha) documentation for that class come up. Is that too much to ask Adobe? I don't want 500 pages of crap tutorial help pages that happen to have the word canvas in them, just show me the class interface details!
PDF just isn't the same. I'd like to have a decent chm like the ones floating around for Java. Setting search scope doesn't help, I still seem to get crap results from a search. This should be fast and easy, type the name of the class you want details about and there it is.  Right now freaking google is probably the closest thing out there but you're still dependent on the internet which has even more off topic clutter, and you have to type "flex " beforehand--lame.  Has anyone figured out an easier way to do this moronicly simple task with minimal effort?  We shouldn't have to hit more buttons than the number of letters in the class name + ENTER.  I know, I'm picky.

Similar Messages

  • Why I can't download flex 4 Language Reference?

    I want to download flex 4 Language Reference,so I use IE9.0 to visit following url
    http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
    then I click 4.1.0.16032 Download (ZIP, 32MB)
    http://opensource.adobe.com/wiki/display/flexsdk/download?build=4.1.0.16032&pkgtype=4
    then it show following information:
    download
    Added by Jim Murphy, last edited by Jim Murphy on Apr 16, 2010 (view change)
    Documentation download
    Back to downloads
    But I don't find any url which I can download Language Reference!!! Where can I download flex 4 Language Reference?
    Thanks

    Here is a link where you can download the documentation for the latest release of 4.1.  Hopefully it will be updated for 4.5 soon.
    http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
    Unfortunately you have to 'build it', which I have never been able to successfully do.  I did find a website where some one provided a usuable copy of the latest documentation, but I can't find it anymore.  From memory it was listed in a blog.  But here is a download that should be very useful.
    http://www.adobe.com/go/learn_flex4_alldocumentation_en
    And there is a link on here for a download for version 4.5
    http://www.adobe.com/devnet/flex/documentation.html
    http://www.adobe.com/devnet/flex/documentation.html

  • Chm - WinHelp - Flex 3 Language Reference

    Hi, do you know if there is a chm (WinHelp-File) for the
    the Flex 3 Language Reference around?
    I know "Live Docs" and the Eclipse-Help-System.
    Both systems are slow an not so comfortable to search or to
    browse as the chm-file.
    Yesterday I found iChm - a MAC chm reader and I really like
    it. The only thing I need is
    the Flex-chm.

    Yes, I want to be able to type something simple like "CANVAS" and have the ******* (edit: didn't know a "frig" was foul language, haha) documentation for that class come up. Is that too much to ask Adobe? I don't want 500 pages of crap tutorial help pages that happen to have the word canvas in them, just show me the class interface details!
    PDF just isn't the same. I'd like to have a decent chm like the ones floating around for Java. Setting search scope doesn't help, I still seem to get crap results from a search. This should be fast and easy, type the name of the class you want details about and there it is.  Right now freaking google is probably the closest thing out there but you're still dependent on the internet which has even more off topic clutter, and you have to type "flex " beforehand--lame.  Has anyone figured out an easier way to do this moronicly simple task with minimal effort?  We shouldn't have to hit more buttons than the number of letters in the class name + ENTER.  I know, I'm picky.

  • Need help understanding an example in Flex 4 Language Reference: flash.data.sqlstatement

    I don't understand how to use the example in Flash Builder. I read the link concerning this, but it's still unclear.
    1) Is this example a single file, or should the class definition be separate? I ask because I don't see any import statements at all, which makes me wonder how it would work.
    2) does init() act as the automatic entry point for this code, or is this function called from some unseen event?
    3) does dbStatement.itemClass = Employee represent the link between the main app and the class file?
    I've been looking all over for a solution to my problem in that I have 8 or 10 querries to a sqlite db in my main application and I would really like to move each to their own file, but I don't understand how to reference them from the main app, or how to share the results with the main app. I was hoping this was what I'm looking for.
    // Employee class definition
    package
        public class Employee
            public var name:String;
            public var ssn:String;
            public var id:uint;
            public override function toString():String
                return "id: "+ id.toString() + " name: " + name + " ssn: " + ssn;
    // using the Employee class as SQLStatement.itemClass
    var conn:SQLConnection;
    var dbStatement:SQLStatement;
    function init():void
        conn = new SQLConnection();
        conn.addEventListener(SQLEvent.OPEN, connOpenHandler);
        dbStatement = new SQLStatement();
        dbStatement.sqlConnection = conn;
        dbStatement.text = "SELECT id, name, ssn FROM employees";
        dbStatement.itemClass = Employee;
        var dbFile:File = new File(File.separator + "employee.db");
        conn.open(dbFile);
    function connOpenHandler(event:SQLEvent):void
        dbStatement.addEventListener(SQLEvent.RESULT, resultHandler);
        dbStatement.execute();
    function resultHandler(event:SQLEvent):void
        var result:SQLResult = dbStatement.getResult();
        if (result != null)
            var emp:Employee;
            var numRows:int = result.data.length;
            for (var i:int = 0; i < numRows; i++)
                emp = result.data[i];
                trace(emp.toString());
    Thanks
    Kristin

    Hi Kristin,
    1020: Method marked override must override another method.
    -overridesObject.toString
    There is popular misconception among ActionScripters about toString() method - if one want to provide custom implementation method of super class "override" keyword is needed.
    But in case of Object "toString" is dynamic and it is attached at runtime negating the need of overriding - instead implementation is to be provided by developer so one is not created at runtime. So one needs to just write her own: toString():String method.
    Methods of the Object class are dynamically created on Object's prototype. To redefine this method in a subclass of Object, do not use the override keyword. For example, a subclass of Object implements function toString():String instead of using an override of the base class.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/Object.html#toString()
    hth,
    kind regards,
    Peter

  • Flex 2.0.1 Language Reference Missing

    Where can we download the livedocs or view the html livedocs for the Flex 2.0.1 Language Reference?  All the links on Adobe.com/macromedia.com seem to be broken.  Our client is using SAP Crystal Xcelsius and it needs Flex 2 to work.
    Every other documentation about Flex 2 can be found except the Flex 2 Language Reference...

    Here you go: http://livedocs.adobe.com/flex/201/Flex_201_Docs.zip
    FYI, I got this from http://livedocs.adobe.com/flex/201/
    HTH,
    Randy Nielsen
    Senior Content and Community Manager
    Adobe Systems Incorporated

  • Install Spring IDE 2.X plugin with Flex Builder 3

    I'm new to Flex environment, but what I'm trying to do here is to install Spring IDE 2x with flex builder 3 using update plug in manager....
    After attempted many times, I gave up because I got a bunch of errors. Please help me any instructions would be really appreciated.
    Since Flex built on top eclip, so here what I followed:
    http://springide.org/project/wiki/SpringideInstall
    Help Help Help please.....
    Thanks,
    Dave,

    He levancho.
    Thank you for your help. I almost got it with your advice.
    Putting it all together it is the following for me:
    1) create an Adobe ID at https://cocomo.acrobat.com/
    2) unzip CocomoSDK_0.91 and place that directory under your
    eclipse_install_dir/plugins
    3) create a new Flex Project
    4) add the
    eclipse_install_dir/plugins/cocomo../lib/player10/afcs.swc to Flex
    Build Path / Library path in the project properties
    5) Change Flex Compiler / Require Flash Player version to
    10.0.0 in the project properties
    6) Add the attached code as a test application ...
    I found the following tutorial very helpful:
    http://www.adobe.com/devnet/flex/articles/cocomo_gettingstarted.html
    Notice that I changed some namespaces since the given code
    did not exactly work for me.
    Thank you, Noam

  • Updating Language reference in Tour de Flex

    Hi all, this is my first post here. My question is this--How can I update the Language reference in Tour de Flex from 3.2 to 3.4? I'm using Flex Builder with 3.4 SDK loaded, I've downloaded the 3.4 lang. ref. as part of the documentation, but I can't seem to link it to Tour de Flex.
    thanks,
    josh

    Hi Colin,
    The Tour de Flex web version uses a Flex with iFrame implementation. I created it based on an original implementation by Christophe Coenraets using Flex with iFrames awhile back so I imagine it is probably a similar implementation to the Google code API you referenced since that also appears to be based on Christophe's work. However, I have been asked by many to share that piece of code and the implementation I specifically used for Tour de Flex, so I will do that in case it helps. I know that I had to jump through a lot of hoops and bug fixing to make it work right. Perhaps it could help shed some light on where to add more handling code for your specific use.
    I'll try to get that out this week sometime. Feel free to contact me on twitter or my blog if you have specific questions (http://devgirl.wordpress.com) or twitter id: devgirlFL
    Kind regards,
    Holly

  • What is the "Language Reference" difference between AS, Flash, and FLEX?

    I'm fairly new to the world of Flash9 / Flex2 / ActionScript3
    development environment.
    As I was reading through tutorial for FLEX/AS, I was
    introduced to Language Reference for FLEX 2.0.
    At the same time, I noticed in FLASH9 / AS3 there is also
    Language Reference page. For a moment, I thought these 2 Language
    Reference shared the same API / Language components.
    As I have found out, when I was looking up Language Reference
    for "Button" class for FLE2.0, it provided
    - mx.controls.Button
    But for Language Reference for "Button" class for FLASH9 /
    AS3, it provided different package
    - fl.controls.Butoon
    Why are there 2 sets of packages for the class Button?
    Shouldn't there just be one package for class Button?
    thanks,
    Ming

    Hello,
    The names can be confusing, especially since IE identifies Flash Player as Shockwave Flash Object in 'Manage Add-ons'.  They are, in fact, two different programs, as noted in your Programs and Features screenshot. Flash Player plays web content created using Flash Professional, Flex, or Flash Builder (ActionScript programming language).  Adobe Shockwave Player plays web content that has been created using Adobe Director.  They are not interchageable.  Web content created using ActionScript requires Flash Player and web content created with Adobe Director requires Shockwave Player.
    More info:
    Adobe Director
    Adobe Shockwave Player
    Flash Player | Adobe Flash Player | Overview
    HTH.
    Maria

  • How to update documentation in Flex Builder?

    Is there a way to update FB's built-in documentation to a newer version? I've got 3.0.2 plugin installed but the language reference seems to be SDK pre-3.2 (for instance, ModuleLoader#loadModule() is parameterless while 3.2 added 2 optional arguments). Is there a way to update the docs?
    Thanks,
    Borek

    Hi Borek,
    There isn't a way to update the built-in documentation for 3.0.2. For your situation, I'd recommend trying the Blueprint plugin on Labs at http://labs.adobe.com/technologies/blueprint/.
    The FB 4 beta built-in help has the option to lookup LiveDocs resources online. See Preferences > Flash Builder, "Use online LiveDocs where possible".
    Jason San Jose
    Quality Engineer, Flash Builder

  • Any official Update for Flex Builder 3 to use Flash Player 10 Api?

    Any official Update for Flex Builder 3 to use Flash Player 10
    Api?
    How can i use flash player's 10 features in flex builder 3?
    Thanks

    I was able to solve my problem by modifying the solution
    offered in
    this
    technote.
    The technote identifies a permissions problem with the
    components directory of non-Safari browsers. In my case the
    permissions problem appears to have been in the main
    /Library/Internet Plug-Ins directory. What tipped me off to the
    solution was the fact that after manually removing Flash
    Player.plugin and flashplayer.xpt from the /Library/Internet
    Plug-Ins directory, subsequent attempts to install Flash Player
    resulted in the "Creating file: 1008:5, -5000 Access Denied Error"
    I remembered seeing in the technote. Before removing these files,
    the installer would just fail silently, perhaps because it saw
    files it was going to install already living in the right place,
    and furthermore had no permissions to alter the directory.
    In any case, by making the permissions change recommended in
    the technote to the /Library/Internet Plug-Ins directory, I was
    able to install the plug-in, which gave me back access to Flash
    content in all my browsers.
    Hope this is helpful to someone else...
    -Erik

  • [svn:fx-trunk] 10317: In ASDoc comment, change reference of "Flex Builder" to "Flash Builder"

    Revision: 10317
    Author:   [email protected]
    Date:     2009-09-16 12:56:03 -0700 (Wed, 16 Sep 2009)
    Log Message:
    In ASDoc comment, change reference of "Flex Builder" to "Flash Builder"
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as

  • Bug in the flex builder installer

    I found a bug in the Flex builder installer, while someone
    tried to install Flex on top of our EasyEclipse eclipse distro.
    I am making a post here since I could not find a way to
    report a bug anywhere on the Adobe web site :-\
    So the bug is that the installer is looking for an eclipse
    installation that is packaged exactly like the Eclipse platform,
    but also specifically checks for the presence of features named
    org.eclipse.rcp and org.eclipse.platform.
    Yet the flex features themselves do not care about other
    features only about the platform plugins to be present, as it
    shoudl be.
    It is considered a bad practice by the Eclipse platform team
    to have a dependecy on features, and it is recommended to use
    instead plugin depdencies.
    See
    http://wiki.eclipse.org/index.php/Version_Numbering#Versioning_features
    As a result, Flex cannot be installed anywhere but on a vanilla
    Eclipse.
    EasyEclipse does not ship the base features of the Eclipse
    platform, yet all the Flex plugins dependencies are statisfied.
    See our forum for more details:
    http://sourceforge.net/forum/message.php?msg_id=3982548

    Getting back to the original message in this thread, I want
    to post an update about what I learned on digging deeper. The Flex
    Builder 2.0.1 Plug-in version does not require a vanilla eclipse to
    install into, but it does impose some minimal constraints. Before
    release, we installed FB 2.0.1 Plug-in successfully with several
    customized Eclipse configurations, including RSA7 and BEA, each of
    which uses a different folder configuration for its product
    extension point.
    I took a close look at the dependency list for our FB 2.0.1
    features, and these have been plugin-based dependencies all along,
    not feature dependencies. I understand why it might appear as if
    they're feature-based though, because our installer requires that
    the feature named org.eclipse.platform be present.
    We have the installer look for that feature, because that's
    the way Eclipse's update manager reports what's already installed
    and available. Eclipse's commandline API for updates only provides
    Feature info, not Plugin info:
    http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/mis c/update_standalone.html
    The FB Plug-in installer checks for the existence of
    org.eclipse.platform so that we have some assurance that the
    version of eclipse proposed is at least version 3.1.2 or higher. In
    our next release, we'll explore alternate way of gleaning this same
    information, with the intention of allowing plug-in installs into
    products such as EasyEclipse that don't include any Eclipse
    features in their products.
    C. Agruss
    quote:
    Originally posted by:
    pombreda
    I found a bug in the Flex builder installer, while someone
    tried to install Flex on top of our EasyEclipse eclipse distro.
    I am making a post here since I could not find a way to
    report a bug anywhere on the Adobe web site :-\
    So the bug is that the installer is looking for an eclipse
    installation that is packaged exactly like the Eclipse platform,
    but also specifically checks for the presence of features named
    org.eclipse.rcp and org.eclipse.platform.
    Yet the flex features themselves do not care about other
    features only about the platform plugins to be present, as it
    shoudl be.
    It is considered a bad practice by the Eclipse platform team
    to have a dependecy on features, and it is recommended to use
    instead plugin depdencies.
    See
    http://wiki.eclipse.org/index.php/Version_Numbering#Versioning_features
    As a result, Flex cannot be installed anywhere but on a vanilla
    Eclipse.
    EasyEclipse does not ship the base features of the Eclipse
    platform, yet all the Flex plugins dependencies are statisfied.
    See our forum for more details:
    http://sourceforge.net/forum/message.php?msg_id=3982548

  • Find in Language Reference - feature removed???

    In Flex 3 there is Find in Language Reference option in Help menu - is there anything similar in FlashBuilder 4?
    There is only Flash Builder help but It wont search the Actionscript 3 Language Reference? At least I haven't found a way yet.

    A few options:
    ASDoc view (Standalone: Window > ASDoc, Plug-in: Window > Show View > Other... ASDoc)
    This will show ASDoc content within Flash Builder
    Navigate > Open Language Reference
    For built-in Flash or Flex SDK APIs, this will open Adobe Help. To open help in a browser instead, read this post http://blogs.adobe.com/jasonsj/2010/03/open_asdoc_language_reference_in_browser.html.
    Jason San Jose
    Software Engineer, Flash Builder

  • JavaFX Language reference Chapter 9

    When will this chapter be written? As you can see it does not contain anything right now: http://openjfx.java.sun.com/current-build/doc/reference/ErrorHandling.html
    h1. Chapter 9. Error Handling and Exceptions
    h2. *[To do: write chapter]*

    I fear the language reference haven't been updated since JavaFX 1.0... Despite the glaring holes (animation...) and now outdated information.
    Looks like writing code is the current priority, which isn't a bad thing, but having to learn partial information from tutorial and various articles isn't the best thing.
    Note that this chapter probably haven't much to say more than "use try/catch/finally as in Java", except the fact that there are no checked exceptions in JavaFX, ie. all catches are optional.

  • Flex Builder 3 - Memory Profile Confusion!

    Hello,
    I'm currently working on memory leaks in a fairly large application. When I finally tracked down the issue it had to do with using BindUtils's bindProperty method. If I assigned my properties directly and manually updated them, all of the instances were relased when the garbage collector was invoked (all of this through the memory profiler in Flex Builder Pro 3).
    I then build out a small little test app that simply created an ArrayCollection then using BindingUtils, bound it to the dataProvider of 20 data grids. I stored the change watches then manually called "unwatch" and finally nulled out the changeWatchers (and even went so far to manually remove the grids and null them out).
    What I noticed was when I used bindingutils, the ListCollectionView objects were not released when I used BindingUtils but when I used direct assignment and removed the grids, all the ListCollectionView instances were dumped correctly.
    At this point I'm not sure if I'm misinterpeting the results in the memory profiler or not. If I "unwatch" a change watcher and destroy it, should that kill and references to the target object? Any help or advice would be appreciated.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="absolute"
                    initialize="initData()">
        <mx:Script>
            <![CDATA[
                import mx.binding.utils.ChangeWatcher;
                import mx.controls.DataGrid;
                import mx.binding.utils.BindingUtils;
                import mx.controls.Label;
                import mx.collections.ArrayCollection;
                [Bindable]
                public var dataProvider:ArrayCollection;
                private var changeWatchers:Array;
                private function initData():void
                    var object1:Object = new Object();
                    object1["first"] = "John";
                    object1["middle"] = "Alexander";
                    object1["last"] = "Smith";
                    dataProvider = new ArrayCollection();
                    dataProvider.addItem(object1);
                private function createObjects():void
                    changeWatchers = new Array();
                    for (var i:int = 0; i < 20; i++)
                        var newGrid:DataGrid = new DataGrid();
                        changeWatchers.push(BindingUtils.bindProperty(newGrid, "dataProvider", this, "dataProvider"));
                        //newGrid.dataProvider = dataProvider;
                        targetItems.addChild(newGrid);
                private function deleteMemory():void
                    for each (var cw:ChangeWatcher in changeWatchers)
                        cw.unwatch();
                        cw = null;
                    var children:Array = targetItems.getChildren();
                    for each (var child:DisplayObject in children)
                        targetItems.removeChild(child);
                        child = null;
            ]]>
        </mx:Script>
        <mx:HBox y="0">
            <mx:Button label="Create Grids"
                       click="createObjects()"/>
            <mx:Button label="Delete Grids"
                       click="deleteMemory()"/>
        </mx:HBox>
        <mx:VBox id="targetItems"
                 y="50">
        </mx:VBox>
    </mx:Application>

    I answered my own question.
    In the code I was calling "unwatch" and setting the array element to null and I assumed that would cause the instances of ListCollectionView to decrease once the garbage collector was invoked. It wasn't till now that I was playing around with the code and set the array itself to null that it decreased the instances back to 0.
    At least I know where some of my memory issues could be coming from in the main application as I use arrays quite a bit!

Maybe you are looking for

  • Text caption not disapearing?

    HI, I am working on a project that has a text caption to point users to clcik the play bay (video within the project), the text caption is set to appear immediately and to stay on slide for 3 seconds, but when I publish or preview the slide, the text

  • How do I know if I have a virus on my iMac?

    Today when I was browsing in safari, some ads popped up, and I thought maybe that could be a sign I got a virus. sorry for my ignorance about all these virus stuff So, how can I know if a have a virus? im using an iMac mid-2011, os x yosemite

  • Stop Illustrator from being default player for Flash .swf files

    Please help. I am on Mac OS X. I have the Adobe CS suite. I have downloaded, uninstalled, and reinstalled the flash player. However, whenever I download a flash file to play, it automatically opens in Illustrator. But Illustrator doesn't recognize it

  • Pdf report

    Hi, I am new to the oracle reports so i need your kind advise, suggestions for the follwoing: I have to create 6 pdf reports, each one will have 4 sub sections, user will click the print button on the form and then it will prints these 6 reports inlu

  • Converting English Name into Chinese(China Chinese).

    Hi All, Can anyone say how I can Convert a name in English say "xyzabc" into Chinese and display it. Thanks for all for looking in advance.