Flash Builder 4 fails to compile Beta 2 code

I just recently upgraded to FB 4 from Flash Builder 4 Beta 2. All my code worked in the Beta version, but stopped working in the released version.
I was told to change my namespace declarations to mx from halo. I did this but problems remain.
Now I'm being told that "The style 'background-color' is only supported by type 'mx.controls.List' with the theme(s) 'halo'.
Also, despite changing the namespace declaration in the css file, I am still getting errors complaining that namespace qualified type.
There must be an answer to these problems. Can anyone help please?

OK, so I forgot to mention that at the beginning of this fiasco, I
had an error that said: unable to open c:...blah blah/TLFText.css
So I found the file in my Beta 2 install dir and copied it to the new 4.0 folder.
I suspect that this is where all the css warnings were coming from.
So, I deleted the file and no more warnings. But also, I got the original errors again.
Why is it looking for this file? Why doesn't it use the correct file?
Is there any way I can go back to Beta 2? This would solve my problems.

Similar Messages

  • Flash Builder fails to compile

    I'm trying to de-bug a project and using a lot of trace statements. When I debug the file in a browser (Firefox) it often fails to re-compile with the result that the most recent trace statements are ignored. I've tried clearing my recent history but that does not help. I'm using Flash Buider 4.6 on a Mac. Can anyone suggest a solution?

    Sometimes the compiler has trouble picking up changes in dependent libraries, or it doesn't know in which order to build the projects, so you get unexpected results.
    I've just gotten in the habit of doing a clean whenever I actually run the project. I just use the auto-build to check for compiler errors. Also, you probably do not need to clean the whole workspace, just doing a clean on the main application project should do the trick. However, I sometimes have to clean a library project as well, if I make changes to the manifest.xml, or something along those lines.

  • Flash Builder fails to copy over static files in incremental compiles

    During incremental compiles, the Flash Builder fails to copy over certain static files (such as *.js and html files).  I have my own html wrapper and during incremental compiles it fails to copy over this file and also deletes the file from bin-debug/bin-release.  I have to do a clean build instead to ensure these files are copied over.

    Just tried this out on an IIS server with Flash player 10.3.181.14 - it worked.
    Are you using the release version of Flash Builder 4.5 with the release version of Flex SDK (not a prior SDK build)?
    The URL you mentioned gives me a 403 forbidden error.
    -Anirudh

  • Flash Builder fails to connect to debugger

    I've noticed this problem after doing a clean build of all projects (app and libraries) in my workspace. After a clean build, when I launch the application in debug mode, Flash Builder fails to connect to the debugger and is usually stuck with a status of "Launching app: (61%)" for a long time and ultimately reports an error.  However, if I just do a clean build of the app (no dependent libraries), I don't have this problem.

    You may be hitting this infamous issue: http://bugs.adobe.com/jira/browse/FB-16153 (multithreading problem in Flash Player, supposedly fixed now but not released yet). The more CPUs/cores your computer has, the more often you will encounter this issue.

  • Flash Builder 4.6 compile "Map Failed" error

    HI,all
        First,Adobe have no place for  bug report . Yes,you will say  http://bugs.adobe.com/jira/secure/Dashboard.jspa ,but ,i have no account,  also doesn't know how to register one.
    OK ,Today..i will compile an mobile project have  1.5G+  pictures and swfs ..
    i met a "Map failed" error when i make a IOS Package..
    The .log  file content is :
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-03-15 02:08:09.404
    !MESSAGE Map failed
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)
              at com.adobe.flexide.multiplatform.ios.exportrelease.IOSExportReleaseHandler.doPackage(IOSEx portReleaseHandler.java:264)
              at com.adobe.flashbuilder.project.multiplatform.ui.exportrelease.MultiPlatformExportReleaseV ersionManager.doExport(MultiPlatformExportReleaseVersionManager.java:198)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$1.run(Exp ortReleaseVersionWizard.java:208)
    my hardware:
    G41 MotherBoard +  8G RAM + E7200CPU
    My software:
    windows 2008 r2 with sp1 (64bit)+ FlashBuilder 4.6           default config ,very clean system, just install today.
    And , i transfer my project to a Windows XP host ...Oh, My god .....it  works , the  IOS package produced normally.
    SO......so.......i cann;t say any word now .....is  adobe hate windows 7 (32bit,i tested ,same problem )  and Windows 2008?? 
    Raymond

    I constantly had issues with this.  I managed to run into the max for increasing the heap space.  I was able to get beyond the limit by flagging the FlashBuilder.exe file to allow it to allocate to higher memory address ranges.  I'm on a 64 bit machine, so the only limitation was the 32 bit FlashBuilder process.  Anyways i was able to get from 1024m up to 1720m.  Also note that FlashBuilder 4.7 Beta is out and it is a native 64 bit application, so you will get higher addressing there.  I just found it to be too buggy for my every day development tasks.  Also missing the Design view really hurts development.  I hope they put that back in.
    Here's more detail on how I got beyond the java heap ceiling.
    http://chrsmrtn.azurewebsites.net/flash-builder-java-heap-errors-limitations-of-xms-and-xm x/

  • Eclipse Galileo 3.5 Cocoa 32/64 bit + Flash Builder = fail?

    I thought I'd just bring this to everyone's attention, since it came up as a "gotcha" to me.  If you're downloading the newest version of Eclipse and you want to plug Flash Builder Beta 2 into it, you can only use the Carbon version.
    Any word on what the final release will support?

    When I run the application in the memory profiler under FB 4.0 it takes
    about 80MB of RAM peak.
    I can not get the app to launch out of FB 4.5.
    I have reproduced this issue on two different machines running only Eclipse
    both stand alone and the plugin versions.
    My machine has 4GB of RAM, my typical usage is less than 2GB.
    Right now with FB 4.0 I am working on the problem project and a few sample
    projects and Eclipse is consuming about 600MB which seems normal to me.
    The confusing thing for me is that everything works fine and is responsive
    with FB 4.0 and the issue does not seem to be actually compiling the
    application, rather it has something to do with how FB is parsing my source
    code that causes the hang.  Almost like somehow a circular dependency check
    that used to work is now failing or something like that.
    I am not sure how to find out what FB 4.5 is hanging on precisely.  I can only
    see that the logs look normal and memory usage climbs out of sight while it
    is hanging.
    -Chris

  • Flash Pro CC produces swc that Flash Builder can't compile

    I've been using Flash CS6 to work with graphics and I export swc files to use them in my FlashBuilder project.
    Today I tried to use to new Flash Pro CC. But now I've got the following issue. When I try to Run/Debug my project шт FlashBuilder - compiling is never be finished. It stucks on 57%. And it doesn't show any error.
    I worked fine when I used Flash CS6 to made swc files.
    I tried to use FlashBuilder 4.5 and 4.7 with different FlexSDK (from 4.0 to 4.6). But it didn't help.
    By trial and error I could figure out the problem is in any code I use in frames in my fla files. I usestop(); in many MovieClips. But that's enough that my projects can't be compiled now
    I tried to comment stop(); but Flash Builder still can't finish the compilation. Only full removing all the code from my fla files allowed the project to be compiled.
    Has anyone catched this bug too? Maybe is there better solution?
    Sometimes I use stop(); and gotoAndPlay("frameName") in frames to loop some animations - it's really convinient. And I wouldn't to give up this convenience
    P.S. Just in case I work on Mac.

    Try changing target player in Flash Professional to match Flex SDK version. For example Flex SDK 4.6 targets Flash Player 11.1.

  • Flash Builder 4.5 Compiles super super super slow

    We're using Flash Builder for an enterprise application. It builds super super super super slow. It takes roughly 3'25'' to build. This kind of compiling speed is unbearable for front-end development. Please help!!!!
    Here're the specs of my machine:
    Processor: Intel(R) Core(TM) i5-2520M CPU @2.50GHz 2.50GHz
    Installed Memory: 4.00GB (3.89GB usable)
    System type: 64-bit Operating System (Windows 7)
    Here's the log from FB:
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:53.316
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:53.317
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:36.072
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:36.073
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problem occurred in auto-refresh native code: 5.

    Thanks for the reply srvikram13, I really appreciate it.
    Unfortunately this did not solve my problem.  The application was developed in Flex sdk 4.1 and I have installed the 4.1 sdk and told the Flex Compiler to use that specific sdk to no avail (I even re-tried per your post, but no success).  The fact is that the project compiles fine with either 4.1 or 4.5 sdk, it just has issues finding the imorted classes until I manually open the class files.
    Further debugging and info:
    I actually thought I had it fixed for a second.  I renamed my "com" directory and right clicked on "src" and chose "New" > "Package" then repeated that for each directory under "com".  I then closed FB and in windows explorer copied my original com directories into the new one created by FB.  When I launched FB and opened the main file all my imports were recognized!  I then closed FB and re-opened again to see if it was truly fixed and ... epic fail.  The squiggly underlines are back and FB doesn't recognize any reference to them.
    I also found that even if I navigate to the class files in the Package Explorer then right click on the file and choose properties, then click cancel (never opening or changing anything) the reference to that specific file is now valid... at least until I close and reopen FB.
    Any other ideas?

  • Flash Builder is an Unprofessional Beta

    In Spring of 2011, I was very excited at the fact that we would be using Adobe Flash Builder 4 in a semester-long software engineering class project at a leading university.  I had used many Adobe products in the past and was very happy with them, particularly Photoshop, Illustrator and Dreamweaver.  I had also been wanting to learn ActionScript/Flex, and this project would give me the opportunity.  However, after extensive use of Flash Builder, I have realized that this product was the biggest let down since Windows Vista.
    There were several people working on the same project using Subversion.  In addition, we would have a lab session once a week using different computers, so it was necessary to frequently import projects into Flash Builder.  Importing Flex Projects was the most annoying and time consuming aspect of many.  Firstly, when one selects the import option, a dialog is presented and is positioned mostly off screen.  It is necessary for one to drag the dialog to the screen manually every time.  In addition, the path of recent projects is not saved, so one must manually navigate to the proper directory each time.  Since there were so many problems with projects falling apart, many imports were necessary.  It is necessary to manually navigate through the long hierarchy of directories to reach the project.  This is very time consuming and unproductive.
    After the import, the project will not run because of some problem finding the HTML files.  It was necessary to create new projects from scratch and do a lot of copying/pasting until a team member directed me to delete the html-template directory.  I am not sure how he came across this tip, as I had searched the Internet for solutions to no avail.  One more tedious step is necessary.  The html-template directory needs to be recreated, and the only way, at least that I see, is to rebuild the project, then after the error appears in the Problems window, right-click the error and select Recreate HTML Templates.  That’s quite a bit of work, and maybe there should be an explicit option to recreate HTML templates that’s not buried as a right-click option in the errors list.
    This leads to the next problem.  Errors do not appear in the code until the file is saved.  Every time I type in a new statement, it is necessary to save the file in order to see if there are any errors.  This is very counterproductive.  In addition, it would be much more productive to add a feature in the code hints that would allow for mouse wheel scrolling.  It takes much longer to navigate through the hints without this feature.
    Another problem related to importing projects is with executing it.  Sometimes after importing a new project, a dialog displays that says that it may be necessary to restart the browser.  This turned out to be a huge problem, as I frequently have many, many Firefox tabs/windows open at a given time.  It is very unproductive to restart Firefox several times until the project finally imports correctly.  Sometimes it will work without restarting, however, and I cannot pinpoint any differences between when it works and when it doesn’t.  This may be related to the Flash plugin as opposed to Flash Builder.
    This leads to another problem.  For testing purposes, sometimes it is necessary to locally run the HTML file in the bin-debug directory.  Even after a successful import and rebuilding of the HTML template, the Flash content will not load at all – just a blank screen.  Sometimes the content will load, but it will not function correctly.  If I upload the files to a live web server, it works just fine.  However, sometimes it is necessary to run the HTML files locally, and it is very inefficient to have to upload/run to/from a web server.
    After all the trial and error of simply importing a project and when you think you’re making progress, something happens to the project along the way.  All of a sudden when you try to execute an MXML application, which is in the same directory of several others, only one certain MXML application decides to run (when you are trying to run another one).  The only workaround that I found is to either bring up a backup or create a new project and copy/paste the code.  This is highly unproductive.
    All the inefficiencies and bugs in Flash Builder made it necessary for me to make constant backups.  When a project fell apart, I had to open a backup and copy/paste the code.  This was a lot of wasted time.  In addition, I learned early on not to count on Flash Builder when presenting or making minor, last minute changes before a presentation.  Flash Builder always managed to encounter some strange problem. 
    Flash Builder is unreliable and highly inefficient.  I love Adobe products and Flash is great, but at this time I can no longer use or support Flash Builder, and I could in no way justify its purchase in the future until most of these bugs and inefficiencies are fixed.  It has potential, and could be a great product if this were the case, but in my experience I spent more time overcoming bugs than coding.  When something would not work right, I first had to determine whether it was a bug in my code or a bug in Flash Builder.  If Adobe needs an engineer to fix some of these seemingly simple issues, I would be willing to take on the task for the sake of saving this potentially amazing product.
    [email protected]

    it's a beta. it stunk. but they put it out for review which helps Adobe and others. But never treat those products as stuff to base your serious work around. Flex3 is stable. FB4 is 90% reliable. Things are still broken in it.
    btw if it was a leading university why in the world would they base it around a Beta that was buggy or was that your decision ?
    now, since I helped, please give me my 5 or 10 points.

  • Flash Builder no longer compiles a project

    After my last edit - no syntax errors - of a given project, Flash Builder no longer builds my project.
    Restarted Flash Builder. Created a new project and copied all sources. Nothing helps. It just doesn't create the binary.
    I see two problem reports.
    Most of the time this one:
        An internal build error happened. See the error log for further details.
    Then, sometimes, this one appears:
       Classes aren't allowed to be defined inside other classes.
    The project is syntactically free of errors.
    As soon as I remove the main component from the App.mxml, the build finishes orderly and the app starts up. In this case - as expected - with a blank window.
    Does a workaround solution exist?  Does certain size restrictions make the build fail?
    OS:
       Mac OS X Lion.
    Bug-Report:
       http://bugs.adobe.com/jira/browse/FB-32216

    Unbelieveable. After 2 day, I found the problem right now:
    I wrote
      private var baseNiceText =  String = '';
    instead of
      private var baseNiceText :  String = '';
    After I changed the source and recompiled, the app builds.
    Anyway, it's a problem inside of compiler.

  • Flash Builder 4.5 - Flex (source code automatically changed after existing project import)

    Hi all!
    Til yesterday, i was using FB v4.0 and it was perfectly working.
    But now I'm under 4.5 and i have problem when importing my existing projects.
    Now let me introduce the matter:
    The entire project solution is located on my Desktop.
    So, to import this, i go in FB in File>Import Project
    Then i select "Project Repository" option and "Browse" button, then select the project on Desktop...
    So.... import complete and SEEM TO BE successful
    Unfortunately, from the IDE, when i double click on each source files, the code inside is not the expected one.
    In fact, it looks as an older version of my code.
    Then, i exit totally FB4.5...
    ... and open my source files with a simple text editor, i can see that the original code (before import) has been changed by FB4.5...
    So, why???
    for example, this original code:
    * This is a generated class and is not intended for modification.  To customize behavior
    * of this service wrapper you may modify the generated sub-class of this class - WS_rq_login.as.
    package services.ws_rq_login
    import com.adobe.fiber.core.model_internal;
    import com.adobe.fiber.services.wrapper.WebServiceWrapper;
    import com.adobe.serializers.utility.TypeUtility;
    import mx.rpc.AbstractOperation;
    import mx.rpc.AsyncToken;
    import mx.rpc.soap.mxml.Operation;
    import mx.rpc.soap.mxml.WebService;
    [ExcludeClass]
    internal class _Super_WS_rq_login extends com.adobe.fiber.services.wrapper.WebServiceWrapper
        // Constructor
        public function _Super_WS_rq_login()
            // initialize service control
            _serviceControl = new mx.rpc.soap.mxml.WebService();
            var operations:Object = new Object();
            var operation:mx.rpc.soap.mxml.Operation;
            operation = new mx.rpc.soap.mxml.Operation(null, "WS_rq_login");
             operation.resultType = Object;
            operations["WS_rq_login"] = operation;
            _serviceControl.operations = operations;
            try
                _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
            catch (e: Error)
            { /* Flex 3.4 and earlier does not support the convertResultHandler functionality. */ }
            preInitializeService();
            model_internal::initialize();
        //init initialization routine here, child class to override
        protected function preInitializeService():void
            _serviceControl.service = "A_WebService";
            _serviceControl.port = "A_WebServicePort";
            wsdl = Config.LIEN_WS_RQ_LOGIN+"/4dwsdl";
            model_internal::loadWSDLIfNecessary();
          * This method is a generated wrapper used to call the 'WS_rq_login' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function WS_rq_login(e_login:String, e_password:String, e_keyCode:String, e_forceRegenKey:Boolean) : mx.rpc.AsyncToken
            model_internal::loadWSDLIfNecessary();
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("WS_rq_login");
              var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(e_login,e_password,e_keyCode,e_forceRegenKey) ;
            return _internal_token;
    becomes this:
    * This is a generated class and is not intended for modification.  To customize behavior
    * of this service wrapper you may modify the generated sub-class of this class - WS_rq_login.as.
    package services.ws_rq_login
    import com.adobe.fiber.core.model_internal;
    import com.adobe.fiber.services.wrapper.WebServiceWrapper;
    import com.adobe.serializers.utility.TypeUtility;
    import mx.rpc.AbstractOperation;
    import mx.rpc.AsyncToken;
    import mx.rpc.soap.mxml.Operation;
    import mx.rpc.soap.mxml.WebService;
    [ExcludeClass]
    internal class _Super_WS_rq_login extends com.adobe.fiber.services.wrapper.WebServiceWrapper
        // Constructor
        public function _Super_WS_rq_login()
            // initialize service control
            _serviceControl = new mx.rpc.soap.mxml.WebService();
            var operations:Object = new Object();
            var operation:mx.rpc.soap.mxml.Operation;
            operation = new mx.rpc.soap.mxml.Operation(null, "WS_rq_login");
             operation.resultType = Object;
            operations["WS_rq_login"] = operation;
            _serviceControl.operations = operations;
            try
                _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
            catch (e: Error)
            { /* Flex 3.4 and earlier does not support the convertResultHandler functionality. */ }
            preInitializeService();
            model_internal::initialize();
        //init initialization routine here, child class to override
        protected function preInitializeService():void
            _serviceControl.service = "A_WebService";
            _serviceControl.port = "A_WebServicePort";
              wsdl = "http://ids.ice/4dwsdl";
            model_internal::loadWSDLIfNecessary();
          * This method is a generated wrapper used to call the 'WS_rq_login' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function WS_rq_login(e_login:String, e_password:String, e_keyCode:String, e_forceRegenKey:Boolean) : mx.rpc.AsyncToken
            model_internal::loadWSDLIfNecessary();
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("WS_rq_login");
              var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(e_login,e_password,e_keyCode,e_forceRegenKey) ;
            return _internal_token;
    Thanks for your help
    Jonathan

    Well well,
    I got some news about this problem....
    Look like Flash Builder uses a ".FML" file to reference URL of all WebServices used in the project.
    When replacements occurs, the updated values seem coming from this.

  • Flash Builder Hangs when compiling to AIR App

    I created a presentation in Catalyst with some embedded objects and some linked objects, then jumped it to Flash Builder to have my developer add in some scripts. We then tried to Export Release Build to create an AIR application. Problem is, it won't pull the linked assets. If I check the box to include the assets it hangs on the compilation. I can just keep clicking the "Finish" button and nothing happens. If I deselect the "Assets" I can click "Finish" it compiles the AIR application, but I'm left with a basically empty application. I don't understand what's happening. Any help please.
    Thanks
    Jim

    Well Anirudh, it somewhat worked. I added the new source
    folder just like you diagrammed and when I compiled the project to an AIR application the application file size jumped from 3mb to 500mb. So it obviously pulled the linked images. But when we installed the AIR application the images still weren't found. Any ideas?
    Right now there are two items in the project that have Assets in the name. I don't think this is correct.
    Here's a screen grab.

  • Flash Builder failed to lunch after installation.

    Adobe Flash Builder can't lunch after installation completed successfully. it says to uninstall and reinstall again. if problem continues, contact adobe support. and it says: "error: 5"
    ~ Then after I uninstalled it. Download it again and reinstall again, same result.  I did this numerous times now and no tech solutions so far!
    What is going on here and how to fix this? 

    don't worry, it works now, after i rebooted the machine.

  • Flash Builder 4 endless compile loop?

    Sometimes my Flex projects get stuck in an endless compile loop. What I mean is, they start building, go to a certain percentage and then restart at 0%. I have to cancel the build process and do a Project, Clean just to get the project built so I can debug.
    Anyone else experiencing this? I'm unsure if this is related to having Aptana Studio 1.5.1 also installed on the same eclipse, but that's the only other major plugin I have installed.
    David

    Hi David,
    yup, I know this error. I reproduced it several times.
    If you use the automatic binding, by dragging and dropping an EntityService to a Datagrid, some code is added.
    For example a definition for the callresponder, a call for this callresponder, a creationComplete for the DataGrid.
    If you do this several times and then start you delete some parts of the generated code for bindinng, the described error happens quit quickly!
    Then you do not(!) get a clear compile error, but it compiles for ever .
    You can solve this in two ways.
    Take this project out of your workspace ( you do not habe to delete it from disk).
    Find the still existing code snip, that produces the error and delete it and use clean compile. To find the error is tricky!!!  because DataGrid3 belongs to Callresponder 2 and so on and you don not(!) get clear messages from the compiler.
    I use the automatic code generation, but do not use the automatic binding. Then this kind of error does not happen any more!
    Hope this helps!
    Martin Zach
    P.S: This has nothing to do with Aptana.

  • Flash Builder 4.5 Auto-Gen Code For PHP Data Service Produces Errors

    Hello
    I'm currently running a fresh install of MAMP on my Mac and when I start a new flex project, add a php data service that pulls from a mysql database I have. Everything works fine until I try to compile. The error I'm getting is 'uid' being the primary key which is a bigint(20). The file _Super_Users.as (auto-gen based on the user table below) reports 2 errors: [Managed] requires uid to be of type 'String'. (same error on 2 lines of code) Now the MySQL table wants it to be a int, the auto gen code seems to want it to be an int as well but for some reason its putting in these requires for String on the getter and setters for 'uid'. The is before I even add any of my own code, just auto-gen then compile.
         * data/source property getters
    [Bindable(event="propertyChange")]
        public function get uid() : int /*error line*/
            return _internal_uid;
         * data/source property setters
        public function set uid(value:int) : void /*error line*/
            var oldValue:int = _internal_uid;
            if (oldValue !== value)
                _internal_uid = value;
    This is what my database looks when I export it:
    CREATE TABLE `users` (
      `uid` bigint(20) unsigned NOT NULL,
      `name` varchar(150) NOT NULL,
      `first_name` varchar(50) NOT NULL,
      `middle_name` varchar(50) NOT NULL,
      `last_name` varchar(50) NOT NULL,
      `gender` tinyint(1) NOT NULL,
      `locale` varchar(5) NOT NULL,
      `link` varchar(255) NOT NULL,
      `username` varchar(50) NOT NULL,
      `email` varchar(255) NOT NULL,
      `picture` varchar(255) NOT NULL,
      `friends` text NOT NULL,
      `created` datetime NOT NULL,
      `updated` datetime NOT NULL,
      PRIMARY KEY (`uid`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    It's empty right now...
    Apache 2.0.64
    MySQL 5.5.9
    PHP 5.2.17 & 5.3.5
    APC 3.1.7
    eAccelerator 0.9.6.1
    XCache 1.2.2 & 1.3.1
    phpMyAdmin 3.3.9.2
    Zend Optimizer 3.3.9
    SQLiteManager 1.2.4
    Freetype 2.4.4
    t1lib 5.1.2
    curl 7.21.3
    jpeg 8c
    libpng-1.5.0
    gd 2.0.34
    libxml 2.7.6
    libxslt 1.1.26
    gettext 0.18.1.1
    libidn 1.17
    iconv 1.13
    mcrypt 2.5.8
    YAZ 4.0.1 & PHP/YAZ 1.0.14
    I tried to give as much info as possible, if you need more let me know...

    I discovered my problem was uid seems to be a built in global or something and was filling in that data field with a bunch of letters and number, like the device id. Because of the letters flex was throwing a fit. So if you're using Facebook API in flex be sure to not go with uid for the user id, which is was facebook api calls it.

Maybe you are looking for