Removing the problem of Flex projects

I have experienced the problem after several times and that you want to document on this forum.

While working on a mxml file, I press 'delete' several times. The result is that several project (including the one that I am currently working) files and their content is permanently removed from the Flex and my hard drive.

Normally, when a project is deleted a dialog box appears "are you sure you want to remove project"xxx '?" In the cases I describe, the warning dialog box does not appear. Needless to say, it's a devastating bug. I'm meticulous about backing up my projects, but it's always a problem when it occurs.

I do not know that other people must have experienced this bug. Is it possible to avoid it in Flex 3 and nothing has been done about it in Flex 4?

Beware also the Ctrl-Z.

Even if the last thing you clicked on was not the Flex Navigator's point of view, sometimes by typing Ctrl-Z Deletes files in your project in inappropriate ways.

Tags: Flex

Similar Questions

  • Remove the problem

    Laptop computer deletes all the files that I opened

    Hi Pubber,

    A. who is the manufacturer of your computer?
    B. from when what happens?
    C. recent changes made on the computer?

    Let us try the following steps and check if it helps.

    Step 1: online scan.

    Perform a virus on your computer online scan to see if there is a problem with the virus on your computer.
    http://www.Microsoft.com/Security_Essentials/
    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/ba80504b-61f1-4D71-960f-b561798b7b42

    Step 2: new user account.

    Create a new user account and check if you still have the problem

    To create a new profile, you must first create a new user account. When the account is created, a profile will also be created.
    1. open user accounts by clicking the Start button, clicking Control Panel, click user accounts and family safety (or by clicking on user accounts, if you are connected to a network domain), and then clicking user accounts.
    2. click on manage another account.  If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    3. click on create a new account.
    4. type the name you want to assign to the user account, click an account type, and then click on create an account.

    Check out the link for more information on creating a new account below
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    Bindu S - Microsoft Support
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Unable to set keyframes in the audio clip selected with the pen tool - can no longer see the volume control line after developing the clip. What could be the problem? This seems to be the problem on any project that I opened.

    Cannot set keyframes in the audio clip selected with the pen tool - cannot see even the line volume control more to set keyframes on having developed the clip. What could be the problem?  I use the first CC pro @.

    You can use the Ctrl key and then click with the regular selection tool, clicking with ctrl will make a new keyframe. in this way, have no need for the tools. CTRL has other great shortcuts that will stop you having to spend retouching pads tools too.

    If the automation keyframe line is missing, you can switch on and off in the menu sequence.

  • The disc you get from your manufactor really remove all and reinstall the factory TME? and remove the problems?

    It deletes viruses?

    Hello

    Do a restore to factory settings, new condition, should remove malware or software problems and bring the machine to the way it was when new.

    But if the material problems are really the cause of your worries, they will remain even after a reinstall.

    See you soon.

  • remove the problem of reclassification of and truncation

    Hi gems... good afternoon...

    problem 1:

    I have several tables with interdependencies... That is, primary key-foreign key relationship.
    now, first I truncate the child table 1...
    -truncate table child_1;
    and it got truncated with success.
    Then, I tried to truncate the corresponding table of the parent 1...
    -truncate table parent_1;
    then it does not allow me to do so because this table is referenced by this child table 1.
    but when I used the command "delete from '...
    -delete from parent_1;
    then he successfully deleted all the records of the parent 1 table.

    WY, this happened? as per my knowledge, delete and truncate do the same...


    problem 2:

    by the above method, I get to make all the empty tables... and I used only "delete from" command after that...
    but after you remove all of the lines of another child, table successfully...
    -delete from child_2;
    When I tried to delete all the records in the corresponding parent table...
    -delete from parent_2;
    He stopped me again... (am hanged)
    then I had to disable foreign key constraints in the child table 2 and then he allowed me to truncate the table parent 2...

    Please help these behaviors... in both cases the children tables are empty... for a parent-child relationship truncation does not, but ' delete of ' works... on the other hand, for an another parent-child relationship the truncate and ' delete of ' do not work if the foreign key constraints are enabled...

    Because the truncation does not check if there are rows in the child table, it checks only "fk there" and if this is the case, it will fail.

  • Remove the problem of the child

    Hey there,

    I created a simple system foe in a game, I am spawning. Enemies move on the stage, and when they move out of the scene I want to delete them. Here is the code for spawning and remove them:

    if (enemyCooldown == 48)
                                  {
                                                      var enemy1:MovieClip = new EnemyGoLeft;
                                                      var enemy2:MovieClip = new EnemyGoDown;
                                                      var enemy3:MovieClip = new EnemyGoRight;
                                                      var enemy4:MovieClip = new EnemyGoUp;
                                                      stage.addChild(enemy1);
                                                      stage.addChild(enemy2);
                                                      stage.addChild(enemy3);
                                                      stage.addChild(enemy4);
                                                      enemy1.y = ((Math.random()*700)+50);
                                                      enemy2.x = ((Math.random()*1100)+50);
                                                      enemy3.y = ((Math.random()*700)+50);
                                                      enemy3.x = 1200;
                                                      enemy4.y = 800;
                                                      enemy4.x = ((Math.random()*1100)+50);
                                                      enemyArray.push(enemy1);
                                                      enemyArray.push(enemy2);
                                                      enemyArray.push(enemy3);
                                                      enemyArray.push(enemy4);
                                                      enemyCooldown = 0;
                                  }
                                  else
                                  {
                                            enemyCooldown ++;
                                  }
    
                                  for each (var enemy:MovieClip in enemyArray)
                                  {
                                            if ((enemy.x > 1250) || (enemy.x < -50) || (enemy.y > 850) || (enemy.y < -50))
                                            {
                                                      stage.removeChild(enemy);
                                            }
                                  }
    
    

    When the enemy goess off stage, I get the error message:

    ArgumentError: Error #2025: the supplied DisplayObject must be a child of the caller.

    at flash.display::DisplayObjectContainer/removeChild()

    referring to this line, of course:

    stage.removeChild (enemy);

    I tried parent.enemy, stage.parent.enemy, a few other things, you still get the same error. Any ideas?

    Thank you

    The splice method does not have an object as an argument.  You must provide the index of the object in the array to splice it

  • Any ideas on the problems of sound dropouts in an AVC HD video?

    I have a problem with an AVC HD interview clip in first Elements 10.

    If I open Windows Explorer's original movie, it plays perfectly in Media Player.

    If I import the movie into own Adobe multimedia and read there it plays perfectly.

    If I drop the clip into my project in PE 10 sound abandons himself completely for a crucial 1.5 seconds about a minute in, whether I am image previewed in the video monitor or I put it in the timeline panel.

    If I then remove the "defective" quite my project clip, check first that the clip is not yet perfectly everywhere else, then fall back into the project again exactly the same problem of full stall happens again exactly in the same place.

    It is not just a small reading problem; the problem remains in any version exported whole movie I do, any export format.

    Any ideas?

    It is rather makes me crazy and there be absolutely crucial that I can't just change somewhere.

    Bill,

    Welcome to the forum.

    Looks like the AV file has Audio, and that's good, until you import the file into the pre. Note: readers video, organizer and even the Source monitor Panel access the file on the HARD drive, but inside the front, the program actually accesses a file CFA (Audio compliant).

    This seems to be a classic case of the Conforming do not fill, plays only the initial part of the Audio. First of all, I would like to see this ARTICLE for general information. I delete the AV project (not the HARD drive), and then delete the CFA files and PEK for the Source of the media Cache files (located where you chose your Scratch disks to write). Then re-import the Source files and let comply them with all 100%. Depends on three factors, it can be very fast or take a few moments:

    1. Computer speed
    2. Duration of the source files
    3. How far from 16-bit 48 kHz, the Audio is

    I wouldn't touch the computer during the process in accordance with the standard.

    Please let us know if the files now have the entire Audio. If this isn't the case, then we should certainly more information.

    Good luck

    Hunt

  • Problem in Flex Builder user interface after installation of Flex 3

    So, here's an interesting question. And my apologies in advance if it has been reported before. But I spent the greater part of two days, installation / uninstallation / cleaning / resettlement. However, still having the problem with Flex Builder 3:

    After the launch of Flex Builder 3, I create a new project and "right click" on the name of the project in the browser in Flex in order to launch the 'Properties' dialog box. " Tab property page resource, various fields are truncated and drop-down list boxes are all jacked. In fact, under the Flex Build Path tab, it is completely empty. Basically, throughout the Flex Builder IDE, I have various missing fields or bizarre behavior.

    Then... at this point, I've pretty much uninstalled, uninstalled the JRE (think this is related to java), cleaned the system registry, uninstalled flash players, edited the flexbuilder.ini with one "-clean", installed updates for Vista (so now this system is on SP1) essentially... I have everything humanly possible short of formatting the system again.

    Running Windows Vista x 64; 8 GB of RAM; NVidia 8800 video card.

    To make sure that I wasn't completely lose my mind... I installed on a portable system and everything ran like a charm. Thus, after traveling through these forums and Google the issue to death... I can't find the answer.

    If anyone can help me it would be much appreciated!

    You're probably also using the logitech SetPoint on Vista x 64 drivers, who have a known conflict with Eclipse 3.3.

    (The 'solution' is one) to get rid of the drivers (but I love my DiNovo Edge keyboard!) or Eclipse use b) 3.4M4 and the plugin. However, it is not entirely taken in charge, so they sometimes issues, especially with design mode, so generally I use FB3 and switch and then run away when I need to change a setting (not optimal, I know, but not as frequent as that, once a day on average for me). Or just edit the parameters with a text editor.

    Or (c) perform virtualization VMWARE etc. and do it all in x 86.

    (Mise en garde, je n'ai jamais essayé un) personally, but have read that it works.)

  • IM wondering why the problem that he found was only partially deleted

    He did the scan and only partially removed the problem?  then why

    Oops. so, sorry.  I used the microsoft safety scanner, I found Bob site rankins.  There is something about a hijacking.   know not what.  I use NOD32 and it found nothing when it scans every day.

    Click on the link below. Download, update and perform a quick scan with Malwarebytes. Make sure that you update the parser before the scan.

    Malwarebytes.org

    How to use Malwarebytes

  • How to remove the best malware protection virus that has infected my system Vista?

    Hello, yesterday while I was doing a search, best protection malware infected my system. I scanned my PC with microsoft security databases, but the shortcuts exist on my computer. What should I do? Has it damaged my files?

    Hello

    Download update and scan with the free version of malwarebytes anti-malware

    http://www.Malwarebytes.org/MBAM.php

    You should also download and run rkill to stop the process of problem before you download and scan with malwarebytes

    http://www.bleepingcomputer.com/download/anti-virus/rkill

    If it does not remove the problem and or work correctly in normal mode do work above in safe mode with networking

    Windows Vista

    Using the F8 method:

    1. Restart your computer.
    2. When the computer starts, you will see your computer hardware are listed. When you see this information begins to tap theF8 key repeatedly until you are presented with theBoot Options Advanced Windows Vista.
    3. Select the Safe Mode with networking with the arrow keys.
    4. Then press enter on your keyboard to start mode without failure of Vista.
    5. To start Windows, you'll be a typical logon screen. Connect to your computer and Vista goes into safe mode.
    6. Do whatever tasks you need and when you are done, reboot to return to normal mode.

    after it is deleted:

    also run the sfc/scannow command.

    http://support.Microsoft.com/kb/929833

    Use the (SFC.exe) System File Checker tool to determine which file is causing the problem and then replace the file. To do this, follow these steps:

    1. Open an elevated command prompt. To do this, click Start, click principally madeprograms,Accessories, right-clickguest, and then clickrun as administrator. If you are prompted for an administrator password or a confirmation, type the password, or clickallow.
    2. Type the following command and press ENTER:
      sfc/scannow

      The sfc/scannow command analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions

    If SFC detects the main problems it can't fix you may need to borrow a Microsoft dvd vista not an acer, HP etc. recovery disk and do a repair installation

    read the below tutorial on how to perform a repair installation

    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

  • Remove the Runtime Sentinel drivers

    While trying to upgrade to 8.1 Windows, I got a message for remove Runtime Sentinel drivers.  To the best of my knowledge, I have no sentinels devices on my computer and there is no sentry program to remove.  However, the message persists.

    Research online all point to drivers Sentinel HASP that I've not heard of, so I can only conclude that runtime drivers are embedded in other software I might remove the problem if I knew what it was.  I tried running the removal of the command-line on the web, but nothing was found on my PC.

    Because I can't find Sentinel devices on my computer, I backed up the registry and then searched and deleted all reference to the "sentinels" but I met a couple of keys that cannot be eliminated even when I try to take ownership.  They are located in:

    HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS NT / CURRENT VERSION/Perflib/009.

    The second is: HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS NT / CURRENT VERSION / Perflib / CurrentLanguage.

    I tried to change the property to the top of the tree of the registry, but the changes are not permitted for these keys.  I don't know how the keys correspond to the sentinels as they appear to be associated with a 'meter', but they are identified as the key when I search the register "Sentinel."

    Has anyone else encountered this problem and solved?  If so, how?

    Sentinel is a software license that can be embedded in other programs. I read here http://superuser.com/a/643084 about it. Someone said that if you have installed Lightworks, you might have this problem. I went the Sentinal website http://www.safenet-inc.com/sentineldownloads/ and installed the drivers from the GUI. Then I uninstalled them and restarted. It seems to have worked, and will continue the installation 8.1.

  • How can I remove the banner from the trial after the purchase of complete software?

    I downloaded the Trial Version first ensure that all the features that I needed to create the video were there.  Now, I have purchased the full version and have a product code.  How can I remove the "created with...". Banner of the Evaluation Version"of my current project I have worked on, now that I have the product code is entered?  It is not automatically deleted.

    I found the answer, took some looking around, but here's an answer.  I tried it and it worked! Just be sure to save a backup of your project in case where.

    I wanted to do it is easy to find.  Here is the correct answer:

    Good responseby vipul vaibhav on October 24, 2012 11:21

    The "Delete rendered files" option is there under "Chronology" in the menu bar to remove the files of a project rendering.

    See the answer in the context

  • I am facing a problem when working in the Muse... The problem is that I can't remove my package page, when I try to delete it showing an error and the application terminates. I'm working on an emergency project which, I have to present tomorrow I hope y

    I am facing a problem when working in the Muse... The problem is that I can't remove my package page, when I try to delete it showing an error and the application terminates. I'm working on an emergency project which, I have to present tomorrow I hope you find a solution for the same. Help with the help of Adobe Muse CC

    Liston Hi,

    Steps to follow:

    1. Try to make a new complete site structure in MUSE and try to add a few pages and tries to remove it, just to check its not having not problem
    2. If the problem persists even, check if your site is stored on the external hard drive. Note: site should be registered on internal hard drives.
    3. Try to revive the MUSE, if the problem remains the same, we will refresh the preferences of MUSE.

    Hope it will work.

    Thank you

    Prabhakar Kumar

  • How to remove the full features of SigExp project

    We bought a USB-6210 and installed Eval SignalExpress version. I gathered data for a project and assess various data logs. I was apparently using some of the features of the full edition, such as filters. However, I now know that the limited version allows only one newspaper per project, which could be a problem too since I have collected several newspapers in the same project. When I returned from vacation, I found that my eval period expired, and now the project will not open because it has no full functionality in it. I need my back from the raw data. How can I remove the steps long before I can get to my data using the limited version? I really the full version and would like to buy, but your price is widely affordable.

    Kind regards

    Dave

    If you used the SignalExpress logging feature to back up your data, it was stored separately from the project.  You can find it in time-stamped records under your \SignalExpress data file.  You should be able to open the TDMS with Excel files using the Excel that installed in SignalExpress plug-in.  Alternatively, you can open using all that supports the PDM.

    If you used the snapshot functionality, the data is saved in your project.  Post your project and we will remove it for you.  Please let us know which format you want as it in this case.

    On a side note, what do you consider a reasonable price for the software?

  • remove the project workspace

    Hi all

    I'm new to TestStand and have a very simple question.

    How should be done on the deletion of a project to a workspace? I deleted a project, performa a backup. Close the workspace, quit TS. Open TS and reopen the workspace. The project even appear. The date of the workspace shows that it was not updated. See the image on how I deleted the project. Maybe my problem is that I did not remove the project in the right direction. Can anyone help?

    I use the testbed 2014 P1 (32 bit).

    Your

    Huck

    Yes jigg, there must exist before I can delete. I did as what you said and it now works. Thank you very much!!

Maybe you are looking for