Slow Code Editing in Flash Builder 4.7

For some reason my Code Editor works painfully slow. I see that other folks have experienced this issue. I don't want to switch to another IDE. I have already increased the values of Xms and XMX (Xms1024m -Xmx2048m) and also created a new workspace but it did not make a difference. Other appliations work fine. I am using a i7 laptop with 16GB of RAM.
FB was working fine and then all of a sudden started to slow down. I believe that it happened after I  installed Apached Flex SDK but I am not positive. I have other IDEs that I use for testing things so that might be a problem as well. I would like some help to fix the slow code editing because it is making it difficult to use FB and I don't want to change.
I have Creative Cloud account.
The size of the project is 19mb.

Hi Blake,
In another page (http://forums.adobe.com/thread/1056583), Adobe states that it will be possible to download 4.6 in alternative to 4.7, to still have the Design View. However, I have not seen such possibility yet.
I will not say that "real programmers don't use design mode". They do, if it works fine.
However, the Design View was not very useful for mobile projects, if you wanted to create an interface which, at run time, adapts to different screen estates.
It was very good to draw an initial mock-up, but only the simulator (and the device) can say how the app really looks like (if you want to know more, please have a look here: http://aliencoding.com/2013/02/22/adobe-flash-builder-4-7-has-no-design-view-is-it-blasphe my-no-but-the-software-contains-some-other-blasphemous-aspects/).
If you develop for desktop, then I agree the Design View lack is a real drag. I think Adobe should at least lower the price of the program, now that it's been scaled down for (I think) copyright issues (the Design mode relies on Flash professional components that was not donated to Apache).
I love this platform because it really saved my butt in cases of real fast devployment, BUT NOW it lacks support for Windows 8 that PhoneGap has...
Can we say... it is a legacy framework by now? 

Similar Messages

  • Slow diff viewer using flash builder 4 plugin

    We have a few mxml files of substantial size 900+ lines.
    When viewing these in the compare editor its insanely slow - well over 45 seconds and gets exponentially worse the bigger the files. The same file using TortoiseSVN takes less than a second. Virtually all our developers using the eclipse plugin rather than a stand alone flash builder have this issue ranging from standard xp builds to vista OS. We all use springs STS build of eclipse v 2.3.2 (version 3.5.2 of eclipse)
    Have we got something wrong which is causing this?

    Hi,
    I'd like to confirm what workflow you are using. Are you doing a right click on the file-> compare with -> local history. and then choosing a file from recent history to check the diff?
    Does this problem occur only on plugin or even on standalone?
    EDIT:
    I was able to reproduce this issue on my FB standalone. I filed a bug.
    https://bugs.adobe.com/jira/browse/FB-26986

  • Using code templates in Flash Builder

    Hi, all;
    I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled"
    i.e.
    public function notCuddled():void
         //TODO
    vs.
    public function cuddled():void {
         //yay! no wasted space
    However, I have not found the template used for the constructor for a generated Class, so I get:
    package my.package {
         public class MyLovelyCuddledClass {
              public function MyLovelyCuddledClass()
              {//wasted line that I have to manually fix
    I love the new productivity enhamcements in FB 4.5, and they are so great that little nitpicks like this stand out.  Can anyone tell me where I can find the template that is used for this, so I can code to the fullest potential of the tool?
    TIA;
    Amy

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Code lookup issue Flash Builder 4 B2

    Had this issue before with flash builder 4 beta 2 where the code look up will not work
    While working thru Day 4 EX 4.1
    "Using code lookup to generate the click event will present you with the Generate Click Handler option in the code lookup window (see Figure 4). Click the option or press the Enter key to use the option to generate a function."
    Have no problem seeing the code look up for the <s:Button> however once I get the click will not show code look up for Generate Click Handler window.. is there a way to get this to run.. to move foreward with the exercise I just wrote out the code..is there a way to trigger the code look up?

    Mark - so you see click in the drop down and you select it so that your code now says:
    <s:Button click="" />
    and the code lookup now shows "Generate Click Handler" between the click double quotes?
    What happens if you place your cursor between the double quotes in the click event and type ctrl+spacebar?
    Can you share a screenshot of what's happening?

  • BlazeDS service introspection/code gen in Flash Builder

    The data-centric development features in Flash Builder support introspection of BlazeDS/LiveCycle Data Services destinations. You can use a wizard to introspect a remoting or web service destination and generate client-side proxy objects for working with the destination. For more information on using these features, see Building model-driven applications in the developer guide for LiveCycle Data Services 3 beta 1.
    Note: To use these features, you must have Flash Builder 4 Beta 1 and BlazeDS 4 Beta 1.

    Hi,
    Thanks for your feedback!
    This feature has been going through a lot of changes with the BlazeDS and Flash Builder builds.
    We request you to pick up the BETA2 build of Flash Builder and BlazeDS 4.0.0.10654, hopefully you should see things working fine.
    Kindly let us know if you still encounter problems.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Flash builder 4.5 code completion doesn't show public function

    Hi,
    I am migrating from flex3 to flash builder 4.5 and it shows a question mark at one of my lines.
    No errors, and the code works fine when i run it.. only there is no code completion in flash builder.
    My code:
    //i use a custom component like this:
    <generalmenu:menu x="59" y="58" id="mymenu"/>
    //this component loads its functions from a separate as(no class just simple as code) file (so i don't have all code in the file with visual components)
    <fx:Script source="menusource.as"/>
    //inside menusource.as there is a function that takes care of closing my app.
    public function closeprogram():void
         //closing window goes here
    my problem..
    when i type inside my function at application level:
    mymenu.closeprogram();
    i get a question mark in front of it: Call to a possibly undefined method closeprogram
    code completion doesn't recognize my public functions inside the mymenu component, it does see mymenu but when i hit .(dot) it doesn't give me a list of functions.
    How can i get code completion to work? Are there changes in the way you call as files in flash builder 4.5? Please some help.. code completion makes life much better.

    I found why the nasty behavior above was happening ::- D.
    I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
    But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
    public function G3Widget (name: String, parent: IG3Parent = null): void
    Spot the mistake ::- D.

  • Is there a limit to the amount of SWCS I can use in my Flash Builder app?

    I have 3 swc folders in my flash builder project that includes about 40 swcs total. Each swc is a simple flash animation with a size of about 500 kb each. When I include and complile about 20 of them in my project, things work fine.
    When I try to include all my swcs, the app compiles, but when i make changes in my code and save those changes, each time the compile becomes slower and eventually my flash builder freezes at about 52%, gives me a "java heap error" message, and then crashes. After restarting FB, when I take out most of the swcs from the build, FB acts normal again. Attached is a screen shot of my error.
    Is there a limit in size or amount of swcs that I can use in my FB application?

    There are no limits. But there is a known memory leak (which is being fixed for a later release).
    Would it be possible to attach a sample SWC so that we can confirm whether this is a known leak or not? I'll take care of filing this in bugs.adobe.com.
    Meanwhile, in your Flash Builder installation directory, you can edit FlashBuilder.ini to bump up max heap size by editing:
    -Xmx512m
    to
    -Xmx800m

  • Flash builder 4.7 lags on big files

    Hi
    I starts using new Flash Builder 4.7 three days ago.
    I have file that contain 5000 strings of code. And when I open this file and starts edit it - flash builder starts terrible lags! I can print only 3-4 chars per minute...
    There was not such problem in FB 4.6
    How can i fix it?

    Hi,
    Please provide few more info.
    1. What is your machine config?
    2. What exactly is the content of file? Can you provider us a sample?
    3. How big is your project? Is it flex or ActionScript project?
    4. Do you see any improvement if you turn off "Report problems when typing" in Preferences->Flash Builder->Editors ?

  • Should I use Flash Builder to develop for iOS?

    We have a sizable AIR application built using Flash Builder 4.5 that is deployed on Windows and Mac. We tried to package it for Android and it simply failed to run at all. Apparently there are many namespaces not supported on Android. We've since stopping concerning ourselves with Android because the vast majority of our clients only care about iPad when it comes to tablets.
    So, the question I have that remains very elusive to me is: do I attempt to build an iPad version of our product on our existing AS3/Flex code base using Flash Builder, or should I port over to xcode and go native iOS? All the marketing I see surrounding Flash Builder says that you can build apps for iPad. But just how practical is this for anything more than trivial apps? Adobe AIR is supported on Android and it failed to work, which doesn't give me much confidence in trying to make this work on an iPad. Now that Adobe is moving away from Flex does it make any sense to even attempt this?
    What say you Adobe?
    Thanks
    Kevin

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

  • Flash Builder compiling

    Will Flash Builder 4 also be able to publish AS3 based projects -> iPhone native apps as well or is this only going to be limited to Flash CS5.

    Creating iPhone apps in ActionScript is on the Flex Builder roadmap, however it's not known at this point what version of Flash Builder will get that support.
    However, as was shown in the MAX keynote and in other places e.g. Flash on the Beach, Flash Builder 4 and Flash Pro CS5 can be used together much more closely, editing in Flash Builder and having it publish/compile using Flash Pro, for example. So even if it's not directly supported in Flash Builder 4, you can use Flash Builder 4 as your editor and create an all-ActionScript project, and publish it using Flash Pro.

  • Trouble with Flash Builder 4.6?

    I’ve tried every version from 4.5 to 4.7 premium edition of Flash Builder in order to get past this bug that I can’t seem to move past in order to continue with the design process.  The problem I’m having is this:
    I’ve setup a new project and everything works great.  The problem occurs when I try to access the Data/Services I’ve created for my project.  When I right click on the created service in order to access “Configure Return Type” nothing happens, I tried this at least 10 different times using all the various versions.  I have since deactivated 4.5 and installed and activated 4.6 and tried it with that version with no success.  All of the other contextual features of that menu respond to the right click, just not the Configure Return Type…
    I’m running Windows 7 Home Premium Service Pack 1 with Flash Builder 4.6 at the present time.
    I need to know how to get this feature to work so that I can continue on with the project I'm wanting to work on...

    Thanks for your post. You may want to post this in the developers forum. You will proably get a faster answer.
    Be a Shepard and not an iSheep.

  • Install Flash Builder 4.5.x Upgrade without Flex Builder 3.x installed?

    Edit: Is the lack of replies because no one knows the answer or because this was a ridiculously dumb question?
    Also, if I must have a prior version physically installed to do the upgrade, can I install Flex Builder 3 on a temp Windows machine, upgrade that to Flash Builder 4.5.x and then transfer the license to the MacBook? Seems like a very convoluted way of doing things but if that's the only way then I suppose I can go scrounge up a spare computer to do so. End Edit
    Hi,
    I just got a brand new MacBook Air which has Lion on it.
    I have an unused boxed copy of Flex Builder 3.0 standard edition.
    I tried to install 3.0 and of course I got an error along the lines of not compatible.
    What I would like to do is upgrade to Flash Builder 4.5.
    So the question is,
    Can I buy the upgrade edition of Flash Builder 4.5 standard for Mac, then install that on my MacBook even if I don't have 3.0 installed to upgrade from?
    Is it as simple of just supplying the seriel number from 3.0 when upgrading?
    Thanks.
    Message was edited by: Cindered Monkey
    Changed the title to better reflect the situation.
    Also added a blurb to the top.

    Well, thought I should update just in case someone else has a similar thought.
    I ran out of time to wait and it seemed I wasn't going to get a response so took the chance and bought the upgrade.
    The install couldn't find any prior versions so just asked for the serial for Flex Builder 3.0.
    After entering that in, it thankfully installed just fine.
    Would have totally sucked if it didn't work and was forced to then buy the full version.
    Anyhow, relieved it worked.
    Regards.

  • Import WSDL into Flash Builder 4 (Flex 4)

    Our Flex 3 applications use the File \ Import \ Web Services (WSDL) feature to import a WSDL directly into our source code.
    With Flash Builder 4, how do we import a WSDL directly into our source code?
    Thanks,
    Bruce

    With Flex Builder 3 I used to import Web services directly from my file system, is that possible any more?
    Thanks,
    Philip

  • Flash Builder or Flash Professional?

    Hey,
    Just wondering on your opinion of which should is better to use? Flash Builder or Flash Professional?
    Personally I want to drop flash profesiional and just keep developing in flash builder but before I do I want to know if I will lose any advantages or gain, and know if this is a good decision?
    I can code everything in flash builder good and love to work in the flash builder environment on desktop games AND mobile games sometimes.
    So what do you think I should do? Whats your opinion.
    Thanks

    Thank you... I guess I have a month or a year or so in front of me with what I have now, so I'm not looking to delve at this point if there is no advantage. Thanks for your opinion and time.
    I was also looking for a bit on vector graphics to import into flash for masks etc, and found another of your posts somewhwere that gave some insight... Having just installed Fireworks, I then found I can do the same from PaintShop - what I found was I can "break-apart" an image (in Flash) if I need to snip a little or can use png's directly as masks which I didn't realise before.
    So thanks again Mr K

  • Generate build_config.xml / configuration equivalent to Flash Builder

    I develop an AIR app where we code/debug within Flash Builder but when we generate publicly downloadable builds, it is done via command-line scripts. I'm currently seeing a bug which shows up in the command-line builds but that I cannot reproduce inside Flash Builder. Is there a way to generate a build_config.xml and air-config.xml file that would be equivalent to what is being used by Flash Builder to see if the issue is due to a compilation difference?

    I had the same problem and found the answer by guessing.
    Remove the SystemPassword line from your config.xml. Worked for me.
    -Tom
    Kumar Allamraju <[email protected]> wrote:
    I think the encryption stuff for connection pools has changed in the
    latest build, so the
    older one may not work.
    Kumar
    Stephan Kluwe wrote:
    Hi there,
    I would need some help on getting the new pre-release build to run(Build 127633).
    We have been testing a previous 6.1-beta-build and after creating anew BEAHOME-directory
    for the next build, just copying the old config.xml doesn't work. Itraises the
    following error:
    The WebLogic Server did not start up properly.
    Exception raised: weblogic.management.configuration.ConfigurationException:-
    w
    ith nested exception:
    [weblogic.security.internal.encryption.EncryptionServiceException -
    with nested>> exception:>> [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:>invalid pad>> byte.]
    COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding:invalid pad
    b
    yte.
    at COM.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java)
    Do we have to manually enter the apt values for connection pools etc.in the console
    over again ?
    Ultimately: how do you transfer configurations from one installationto the next
    Thx for any help.
    Stephan

Maybe you are looking for

  • How can i change the county in my account settings ?

    Hello, i´ve been an exchange student last year and bought my ipod in america. I want to change the account settings where i live but i cant. It says i have to spend my money i still got on this account. But i cant because i dont have activated the ba

  • How to include a Header in the Open Script

    Hi I have a header called "X-Forwarded For", and i want it to be used in the script, i have tried the following statements to do so: 1) http.headers(http.header("X-Forwarded-For", "12.1.1.1",Header.HeaderAction.Modify)); 2) http.headers(http.header("

  • Massive deleting rows not performant

    The goal of our DataFlow is to delete a lot of rows from a table on a criteria (primary key for example) It takes too much time. When we look at the queries on the oracle database it seems that DI works line by line. It is possible to improve the met

  • Working with List, Collection or Map

    Hello everyone, I have the following situation: I must add some values to a List, Collection or Map, and then retrieve them do put them in a combo box. My doubt is: which of them I should use? I wanna add a string working as an index and another work

  • Does upgrading OS delete the trash bin ?

    My boss is using OSX 10.5.8 and he "accidently" trashed (to the bin) a lot of files (+1000). I've told him not to empty the trash. I know that on the system I am using, 10.6.8 I can "Put Back" files from the trash into the original location. I recomm