In computer graphical user interfaces, drag-and-drop is the action of (or support for the action of) selecting a virtual object by "grabbing" it and dragging it to a different location or onto another virtual object.

learn more… | top users | synonyms

0
votes
0answers
23 views

How drop packet with libiptc in c++?

Is there a way to drop packets with libiptc c++?,i want a sample code for drop packet with libiptc in c++.
-1
votes
0answers
7 views

Google translate widget dropdown not opening in mobile devices

I have Google translation widget drop down in my site. It is working fine in web browsers. But when i test it in mobile devices (android as well Iphone) it stops opening. Can any one please let me ...
0
votes
2answers
20 views

jquery draggable within fixed position draggable

im stucking on 2 jq drag/drop problems and would need help to fix that. see fiddle: http://jsfiddle.net/perea1/898wZ/11/ 1) i have a draggable ("clone") within a fixed position draggable ...
0
votes
2answers
25 views

I want to create a drop down menu with multiple drop down options

I want to create a drop down menu with multiple drop down options. The form is looking like this. County-->State-->City-->Place Description: 1) In this form there is 4 drop downs 2) when the user ...
0
votes
1answer
18 views

HTML5 Canvas Drag and Drop with snap into position images

http://www.html5canvastutorials.com/labs/html5-canvas-animals-on-the-beach-game-with-kineticjs I am wanting to have this for my HTML5 IOS Application. This requires the widget work offline. When I ...
0
votes
1answer
21 views

Drop a non existing procedure in MySQL

I'm using MySQL 5.5.31 on fedora and I have trouble dropping a non existing procedure. With the root user: -Create a new database: test -Create a new user: test -Give all permissions to user test for ...
-1
votes
1answer
11 views

CentOS 6 | Random Network Drops? How Would I Go About Fixing? [closed]

I have a CentOS 6 server running a simple LAMP stack, a VoIP server and a game server. Every couple of minutes the server's connection will completely drop for at most 2 seconds. I have no clue how to ...
0
votes
0answers
10 views

Drag to Mouse Coordinates Works in Firefox, not IE

I wrote the following script below, which works in Firefox and not IE. You can click on the word 'Hello' and move it anywhere on the page in Firefox. I used a fellow posters idea of swapping out ...
1
vote
0answers
41 views

Add events to a Dynamically generated Dropdown C#

I've been generating Dynamics Control without an issue, until I had the necessity to access a server side event in a SelectIndexChanged of a dynamically generated DropDownList. I followed the ...
-1
votes
0answers
15 views

Drag and drop of files in ASP.NET MVC [closed]

Am looking for Drag and drop of files and outlook email in ASP.NET MVC that can support IE9 (No HTML5),Safari . Thanks, Basavaraj
0
votes
1answer
41 views

MySQL - drop database return “Error dropping database errno: 66”

I found some similar threads on SO, but none of them helped me. DROP DATABASE db_name; ERROR 1010 (HY000): Error dropping database (can't rmdir './db_name', errno: 66) The problem is, that I don't ...
2
votes
1answer
44 views

Problems to keep a three-rows layout after drag and drop

I wanted to create a row made by some li elements inside an ul, so I used jquery 1.9.1 and jquery ui. Everything worked properly, however there was something went differently from what I expected. ...
0
votes
0answers
18 views

dropping an image from resources to another window/program (not drag and drop)

I've found lots of information about making a drag and drop function, to drag from one picture box to another, or to drag into and out of a windows form. What I'd like to know is if it is possible ...
0
votes
0answers
21 views

Users should be able to drag the images and place it on image view in ios

I am creating an app in which users can design their own stage with the images present over there. I have created buttons as images, now I want some code which enables user to drag and drop the ...
0
votes
0answers
40 views

Android - Moving Object with onDragListener

So, basically, I'm making a simple pong game for fun. But, now I cannot figure something out, and it's driving me insane. Basically, I want to move the user's "paddle" up when they drag up, and down ...
0
votes
0answers
28 views

why do I require RESTRICT wildcard to drop schema in PostgreSQL

I have very little experience in PostgreSQL. I have been reading tutorials and documentation, and in order to create or drop a schema all of them say that I just need to execute: CREATE SCHEMA ...
1
vote
2answers
93 views

Haskell - make a 2D list out of a 1D list

I have to make a 2D list [[Int]]. out of a 1D list [Int] in Haskell. The function should take to args "r" Int indicates the count of rows and a 1D list, which should be sliced into rows with the ...
0
votes
0answers
18 views

Drag and Drop IE favourite shortcuts to textarea

I am using Jquery/html5 for drag and drop functionlity. similer functionality : http://html5demos.com/drag-anything Unable to drag/drop IE shortcut in text aera, it is working if we use firebox ...
0
votes
3answers
93 views

how do i bind dropdown list using jquery

I have a dropdown list, and i want to know how can i bind my drop down list client side with data coming from the database.... another question is..i am validating a drop down list...so far thsi is ...
0
votes
1answer
26 views

Attach my countdown to dragable element

I have this script and would like the dragable area not to be active until the start button has been pressed. When the start button has been pressed, the "game" begins and one can start drag items ...
0
votes
0answers
43 views

Drag an image onto other and it transforms into another image

i am creating an android app in which i would drag an image onto other and it will transform into an other image i have implemented the drag and drop feature here :- package com.example.draganddrop; ...
-1
votes
0answers
20 views

How make text drag and drop

I'm working to make a banner generator and fail to make this text drag like this example: http://darktl.com/ucbg/ Thank you in advance!
0
votes
1answer
53 views

drop down list width change depending on the content

iam trying to change the width of a drop down list depending on the content by using javascript. Example see amazon's drop down list in the first page in search section. ...
-2
votes
0answers
155 views

Drag and Drop Game AS3 Flash - setting up next array?

I'm creating a basic Drag and Drop game for college. I have the dragging and dropping working but i'm stuck on calling the next 'level' or next array of images to come up once the user has matched all ...
1
vote
2answers
37 views

python remove characters and add crlf to file

i have the following file Ichg_UNBUNOA3 14 2090100000015 14 1304221445000001 ...
1
vote
0answers
81 views

jQuery UI drag drop swap elements

I cant handle with one thing - swap elements betweens two divs. Here is my code $(function () { $('#container').sortable({ tolerance: "pointer" }); $('#box1').sortable({ ...
0
votes
2answers
21 views

Framework required for a dynamic IVRS application generator

Can anyone tell me what framework one should use for designing an IVRS generator app that would dynamically generate IVRS using drag and drop method? I have to build this app compatible to ...
0
votes
1answer
33 views

VB.net SQL Table Drop - table will not drop

I'm having trouble getting a SQL 2008 R2 Express table to drop using VB. Here is my code: Private Sub Form10_AssyWIP_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load Dim ...
0
votes
0answers
53 views

Complex custom drag and drop in Flex for non-list components

I am currently working on the custom drag and drop functionality in Flex, I am quite a beginner in flex and AS3 and therefore I am having problems which might be trivial for more experienced ...
0
votes
0answers
20 views

Sorting elements by drag and drop

I want sort "li" elements by drag and drop. Dragstart (alert "a", shows up) works, but drop doesn't. I don't want to use sortable. I can't find where is mistake, thx. HTML <ul id="playlist" ...
-4
votes
2answers
86 views

Drag and Drop in Jquery - get the id of the div that is dragging over another div [closed]

I have a div <div id="a"></div> and more two <div id="b"></div> <div id="c"></div> I want div id "b" and "c" as dragable and when I drag div "b" or div ...
-1
votes
1answer
48 views

Drag and drop web application [closed]

I'll create a web application but do not really know what tools I should use. The application is based on that users will be able to upload an image. It should then be possible to drag & drop ...
0
votes
1answer
116 views

Drag And Drop between asp.net Listboxes

i have two asp.net list boxes. i want to move the items from one list box to anther using drag and dropping. i tried to use j Query but dint seem to work. i also changed my list box to HTML select but ...
0
votes
2answers
14 views

MySQL Create an user with privileges drops itself

I need help with How create a new user with the possibilities to delete itself... CREATE USER 'AdminPS'@'localhost' IDENTIFIED BY PASSWORD '*CC3DA61A4716581A6A62EE83E5F4119D8C0B5D23'; GRANT ALL ON ...
0
votes
0answers
109 views

How to drag and drop multiple elements in Selenium WebDriver

I know how to drag and drop one single element with selenium webdriver. The code is simiar to the following: WebElement source = driver.findElement(By.id("source")); WebElement target = ...
0
votes
1answer
44 views

jsTree drag item disintegration

I'm dynamically creating some elements that should be drop-able onto a JSTree component. The tree is configured and the drag process is working, it's just not working as one would expect. Take this ...
0
votes
1answer
97 views

Drag and Drop custom titled border box in Flex 4 problems

hope that someone flex experienced will be able to give the advice on that: So I have the little flex 4 application which has custom titled border containers, I want to be able to drag and drop them ...
0
votes
1answer
52 views

how to close submenu with slideUp and slideDown jquery

I'm trying to close the submenu with this method, pushing the id's up and down, at this moment the code slideDown the submenu, pushes the ID's down...i want to close and slideUp the ID's...any ...
-1
votes
1answer
61 views

Iptables DROP SSL traffic (443)

I'm trying to block any request to a SSL GET resource with specific parameters using iptables, i.e.: https://domain.com/hello?param=aux I have already blocked traffic to port 80 with the following ...
0
votes
0answers
67 views

drag & drop multiple images using example script

I'm trying to adapt the example from http://www.rgraph.net/blog/2013/january/an-example-of-html5-canvas-drag-n-drop.html to be able to drag & drop another image. I can get 2 images ...
0
votes
0answers
92 views

Drag and Drop functionality for multiple images

I was wondering if there's any tutorial having a drag and drop functionality on differing images making them target specific? By this I mean, If you have say, 4 draggable images; image_drag_1, ...
0
votes
0answers
80 views

How to Drag and Drop(copy) from one panel to another panel

I have two panels on a form. One panel has some controls like buttons or images and second panel is empty. I want to drag a control from panel 1 and drop it to panel 2, but it should create a copy of ...
0
votes
0answers
24 views

Javascript: Simulate dropping a DOM element

So I'm trying to help out with making a system have a working drag and drop with an iPad. It's a fairly large system as it is and there's already code to make drag and drop work with a computer. I've ...
0
votes
1answer
91 views

jQuery drag and drop expands

What I want to do is drag the cube over the box. The box expands and the cube can be placed on one of the 3 'timelines'. my html: <div class="drag"></div> <div class="AddRoom ...
0
votes
1answer
69 views

Drag and Drop DIV to any position within a cell

Hi i'm using the REDIPS Drag and Drop JQuery PlugIN, that allows me to create draggable content that snaps to a defined table and its cells. However I need to change a bit in such a way that it allows ...
0
votes
0answers
92 views

Drag and drop between ExtJS tree panels with preloadChildren false

I have two panels that get dynamically loaded. I need to drag and drop between them. The problem is that once I drag and drop an unexpanded node it doesn't get copied completely... just the node, not ...
0
votes
1answer
38 views

Truncate or Delete tables from the MySql database

I have a databse called store having 100 tables having too much foreign key references with tables, having thousands of records. Problem: Is it possible something like truncate to delete all the rows ...
2
votes
2answers
207 views

Scrolling with Drag and Drop Table in Fixed Width DIV

I've got a bit of a problem i'm not able to solve. Basically I have a drag/drop table in a DIV. The table is 5000px Wide and is placed within the div. The div that holds the table is 1000px wide, ...
1
vote
2answers
153 views

JavaFX Dragboard setContent interfering with setOnMouseDragged?

I would like to use drag and drop in JavaFX and have a feature where you can visually see the item being dragged. I've implemented what I thought would be a working solution, but there seems to be an ...
0
votes
0answers
18 views

Java EventHandler For Dragging An Object Onto Another Object not in the Same Method

I have two separate objects, one has a "dragOver" event, and the other is to be dragged over it. They are created dynamically, so the tutorial HelloDragAndDrop isn't very helpful. In that tutorial ...

1 2 3 4 5 11