Flash builder 4 (beta 2) dropdown attributes different?? and differences between beta 1 and 2

hey guys, i had everything working before just fine, but in this beta 2, my drop down lists are not working... i realised that previously the attribute requiresSelection in the dropdownlist tag of beta 1, is now "requireSelection" and it is giving me an error on selectionChanged...
i was wondering if there is somehitng i could use other than selectionChanged??
and also, does anyone know where i can find all the differences from Beta 1, and Beta2??

Actually, the requiresSelection was renamed to requireSelection:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
    <fx:Script>
        <![CDATA[
            import mx.controls.Alert;
            import spark.events.IndexChangeEvent;
            protected function ddl_changeHandler(evt:IndexChangeEvent):void {
                Alert.show("oldIndex:" + evt.oldIndex + ", newIndex:" + evt.newIndex, evt.type);
            protected function ddl_changingHandler(evt:IndexChangeEvent):void {
                Alert.show("oldIndex:" + evt.oldIndex + ", newIndex:" + evt.newIndex, evt.type);
        ]]>
    </fx:Script>
    <s:DropDownList id="ddl"
                    requireSelection="true"
                    change="ddl_changeHandler(event);"
                    changing="ddl_changingHandler(event)">
        <s:dataProvider>
            <s:ArrayList source="[One,Two,Three,Four,Five,Six,Seven,Eight,Nine,Ten]" />
        </s:dataProvider>
    </s:DropDownList>
</s:Application>
Peter

Similar Messages

  • Changes from Flash Builder 4 Beta 2 to Flash Builder 4 Premium

    I have a Flex app that started in Flash Builder 4 Beta 2 and when the beta expired, we bought Flash Builder 4 Premium.
    Before, when programmatically changing the selected index of a Spark DropDownList, the change handler was called, so in cases where I didn't want that to happen, I had to remove the event listener and add it again after a small setTimeout.
    In the new version, it seems that when I change the selected index programmatically, the change handler is not called, so if I want it to be called, I have to call it manually, which is also fine. I just want to confirm that this different behavior was an actual change that was made and isn't caused by some kind of other change I made to my code.
    Is there a list of feature changes from the beta to the release version? Thanks!
    -Travis

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • How to update Flash Builder 4 beta 2 so that it remains compatible with snapshots?

    I have Flash Builder 4 beta 2 STANDALONE installed on my Mac (MacOSX 10.6) and I just upgraded my Flex SDK to the latest stable snapshot (4.0.0.13875). Now it seems that the visual designer is not very happy with this upgrade.
    And in "Using Gumbo builds with Flex Builder" (http://opensource.adobe.com/wiki/display/flexsdk/Using+Gumbo+Builds+in+Flex+Builder) it is said that "Please note that the release of a milestone build will usually have an associated automatic update to Flex Builder that will include all relevant files."
    The question is how do I get that automatic update? I've tried Help/Software Updates/Find and install.../Updates for existing features, but it didn't find any updates. Any idea how I can revive my Design mode?

    There are no updates for Beta 2.
    You're probably seeing one of two issues with the latest nightly build:
    1) playerglobal.swc change http://forums.adobe.com/thread/559312?tstart=0
    2) Namespace change from xmlns:mx="library://ns.adobe.com/flex/halo" to xmlns:mx="library://ns.adobe.com/flex/mx"
    Jason San Jose
    Quality Engineer, Flash Builder

  • Flash Builder 4 Beta 2 ---- Data Management Problem

    Flash Builder 4 Beta 2 ---- Data Management Problem
    I have a simple datagrid, a PHP service and a MySQL database. When I run the code I get multiple(7) records returned to the datagrid.  Once I enable Data Management and run the exact same code, I only get 1  record returned.
    Is there a setting in Data Management that affects the number of records returned?
    Here is the MXML code I am testing. 
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                         xmlns:s="library://ns.adobe.com/flex/spark"
                         xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768" xmlns:carasgndataphp="services.carasgndataphp.*">
          <fx:Script>
                <![CDATA[
                      import mx.controls.Alert;
                      import mx.events.FlexEvent;
                      var inptdata:String = "1";
                      protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
                            getAsgnDataResult.token = carAsgnDataPHP.getAsgnData(inptdata);
                ]]>
          </fx:Script>
          <fx:Declarations>
                <s:CallResponder id="getAsgnDataResult"/>
                <carasgndataphp:CarAsgnDataPHP id="carAsgnDataPHP" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
                <!-- Place non-visual elements (e.g., services, value objects) here -->
          </fx:Declarations>
          <mx:DataGrid x="115" y="91" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getAsgnDataResult.lastResult}" width="558" height="298">
                <mx:columns>
                      <mx:DataGridColumn headerText="A" dataField="numAsgn"/>
                      <mx:DataGridColumn headerText="T" dataField="numTopic"/>
                      <mx:DataGridColumn headerText="U" dataField="numUnit"/>
                      <mx:DataGridColumn headerText="P" dataField="numProblem"/>
                      <mx:DataGridColumn headerText="TP" dataField="PType"/>
                      <mx:DataGridColumn headerText="P" dataField="numSeqPresent"/>
                      <mx:DataGridColumn headerText="F" dataField="numSeqFeedback"/>
                      <mx:DataGridColumn headerText="D" dataField="numDelay"/>
                      <mx:DataGridColumn headerText="ID" dataField="idAsgnData"/>
                      <mx:DataGridColumn headerText="IDP" dataField="idProblem"/>
                </mx:columns>
          </mx:DataGrid>
    </s:Application>

    Hello,
    Data Mangement expects unique values for id property.This issue may occur when you select 'Identity' property in Data Mangement wizard which is not unique in the Table.For eg:, you have selected 'name' field as identity property. And your MySQL database table has multiple rows with identical values for 'name' column.
    Can you verify if you have similar setup?
    Thanks,
    Radhakrishna

  • Flash Builder 4 beta 2, Managed objects and IUID

    Hey Everyone,
    I just installed Flash Builder 4 beta 2, I am getting compiler errors now on my managed data service classes that implement IUID:
    [Managed]
    public class Foo implements  IUID {
    private var uid:String;
      public function set uid(value:String):void {
                this.uid=value;
    The compile error is on the above setter and says: [Managed] requires 'uid' to be of type 'String' , not sure what I am doing wrong here, and this was working on beta 1, any ideas?
    Thanks.

    Did you try a full clean and build?  Also try a new test app to reduce the number of possibilities.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Builder 4 Beta RDS issue

    I cannot connect to ColdFusion via RDS with my Flash Builder 4 beta 2. I have no issue connecting to CF via RDS in dreamweaver CS3.
    However whenever I try to connect to a CFC via "connect to DataService" and I get "Enter RDS password and user name".. I always get "Authentication faliure. The supplied username or password may be wrong". I created 2 users for RDS in the CF 9 adminstrato.. and it would not accept either username/ password combo. I even tried using RDS with no authentication and rebooted the pc each time.
    I had no issue doing a very basic connection to a cfc like in the HelloCF example.. yet db connectivity fails.. idea of whats' the issue here?
    Thanks!

    Hi,
    Can you access your CFC from the browser?
    i mean like http://localhost:8501/MyCFC.cfc in the browser would open something like:
    http://localhost:8501/CFIDE/componentutils/cfcexplorer.cfc?METHOD=getcfcinhtml&PATH=/MyCFC .cfc&NAME=MyCFC.cfc
    Now replace METHOD=getcfcinhtml to METHOD=getcfcmetadata.
    If this displays some text as the result like:
    'C:\ColdFusion8\wwwroot\WEB-INF\cftags\component.cfccomponentWEB-INF.cftags.componentWEB-INF.cftags.componentC:\ColdFusion8\wwwroot\MyCFC.cfcAT_TestcasesFiles.LogicTesting.BookServiceTestAT_TestcasesFiles.LogicTesting.BookServiceTestnoBookgetItemremoteanytrueitemcomponent'
    If this itself throws an error, then you would be hitting
    http://bugs.adobe.com/jira/browse/FB-23626 , which showed up authentication error though CFC had problems.
    This has been resolved in the latest pre-release build.
    If you do not have access for the pre-release build please send a mail to rkrishna AT adobe DOT com.
    Hope this helps please let us know if you still face issues.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Flash Builder 4 Beta Annoying - Keep imports organized - default feature - fix

    I Began using Adobe's Flash Builder 4 Beta and started coding Actionscript code; I imported classes and at time intervals, Flash Builder 4 beta deleted my unused imported classes. It was really annoying since I imported all of the classes I need in the project. I think that the Flash Builder 4 should have this option turned off by default. I searched around the internet and found this to fix it. GO TO: Window -> Preferences -> Flash Builder -> Editors -> Actionscript Code. Uncheck "keep imports organized". See the image below. Hope it helps someone.

    Hi Pat
    That is the "Mark Occurances" feature. Click into the editor window, then on your toolbar you should see the "Mark Occurances" button, looks like the tip of a yellow highlighter. Toggle it off and that goes away. Obviously something some folks like on, others hate, but since you can toggle it shouldn't be a big deal.
    Sincerely
    Mark R. Jonkman

  • ***URGENT*** - Problem Installing Flash Builder 4 beta

    Hi folks,
    I'm really having a trouble with Installing FLASH BUILDER 4 beta on my WinXP SP2, 1.5 Ghz processor, 256 Mb RAM, 1.12 GB free on C drive, 1.26 GB free on H:drive, and 1 GB free on D drive.
    But still i'm getting this prompt by Installer files I dowloaded from Adobe Labs for Flash Builder 4 beta.
    Do i need more Hard Drive space ?
    I have attached the jpeg image of the prompt.
    Please Help me with this. I have a client with a project to build on Flash Builder 4 beta & only got 3 days to deliver.
    thanks in advance.
    regards
    Ronny Depp

    Firstly, are you serious ?
    virtually no hard disk space(the install files need to extract with enough space to actually then install the software)
    virtually no ram  256mb is barely enough for windows XP to start up. How are you going to run Flashbuilder
    1.5ghz cpu - hmmm I don't think flashbuilder will run on a pda....
    delivering a project in 3 days with beta software that you are obviously unfamiliar with...sounds almost like a mastercard ad
    $100 for a cpu, $100 for some ram, $100 for some hard disk, look on the clients face when he saw the result- priceless...
    hate to take the mickey, but I couldnt let something like this slide by it was just to easy
    David.

  • (Urgent!) Uninstalling Flash Builder 4 Beta 2

    Hi,
    I'm having problems uninstalling Flash Builder 4 Beta 2.  There is no uninstall app in the Flash Builder folder for some reason.
    If I remove to the Trash and try installling and running the new Trial version, it gives me the error "An error has occurred. See the log file..". The contents of the log file are : "!SESSION !SESSION " ??
    Is there anyway to remove the previous version manually?
    Some details on my setup :
    OSX 10.5.8.
    I think Java 1.6..
    But this might a problem as when i try to launch OSX Java Preferences it gives me the error "Cannot launch Java application, java.lang.NullPointerException".
    I'm pretty stuck and can't get either to to work ( The old Beta 2 version gives me a Flex Licence error ). I just need to get the new trial insalled so I can upgrade completely.
    Any help would be much appreciated.
    Thanks
    Jamie

    Hello,
    Data Mangement expects unique values for id property.This issue may occur when you select 'Identity' property in Data Mangement wizard which is not unique in the Table.For eg:, you have selected 'name' field as identity property. And your MySQL database table has multiple rows with identical values for 'name' column.
    Can you verify if you have similar setup?
    Thanks,
    Radhakrishna

  • Upgrade from Flash Builder 4 Beta 2 to Flash Builder 4 Premium

    Hi guys,
       How do i just upgrade from Beta 2 to premium?  Does the install utility for Premium take care of it? or do I need to some how uninstall and install Flash Builder 4 premium?  I currently have Flash Builder 4 Beta 2 installed as a plugin to my current Eclipse IDE, and I do not want to start all over again as there are quite of few settings/plugins already installed in Eclipse that I want to keep, and not waste more time duplicating the whole process.
    Thanks
    Jay

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • Adobe Flash Builder 4 licence is for one desktop and one laptop, only one at a time run or

    After installing Adobe Flash Builder 4 needed install AIR? Adobe Flex 4 SDK IS ALREADY INCLUDED?
    Adobe Flash Builder 4 licence is for one desktop and one laptop, only one at a time run or...?

    hi,
    Flashbuilder has the ability to create and run Air content from the IDE, to actually usean Air App outside of the IDE you need to install Air.
    Flashbuilder install includes 2 sdks, the 3.5 sdk for 'backward' compatibility with Flexbuilder and for targeting flashplayer 9, the 4.x SDK for Flashbuilder and  targetting flashplayer 10.0 and above.
    As far as fair use is concerned Adobe have had fair use software licensing for a while, single user 2 devices is not a problem, what is not clear is if you can use the software on both devices at the same time.
    David

  • Flash Builder 4 - Beta / Design view sporadic at best

    Okay, so I have installed the beta, and running through the Catalyst / Flash BUilder 4 tutorial, all is well, unitl i try to get the imprted fxp file to consistently display in the design mode. Not only that, but switching from code view to design view will break it just about 95% of the time, and then it will not display the created items that the tutorial has you put on them (i.e. the databinds to the names, etc etc).
    Has anyone else experienced this? Other than a few little things like this, so far so good guys(ADOBE).
    Thanks,
    Craig Newroth

    eh_adobe wrote:
    Please be aware that using a newer SDK with Flash Builder Beta's Design View may have unpredictable results. I can't say specifically since I don't know what version you tried and what your document contained, but... let's pretend for a second that the SDK changed something in a component - its name, its package, or any method or properties in it.  Design View was compiled with a specific version of the SDK, and would not know about that change, and so might not react very well to the document. Yes this is not ideal, but it's hard to avoid when the SDK is changing rapidly (at some point it will settle down, and this won't be an issue). We can look at ways to mitigate this.
    I have had less unpredicatable results with recent builds of the SDK the latest being build 7988- I basically update from the svn trunk every 2-3 days look through the changes run the checkintests just to make sure all is ok then see what happens to be small testbed apps, I have been doing this for several months. I don't mind the IDE not dealing with the changes as long as it tells me why it can't. But the code should not break the IDE. Also i'm getting a little confused as some of the responses to some issues (not the design mode one) in this forum have suggested seeing what happens with updated SDK's.
    Anyway I have reverted everything back to a standard FB4 install and the first thing that happened yet another new flaw in design mode rears its head, no errors but this time a visually definable issue. The component appears as a 1 dimension line in the top left hand corner of the design editor window, not even on the design view working canvas. Attached is a screen shot and the associated code that caused it. Please note the IDE didn't draw the big red ring around the visual glitch so thats one less bug to worry about.
         the app.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" minWidth="1024" minHeight="768">
         <s:HSlider x="50" y="50" width="200" height="30" skinClass="skins.HSliderSkin"/>     
    </s:Application>
         skin part A.
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the Spark HSlider component. The thumb and track skins are defined by the
    HSliderThumbSkin and HSliderTrackSkin classes, respectively. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
           minHeight="11" minWidth="100"
           alpha.disabled="0.5">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.HSlider")]
        ]]>
        </fx:Metadata>
        <fx:Script>
            /* Define the skin elements that should not be colorized.
               For slider, the skin itself is colorized but the individual parts are not. */
            static private const exclusions:Array = ["track", "thumb"];
          * @copy spark.skins.SparkSkin#colorizeExclusions
            override public function get colorizeExclusions():Array {return exclusions;}
        </fx:Script>
        <s:states>
             <s:State name="normal" />
             <s:State name="disabled" />
        </s:states>
        <fx:Declarations>
         <!--- Defines the appearance of the the Slider's DataTip. To customize the DataTip's appearance, create a custom HSliderSkin class. -->
            <fx:Component id="dataTip">         
                <s:MXMLComponent minHeight="24" minWidth="40" y="-34"> 
                    <s:Rect top="0" left="0" right="0" bottom="0">
                             <s:fill>
                                  <s:SolidColor color="0x000000" alpha=".9"/>
                             </s:fill>
                             <s:filters>
                                 <s:DropShadowFilter angle="90" color="0x999999" distance="3"/>
                            </s:filters>
                        </s:Rect>
                        <s:SimpleText id="labelElement" text="{data}"
                             horizontalCenter="0" verticalCenter="1"
                             left="5" right="5" top="5" bottom="5"
                             textAlign="center" verticalAlign="middle"
                             fontWeight="normal" color="white" fontSize="11">
                    </s:SimpleText>
                </s:MXMLComponent>
            </fx:Component>
         </fx:Declarations>
        <!--- Defines the skin class for the HSliderSkin's track. The default skin class is HSliderTrackSkin. -->
        <s:Button id="track" left="0" right="0" top="0" bottom="0"
                  skinClass="skins.HSliderTrackSkin"/>
        <!--- Defines the skin class for the HSliderSkin's thumb. The default skin class is HSliderThumbSkin. -->
        <s:Button id="thumb" top="1" bottom="1" width="{hostComponent.height*1.5}" skinClass="skins.HSliderThumbSkin"/>
    </s:SparkSkin>
         Skin Part B
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the thumb of a Spark HSlider component. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.Button")]
        ]]>
        </fx:Metadata>
        <s:states>
            <s:State name="up" />
            <s:State name="over" />
            <s:State name="down" />
            <s:State name="disabled" />
        </s:states>
        <!-- border -->
        <s:Rect left="0" right="0" top="0" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:SolidColor color="0x4F4F4F"  />
            </s:fill>
        </s:Rect>
         <!-- fill -->
         <s:Rect left="0.5" right="0.5" top="0.5" bottom="0.5" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
              <s:stroke>
                   <s:LinearGradientStroke rotation="90" weight="1">
                        <s:GradientEntry color="0x000000" alpha="0" />
                        <s:GradientEntry color="0x000000" alpha="0.33" />
                   </s:LinearGradientStroke>
              </s:stroke>
              <s:fill>
                   <s:LinearGradient rotation="90">
                        <s:GradientEntry color="0xFFFFFF"
                                          color.over="0xE5E5E5"
                                          color.down="0x999999" />
                        <s:GradientEntry color="0xD8D8D8"
                                          color.over="0x7D7D7D"
                                          color.down="0x555555" />
                   </s:LinearGradient>
              </s:fill>
         </s:Rect>
         <!-- highlight -->
    </s:SparkSkin>
         Skin Part C
    <?xml version="1.0" encoding="utf-8"?>
    <!--
         ADOBE SYSTEMS INCORPORATED
         Copyright 2008 Adobe Systems Incorporated
         All Rights Reserved.
         NOTICE: Adobe permits you to use, modify, and distribute this file
         in accordance with the terms of the license agreement accompanying it.
    -->
    <!--- The default skin class for the track of a Spark HSlider component. -->
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark">
        <fx:Metadata>
        <![CDATA[
          * @copy spark.skins.default.ApplicationSkin#hostComponent
             [HostComponent("spark.components.Button")]
        ]]>
        </fx:Metadata>
        <s:states>
            <s:State name="up" />
            <s:State name="down" />
            <s:State name="over" />
            <s:State name="disabled" />
        </s:states>
         <!-- border -->
        <s:Rect left="-1" right="-1" top="0" bottom="-1" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:LinearGradient rotation="90" >
                     <s:GradientEntry color="0x000000" alpha="0.55" />
                     <s:GradientEntry color="0xFFFFFF" alpha="0.55" ratio="0.8" />
                </s:LinearGradient>
            </s:fill>
        </s:Rect>
        <!-- fill -->
        <s:Rect left="0" right="0" top="1" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
            <s:fill>
                <s:SolidColor color="0xCACACA" />
            </s:fill>
        </s:Rect>
         <!-- hit area -->
         <s:Rect left="0" right="0" top="0" bottom="0" radiusX="{hostComponent.height/2}" radiusY="{hostComponent.height/2}">
              <s:fill>
                   <s:SolidColor alpha="0"/>
              </s:fill>
         </s:Rect>
    </s:SparkSkin>

  • Flash Builder 4 Beta 2 throwing security error on every run

    I just installed the beta 2 version of flash builder, but every time I try to actually run anything built on the 4.0 SDK, it throws a security runtime error when trying to access the 4.0 sdk swf.
    SecurityError: Error #2148: SWF file ......../Test.swf cannot access local resource ....../Test/bin-debug/framework_4.0.0.10485.swf. Only local-with-filesystem and trusted local SWF files may access local resources.
    at flash.net::URLStream/load()
    at flash.net::URLLoader/load()
    at mx.core::CrossDomainRSLItem/load()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\m x\core\CrossDomainRSLItem.as:235]
    at mx.core::RSLListLoader/loadNext()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx \core\RSLListLoader.as:184]
    at mx.core::RSLListLoader/load()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\cor e\RSLListLoader.as:156]
    at mx.preloaders::Preloader/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\sr c\mx\preloaders\Preloader.as:279]
    at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\gumbo_beta2\frameworks\pro jects\framework\src\mx\managers\SystemManager.as:1923]
    at mx.managers::SystemManager/initHandler()[E:\dev\gumbo_beta2\frameworks\projects\framework \src\mx\managers\SystemManager.as:2412]
    I'm running eclipse galileo (carbon) on OS X. If I create a 3.4 project, everything is fine.
    Any ideas?

    Hi Mike,
    It seems that part of my problem is due to an error in .actionScriptProperties (which file doesn't show up in the package explorer): the "mainApplicationPath" refers to a non existent file "StockQuotesExample.mxml" (see screen copy below):
    So I manually modified the property to replace it with the correct file name:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <actionScriptProperties mainApplicationPath="StockQuoteExampleWebService.mxml" projectUUID="2376e773-57bd-4f6a-9034-7911cb1df6d8" version="6">
      <compiler additionalCompilerArguments="-locale fr_FR" autoRSLOrdering="true" copyDependentFiles="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
        <compilerSourcePath/>
        <libraryPath defaultLinkType="0">
          <libraryPathEntry kind="4" path="">
            <modifiedEntries>
              <libraryPathEntry index="2" kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/framework.swc" useDefaultLinkType="false"/>
              <libraryPathEntry index="4" kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/rpc.swc" useDefaultLinkType="false"/>
              <libraryPathEntry index="3" kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/spark.swc" useDefaultLinkType="false"/>
              <libraryPathEntry index="1" kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/textLayout.swc" useDefaultLinkType="false"/>
            </modifiedEntries>
            <excludedEntries>
              <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/flex.swc" useDefaultLinkType="false"/>
            </excludedEntries>
          </libraryPathEntry>
          <libraryPathEntry kind="1" linkType="1" path="libs"/>
          <libraryPathEntry kind="3" linkType="1" path="G:/Program Files/Adobe/Mate/libs/Mate_07_8.swc" useDefaultLinkType="false"/>
        </libraryPath>
        <sourceAttachmentPath/>
      </compiler>
      <applications/>
      <modules/>
      <buildCSSFiles/>
    </actionScriptProperties>
    Unfortunately, I still get the same error message in the Flex Compiler settings page, in the project's Properties. Indeed, the message looks for the file in the wrong path: "G:\Program Files\Adobe\Mate\src\src", when it's really in "G:\Program Files\Adobe\Mate\src"... The screen shot below shows my directory structure:
    This is an example application that I downloaded to test the Mate framework; maybe it set it up wrong. Also, I created an SWC file with their new made-for-Flex 4 library, but that didn't solve my problem.
    Thanks for your help,
    Chris.

  • Debug icon gone from Flash Builder 4 Beta 2

    Gentlepersons,
    In previous versions of Flex Builder (including Flash Builder Beta 1) there was a handy debugger-launcher icon in the upper-left corner of Flash Builder's main window. It looked like a green bug.  That icon is missing from Flash Builder Beta 2 (or at least, it ain't there in my just-installed copy of Flash Builder Beta 2).
    How do I get that handy icon back?
    Thanks!  :-)
    Jim Plamondon

    If you right-click the toolbar you can get to the 'Customize perspective' dialog.
    From there make sure commands >> flash run/debug option is checked.
    Oddly, there is no "Flash run/debug" option to check.
    Please see the attached picture.
    Note that I am running Flash Builder Beta 2 (build 253292) on Eclipse 3.4.2 (build M20090211-1700) on Max OS X (version 10.5.8).
    Thanks! 
    --- Jim

  • Flash Builder 4 Beta 2

    Vera
    Any updates on release date? If not, any advice on what step to take when trial period runs out, which, in my case, only a couple more days? Thanx.
    sbliss

    sbliss,
    Please see my answers inline:
    1. If spend the $249.00 for Flex Builder 3.0 license in order to get Flash Builder  4.0 extension, how much else would to pay to get FB 4.0 upon release?
    I don't have an official answer on the upgrade price from FB3 to FB4, however, I would expect it to be in the ballpark of what we had for FB2 to FB3 (please see our current upgrade offerings here).
    2. I understand Flash CS5 Pro will also be coming out soon.  (a) Why separate and not as a bundle?
    Unfortunately, we can't discuss various packaging options before they are officially announced, but we are definitely looking to provide customers good combinations of our tools.
    (b) What will be the ideal situation to be in, from a developer's standpoint? In other words, should it be Flash CS5 Pro or Flash Catalyst? Your advice is highly appreciated.
    Quoting from Catalyst FAQ:
    How is Flash Catalyst different from Flash Professional?
    Flash Catalyst is an interaction design tool, based on the Flex 4 framework that is focused on creating expressive interfaces and interactive content without writing code. Flash Catalyst is an approachable tool for designers who want to rapidly create Flash content that is organized into pages or “states”. It is also ideally suited for projects that may need to be extended by developers who use Flash Builder 4. Flash Professional is the industry-leading tool for creating engaging interactive experiences across the multi-screen environment. Learn more about Flash CS4 Professional on Adobe.com.

  • Flash Builder 4 Beta 2 will not accept the extension serial provided

    Hi!
    Just received an extension serial for FB4 beta 2 via https://freeriatools.adobe.com/flashbuilder4beta/ but the serial number doesn’t work. Any suggestions?

    Hi,
    Sounds as if you've run into this known issue on Snow Leopard:
    FB-22869 - Licensing error prevents Flash Builder from launching on OSX 10.6.1 (Snow Leopard).
    Workaround:
    After installing on 10.6.1, run the mini-installer found in your Flash Builder installation folder:
    /install.support/builder-common-mul/Setup.app
    Let us know whether or not that resolves the problem,
    -Chris

Maybe you are looking for