Drag and drop does not not on Windows 7

Recently, it seems that I can just drag and drop files from anywhere within windows 7. I have the ability to right click and drag, but then I have to check his location with a 'move here' that is enough time especially when movement music titles. Any suggestions as to why it suddenly stopped working?

Thank you very much
Steve

Hi Steeevb,

What happens when you attempt to drag and drop?

Method 1: Run the fixit available in the links below and check if that makes a difference-Worth to try
Difficulty of broken desktop shortcuts and common system maintenance tasks

Note: FixIt would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

Method 2: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
http://support.Microsoft.com/kb/929833

Tags: Windows

Similar Questions

  • Dreamweaver CC 2015.3 interactive images - Hotspots do drag and drop does not work

    Dear all,

    I use Dreamweaver CC 2015.3 and try to use the Image Map option. I'm not using it in Liveveiw so there must be another problem.

    I have inserted a picture and give MapId image2. After that, I tried to drag and drop all three circle, polygon, and rectangle. Nothing happened.

    No map tag is packed. Nothing happens. What is the reason?

    Thank you

    Amir

    mamirs wrote:

    ... I have inserted a picture and give MapId image2.

    As much I know "MapId" is not an attribute of html for creating / using the clickable images.

    An image map using an attribute called 'well' in the tag which must match the attribute "name" of the tag. DW will write the attribute well, and tags automatically when you draw a shape, there is no need to add your own before drawing a card form (maybe it's and the use of an invalid attribute is confusing the program?). If you want to change the name of , make you in the properties of the window after you have created a form and DW will automatically update the necessary elements.

    To use the image map tools...

    1. place an image into your page (the tag should be used, image maps do not work on css-background images)
    2 single-left-click on the image in Design view to select it (a black box appears). If you see a blue border and a tab, when you click the image, you again Live View Editor and click on the triangle next to the Code, Split and buttons direct to change design

    3 left - click the shape you want in the Properties window to select the tool

    4. go to the image, click and drag (to a circle or square) or click on several points (for the polygon tool) to create your interactive image tag
    5. change the name of the card on the card Properties window

  • Drag and drop does not not in MacOS 10.7.5 EP 12 (Lion)

    I "copied" the icon of the editor of Photoshop elements 12 to the docking station.  When I drag and drop a photo (for example, JPG or NAVE) icon to the element editor icon in the dock, nothing happens - elements does not open.  The photo icon just "pops" in the folder I was dragging it since.  All previous versions of the components I used have behaved like any other Mac application and opened the photo (with a NAVE, the photo opened properly in the cab file).  Other Mac applications such as preview, open a file very well when she I do drag and drag the file on the application icon.

    I tried the same experiment with icons of the editor and organizer in my Applications folder and got the same results (the application does not open the file).

    I've skimmed through the preferences of PE to see if there was some kind of new preference for 'drag and drop' behavior, but found nothing.

    So, what don't get me?  How can I get 12 PE to open a file when I drag and drop a photo on the editor icon (or if I really, the Organizer) icon?

    Drag & drop works fine for me on 10.9

    Maybe you copied the wrong icon, the application is located in the support files.

    Applications > Adobe Photoshop Elements 12 > support files

    Locate the editor of Photoshop elements 12 in the Support files folder.

  • Problem slider disappears / Drag and Drop does not work

    Hey everybody,

    I have an urgent problem.

    Three butterflies are supposed to be slipped into an object.  My custom cursor is a kind of net to catch these butterflies.


    For the cursor, I have this code:

    cursor_mc.StartDrag ("true");
    Mouse.Hide ();

    My drag and drop code is:

    cursor_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMove);

    cursor_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    redbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    violetbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);
    yellowbutterfly_mc.addEventListener (MouseEvent.MOUSE_UP, stopMove);


    function startMove(evt:MouseEvent):void {}
    redbutterfly_mc.StartDrag ();
    cursor_mc.StartDrag ();
    violetbutterfly_mc.StartDrag ();
    yellowbutterfly_mc.StartDrag ();
    }

    function stopMove(evt:MouseEvent):void {}
    redbutterfly_mc.stopDrag ();
    cursor_mc.stopDrag ();
    violetbutterfly_mc.stopDrag ();
    yellowbutterfly_mc.stopDrag ();
    }

    But when I'm clicking on a butterfly my cursor stops to move and stay on the throttle position, that I'm dragging. After a fall, there is no cursor at all so we don't know where the mouse is currently located.

    Anyone know why it does not work? I am currently working with a mousefollower, because right now, it's the only way it works...

    The mousefollower code is:

    addEventListener (Event.ENTER_FRAME, enterFrameHandler)

    function enterFrameHandler(event:Event):void {}
    cursor_mc.x += cursor_mc.mouseX / 4;
    cursor_mc.y += cursor_mc.mouseY / 4;
    }

    But now I have the problem that only the Yellow Butterfly moves even if I'm clicking on red or purple...

    Please help me! Thank you in advance!

    Try to use the following code to manage the cursor_mc...

    Mouse.Hide ();
    cursor_mc.mouseEnabled = false; keep the cursor to interfere
    this.addChild (cursor_mc); to place the cursor at the highest level

    function moveCursor(evt:MouseEvent_=_null):void {}
    cursor_mc.x = mouseX;
    cursor_mc.y = mouseY;
    }
    stage.addEventListener (MouseEvent.MOUSE_MOVE, moveCursor);

    moveCursor(); to locate initially mouseover

  • bbUI.js and jQuery UI drag and drop does not

    Hey guys, I'm lost trying to integrate a drag and drop functionality using jQuery in my bbUI.js application. I don't know where to put my init code that makes the draggable element. I tried just this feature in my existing project workflow, but that doesn't seem to work. The elements are not movable. I don't want to clutter the page problems of github with a request for assistance. Thank you!

    In case if someone seeks this I work.





    $('#canvasphoto').droppable ({tolerance: 'fit'});

    $(«#selectiondrag»).draggable({)
    tolerance: "touch."
    animate: true,
    Scroll: false,
    containment: $('#canvasphoto'),.
    return: false,
    Drag: function() {}
    var Startpos = $(this) .position ();
    $("div#start").text ("START: \nLeft:" + Startpos.left + "\nTop:" + Startpos.top);
    }
    });

    This made the turn (move a div in a div)

    I have a background image and a div (405 x 405) as an example that I can move left or right (but the div allows you can also move upwards or downwards)

    I don't know that if I really need the areaselect, just let him in.

    jQuery-ui I've selected only draggable/resize/move and the rest that I've left out.

  • Drag and drop does not

    Since the upgrade to El Capitan, I can't drag and drop correctly to my reader network backed within the same window of the finder. Now the file on the device of destination for a while used to view lower-level items such as drives, folders, etc. subfolders. Now it goes only to the extent where the player so I can't drop the file where I want. Now, I need to copy and paste the file or use the finder windows 2, for the origin and destination.

    This used to work perfectly on the mavericks.

    I'm on Macbook Air (mid-2012)

    El Capitan 10.11.4 OSX

    By default, in my view, spring-loaded folders have been disabled. The setting is now in the prefs system of accessibility under the mouse and Trackpad. Make sure that this option is always enabled.

  • Drag-and - drop does not 2012 and Win 7

    This used to work, but somewhere along the way, I lost the ability to drag and drop access paths and excerpts from LV on a LV block diagram. Has anyone else seen elsewhere? I don't think it's a matter of windows. And it works in LV2011.


  • Drag and drop does not - symbol disappears when I try to drag

    I have a great animation I do beachfront animate and have already used the plugin jquery draggable several times. However yesterday I made a new symbol for a separate animation, then adds items and turned them into symbols and added the following code to the timeline of symbol on creationComplete:

    sym.$("milk-s").draggable();
    

    I tried with several different symbols, but whenever I check it in a browser, I click on the symbol to drag and it disappears in the place. I do not understand what I am doing wrong, as that's all the code in the actions of the timeline, and I do not know there is no code on the symbols I want to drag. I also copied and pasted the code from the moveable symbols that worked and changed the name, because they are a little more code for when you begin to drag the symbol.

    Thanks in advance!

    Make sure that your positions in the symbols are set to 0 (top and left) If you do not use an animation in here otherwise your symbols will be moving when you drag because they use these and no symbol registrations on the stage.

  • Edge animate Drag n Drop does not not in DPS

    Hello guys,.

    I am trying to download an animation with a drag and drop features in my .folio.

    It works like a charm when I preview it in Safari or Firefox from EdgeAn.

    I use a updated the file downloaded from the EdgeHero Web site

    with

    "js/jquery-ui-1.9.2.custom.min.js,"

    "js/jquery.ui.touch-punch.min.js,"

    'css/jquery-ui-1.9.2.custom.min.css '.

    libraries to create a file .oam for DPS

    Here is the code

    () yepnope

    {

    Nope:]

    "js/jquery-ui-1.9.2.custom.min.js,"

    "js/jquery.ui.touch-punch.min.js,"

    'css/jquery-ui-1.9.2.custom.min.css '.

    ],

    full: init

    }

    );

    function init() {}

    var point = sym.$("Stage");

    rectangles var = ['blueRect', 'greenRect', 'redRect","pinkRect"];

    for (i = 0; i < rectangles.length; i ++) {}

    SYM. $(rectangles [i]) .css ({"text-align": "Center", 'position': 'absolute'}) ;/

    .draggable ({$(rectangles [i]) sym.

    return: true,

    containment: Stadium.

    grid: 20 (20) and

    opacity: 0.35

    });

    }

    SYM.$(rectangles[0]). AddClass ('correct');

    quick release box

    dropBox var = sym.$("dropCase1");

    dropBox.css ("position", "absolute");

    dropBox.droppable({)

    accept: "reason."

    Drop: function (event, ui) {}

    SYM. $(rectangles [0]) .draggable ("option", "back", false);

    read the chronology of symbol box

    var box = sym.getSymbol ('box');

    Box. $('reward').html ("< other > Correct'").css({'text-align':'center', 'font-family':'source-sans-pro, sans-serif'});

    Box.Play ();

    }

    });

    }

    It does work on the Iphone, or on the Desktop Preview in InDesign CC.

    My other animations work very well with the DPS, but there are no custom .js libraries.

    Any IDEAS?

    Thank you!

    Hey there,

    This is a problem known with Animate - we do not currently support packaging everything you decide to include with your publication and as a result they are not be included in the OAM drop external libraries.

    BUT.

    To work around the problem, you can try to decompress the OAM, manually adding the libraries, and then repackaging the CAO. The discussion on this thread might help you: http://forums.adobe.com/message/5834409

    We'll also be resolve this in the next version of Anmate, which will be available soon!

    See you soon,.

    Sarah Hunt

    Product Manager, Adobe Edge animate

  • Why don't I do drag and drop files between programs in windows 7?

    I just "upgraded" to Windows 7.  Why I can't drag and drop files into the program?  I get a circle with a bar.  Is there a setting I need to change to enable this feature?

    You most certainly can.  The same provisions still apply: If you try to drag an image file in Notepad, for example, it won't allow him, as always.

  • I can't drag and drop / to organize files in windows 7

    Since I've upgraded to windows 7 I can't drag and drop photos in my file to customize the organization. She was driving me crazy and so I looked on the web to see if anyone else has had this problem. It turns out that windows 7 doesn't just have this feature. How is that possible? It is such a basic feature and was allowed in all other windows. How can I change this? This is reason enough for me to get off. Help, please!

    Hello taniaaa,

    Thank you for visiting the Microsoft answers Site.

    You can also view the bottom of thread that contains information about this feature.

    http://social.answers.Microsoft.com/forums/en-us/w7files/thread/087d9106-e846-4869-b0a0-7ca92d872a86

    In addition, for more information about the display and organization of files & folders in Windows 7, you can visit the link below.

    Work with files and folders

    I hope this information is useful.

    Thank you

    Mary
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Key FN with F5, F6, F7 and F1 does not. Windows 8.1

    I've updated directly to Windows Pro 8.1, my Sony VAIO VPCEH2LGX. He was originally with Windows 7 Pro. I know in Win 7, there is a specific order of installation direver in order for the Fn button work, but on 8 to win, I'm not sure. I tried everything, all the solutions I could find on the community, but nothing worked. FN key only works with F2, F3 and F4 (volume change), but with others, it does not work. I can change the brightness in the settings manually, but not with the Fn key.

    Also, I have another problem, VAIO update, when I click on update, it is not updated at all, just runs and runs, but no updates, it is locked to 'install' forever.

    Thanks for understanding, I hope there is a solution for this.

    Aloha

    Update:

    Solved. -J' installed the original utilties laptop (with the Vaio Control Center), then put the control center VAIO drivers for Windows 8, and now it works.

    -My guess is, if you see in the control center VAIO, for the mouse that can be disabled and for the management of the supply function, then the FN keys must work, because the fn uses VAIO Control Center in order to work properly.

    Bravo!

  • I used to be able to move the tabs to the right or left by drag-and - drop in the same browser window. Now, after upgrading to 35 - Mac, I can't do that. How can I do now?

    using 35 FF on MacBook Pro

    Now try to find out what extension is causing the problem:

  • Why is it I can't drag and drop to reorganize bookmarks?

    Drag and drop does not work to rearrange bookmarks in the toolbar bookmarks, window "Show all bookmarks", or in the bookmarks menu. I can 'Cut' and 'Paste' to rearrange things and works in all three, but it's the only way.

    I am running Windows 8.1 x 64 and Firefox 31.0

    Had a similar problem (could not drag the tabs or bookmarks, to reorganize their) with FF 32.0.3. Tried rebooting with the disabled modules, but it still doesn't work. Then tried deactivation and reactivation of hardware acceleration, and it began to work without restart. After the restart with active modules, it continued to work. Weird.

  • Drag / move does not work Windows 7

    I've upgraded to Windows 7 from Vista.  Now I can't drag and drop files in a folder.  I can arrange the icons on my desktop by drag and drop, but not files.  This is how Windows 7 works or is something wrong?  If so any ideas on a fix?

    Microsoft has removed the option to disable the auto arrange in folders other then the desktop in Windows 7. It is still possible to drag and drop files from one folder to another.

    Auto fix - how to turn off the auto arrange in Windows 7
    Note: This is to change the registry - be careful!

    Auto fix - how to disable auto arrange automatically in Windows 7
    Note: An easier method, but it also changes the registry (automatically) - be careful!

    Questions about installing Windows 7?
    FAQ - Frequently Asked Questions from Installation Windows 7 & responses

Maybe you are looking for