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.
0
votes
3answers
27 views
How to add drop down menu using CSS?
I have an existing website with the menu code below and I want to add more stuff to my site but users need to nevigate to those pages please help me to add a sub menu to the code I have. Please help?
...
1
vote
1answer
26 views
ondragenter alert the container's .id
I 've an img that I just wanna drop in the div called #div1. When I drag over the div I would like to get the container's id, but this is making lots of alerts, no just one....
<img id="drag1" ...
-1
votes
2answers
47 views
C# error index was out of range [closed]
c# and access database
index was out of range must be nonnegative and less than the size of the collection
parametr name : index
screenshot programm error
...
1
vote
0answers
37 views
Solved - Batch file running jar cannot access jarfile when passing argument [closed]
I've poked around a bit and haven't found anything quite resembling my issue here. I have a batch file that should accept a file being dropped on it, and pass the file path to a runnable jar file. ...
0
votes
1answer
18 views
Dropping Tables within an AFTER INSERT Trigger
I am looking for suggestions on how to handle incoming data from a C# client app that sends via System.Data.SqlClient.SqlBulkCopy. The original intent was to maintain all data sent via the app into ...
0
votes
1answer
27 views
Accessibility Checker says that Drop Down has 2 Labels
I have created a drop down for users to select a service and go to it. I checked the coding with my accessibility checker and it says it has two labels. Can any one spot where the error is can anyone ...
0
votes
0answers
41 views
android drag and drop only one imageview gets dragged
Hell so I'm still stuck with my problem in drag and drop in Android. I have 2 ImageViews, but only one ImageView is draggable.
Here's my code:
public boolean onTouch(View v, MotionEvent event) ...
0
votes
1answer
24 views
android drop the dragged object onto another object
I'm testing my drag and drop android game. I got the dragging thing working, but I want the dragged object(imageview) to be dropped onto another imageview (in my code I use objBasket)
This is the ...
0
votes
1answer
37 views
Android drag and drop for pre Honeycomb version
So I am developing a drag and drop application in android using ClipData. But it's only for Honeycomb and above. How can I make a drag and drop app using ClipData for pre Honeycomb versions. Do you ...
-1
votes
0answers
22 views
File Uplaod Selection by Drag & Drop [closed]
Here's what i want to do in the article edition page of a custom CMS:
I need a javascript-only solution to select-only files from my disk by drag & drop. The upload itself is then done ...
0
votes
1answer
30 views
Drag and Drop Jquery drop the object to box
I'm doing a simple drag and drop application. But what I want to accomplish is drag the object (100px by 100px) to box (500px by 500px), while I drop it inside box, when I drag it once again, it ...
0
votes
1answer
32 views
Dragged image wont drop on page
Goal: I am trying to drag one image on the page to another position while using a helper image.
I have an orange couch that I want to move to any random position on the page. While its dragging I ...
0
votes
0answers
22 views
Drag and drop calendar
I have, with help from this forum, managed to understand and get working drag and drop (using JQuery) for a single list which allows the list to be re-ordered and the MySQL database updated.
I want to ...
0
votes
1answer
43 views
WordPress Plugin Development - Can't drop database table after plugin deactivation?
I am trying to drop the database table created when my custom plugin is activated. I am using basically the same code, just a drop query. However, the table won't drop!
I have confirmed the ...
-1
votes
0answers
28 views
Drag Jqgrid row to a Div or textbox
I have a requirement to drag drop "ID" Column of an JQGrid to a textbox (multiple times). I tried the explanation provided at Is there a way to drag a row from a JQGrid to a droppable textfield using ...
0
votes
0answers
44 views
Drag and Drop position? How to use rectangle? WinForms, C#
Drag and Drop in winform returns the dropped on top-leftmost on its Drop. Or to make it clear, it drops where the cursor of the mouse is. I know I have to add some of the codes like the rectangle. But ...
0
votes
1answer
16 views
File Drag&Drop support for a RichTextBox (.Net)
What i try to do is:
enable Drag&Drop of files for a TextBox (the dropped files should be shown as a small icon within the text).
save the text and the dropped files to a DB.
open the dropped ...
0
votes
1answer
17 views
How to create a table then commit then insert then commit and drop table?
Hi I am having a problem committing to a database. I am very new to Firebird SQL. But I have a query that creates a table, then commits it, then inserts it, commits it, view the data, drop the table ...
0
votes
0answers
21 views
Drag and drop Arrow resizeable
I have a problem over drag and drop feature of jQuery UI for Arrows and i need the solution on HIGH priority as soon as possible.
I want to use arrow feature in mine application where i can drag, ...
0
votes
0answers
26 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
33 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
57 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
39 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
99 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
26 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
21 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
23 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 ...
0
votes
1answer
126 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
50 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
20 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
29 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
121 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
1answer
39 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
101 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
25 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
304 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
32 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
64 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;
...
0
votes
1answer
58 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. ...
1
vote
2answers
66 views
python remove characters and add crlf to file
i have the following file
Ichg_UNBUNOA3 14 2090100000015 14 1304221445000001 ...
1
vote
0answers
127 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
30 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
48 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
94 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
33 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" ...
-1
votes
1answer
64 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
283 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
17 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
252 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
62 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 ...

