Questions tagged as 'drag-and-drop'

1
answer

Take coordinates of different div with drag and drop JavaScript

I'm doing a project in which I manage drag and drop of JavaScript . Now I have the dividers that crawl but they ask me to draw the coordinates x,y of each and that's where the problem lies: I do not know how to do it because when dr...
asked by 01.03.2017 / 18:26
1
answer

How to distribute a .jar on mac using .dmg with Drag & Drop?

I need to convert a .jar into .app that includes JRE inside to be able to distribute in MacOS Sierra as a file .dmg with Drag & Drop without the need to install JDK or JRE (that already comes...
asked by 12.09.2017 / 20:34
0
answers

Problem drag and drop javascript

I have the following error: ordenes:296 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. at HTMLDivElement.<anonymous> (ordenes:296) I'm bringing information from a server var el...
asked by 28.05.2018 / 01:34
1
answer

How do I make an internal control of a control detect the DragEnter and / or DragOver?

I'm coding a form where I have to do is drag an item from a ListView to a User Control that contains a FlowLayerPanel . This user control has different behaviors such as adding new internal controls to the FlowLayerPanel . Adding an int...
asked by 02.03.2016 / 18:50
1
answer

Droppable element accept and scope differences

In the following code, I have 4 Droppable elements that accept only some Draggable elements. The acceptance of 2 of these elements is declared with 'scope' and in the other 2 is declared with 'accept'. What difference does it make in one w...
asked by 11.10.2017 / 01:21
0
answers

How to create a directive with angularjs

I am testing interact.js v1.2.9 which is useful for drag and drop. I want to create a directive of AngularJS v1.6.4 to communicate with my controller and modify the scope, when I take my code to practice the objects that I am creating have probl...
asked by 12.11.2017 / 22:53
0
answers

Canvas image with on touch event

I ran into a problem. I need to draw an image (Drawable) on canvas and then be able to move it around the screen with an on touch. The image appears but I can not make it move. I have this code to make it move that worked well for me when I u...
asked by 26.05.2017 / 03:24
1
answer

Send data Drag and Drop from one Grid to another

In my project I had the following question: I have 2 dataGridView , where dataGridView1 would be a list of products (one query SQL of products). I would like to know if I can drag this dataGridView1 and drop the...
asked by 11.10.2016 / 05:57
1
answer

Use dropzone.js with asp.net

I want to upload multiple files using dropzone.js and take the paths of the files to store them in my database, but I have found very little information about it or only for MVC, someone who has already used it and could help me.     
asked by 13.09.2016 / 17:25
1
answer

dropzonejs and wait time to upload a photo

I am using dropzone and I have the following code: <form class="dropzone dz-clickable dz-started" method="post" action="comprueba.php" enctype="multipart/form-data"> <div id="footdrop"> <input style="visibility: hidden; position...
asked by 22.04.2016 / 18:39