drag Questions

2

I need to add drag&drop event on mobile devices, the touchstart event is firing as expected but there is no visible effect. So, is there a possibility to start a native drag and drop event on ...
Pannonia asked 6/4, 2016 at 8:26

1

Solved

Is there a way to drag a file from a custom made webpage, hosted on a local maching, onto a piece of software? Example use: For the sake of the question, I want to drag an .mb file from an html l...
Ducan asked 29/11, 2016 at 10:4

1

Current,I am having a problem when execute drag and drop item in recyclerview. I am doing with reference from https://github.com/iPaulPro/Android-ItemTouchHelper-Demo But when execute function in a...
Teeming asked 7/3, 2016 at 11:28

2

I have looked for an object dragging script for Unity 2D. I have found a good method on the internet, but it seems it's just working in Unity 3D. It's not good for me as I'm making a 2D game and it...
Radionuclide asked 18/4, 2014 at 10:46

1

I'm trying to implement drag and drop sorting in listview on my vba form. I found many solutions for vb forms. But they doesn't work in vba. I also found one article for vba and it almost works. Bu...
Wolbrom asked 26/4, 2016 at 9:17

2

Solved

I've built a d3.js scatter plot with zoom/pan functionality. You can see the full thing here (click 'Open in a new window' to see the whole thing): http://bl.ocks.org/129f64bfa2b0d48d27c9 There ar...
Adda asked 25/2, 2013 at 15:3

1

HERE ARE THE PROGRAM DETAILS: So I am creating a word search game, like where there are a bunch of letters arranged in a square, and you have to find and select the words that either go vertically,...
Capful asked 1/8, 2013 at 0:49

1

Solved

I am making an android app. In which I have a scenario. First watch screen shot below so any one come here to answer has some clear picture that what I want. Scenario: Activity having map below ...
Honesty asked 27/1, 2016 at 8:46

5

Solved

Im looking for an easy to use method of assigning drag behavior to multiple objects (images, shapes etc) in canvas. Does anyone have a good way or know of any libraries for dragging objects around?...
G asked 30/12, 2010 at 22:29

1

Solved

It doesn't crash, all the exceptions I mention here can only be seen in Output window of Visual Studio. Here is the implementation of Dragging: WPF: <StackPanel Orientation="Vertical" MouseDo...
Afterbrain asked 4/12, 2015 at 16:10

1

Solved

I have successfully set my Grid up for dragging with a mouse with <Grid x:Name="SourceGrid13" CanDrag="True" DragStarting="SourceGrid_DragStarting" Margin="0,20,0,0"> However, this is ...
Yggdrasil asked 11/11, 2015 at 19:52

1

I'm working on a web application which is using owl carousel 2. My problem is that while I'm scrolling vertically over a slide, let's say slide2 this causes the change of the slide to slide 3 or sl...
Catron asked 16/3, 2015 at 1:1

1

Solved

I'm building a simple drag n' drop uploader and I'm wondering why I can't see the file(s) I drop when I console.log(e) (DragEvent) and look at the DragEvent.dataTransfer.files it shows up empty, bu...
Lubin asked 29/10, 2015 at 16:56

3

i'm trying to achieve the same effect as on imgur.com (drag a file from the desktop to imgur.com and you'll see a cool overlay). already have a working solution thanks to this post: Event propagati...
Vltava asked 9/2, 2012 at 9:31

1

Hi I'm using MPAndroidChart and my added OnClickListener is triggered right after i zoomed into or dragged a chart. How can i disable this behavior? This are my chart properties: chart.setTouchEn...
Brett asked 6/7, 2015 at 23:23

3

I am developing an analog clock picker control. The user is able to click on the minute or hour hand and drag to turn the needle to select the specific time. I was wondering how to detect such a c...
Flocculant asked 3/7, 2013 at 7:2

2

Solved

INTRODUCTION: I am not native English speaker, and I am not very experienced programmer either. I have met a problem that I have a hard time describing, so please bear this in mind while reading ...
Lowrie asked 16/4, 2015 at 16:59

1

I have bubble chart based on this tutorial. I have enabled dragging of bubbles with following code. This makes individual circles draggable, but while dragging a circle other circles don't get aut...
Significative asked 8/8, 2014 at 3:55

1

Solved

All: Suppose there are two layers( the top one is SVG:PATH, the bottom layer is a SVG:RECT, the top layer covers the bottom layer), I want to apply D3 drag to the RECT layer and mouseover to PATH ...
Parathyroid asked 14/4, 2015 at 0:4

2

Solved

I am trying to implement drag behavior for group consisting from HTML-text and background-rectangle using the d3 framework. I was able to get it working, although when not setting the drag.origin I...
Backstroke asked 12/4, 2013 at 8:12

2

Is it possible to change the cursor while dragging? I have been searching and trying to do it for a while now. I want to change the 'not-allowed' cursor which shows up while you drag an object to a...
Caryl asked 28/4, 2013 at 4:33

1

Solved

I'm using JavaFX to move 3D cubes around by mouse drag. The cube should stay on the plane spanned by x and z axis. My solution works fairly well, however if I move the cube too fast with my mouse o...
Urger asked 13/3, 2015 at 13:55

1

I searched on the internet for examples how to Drag and Drop JButtons to an Object but I could not make it work. What my program does, is that when I click on a button, the object updated a field (...
Garbage asked 4/3, 2015 at 0:23

6

Solved

I'm posting this along with the best answer I have come up with. I haven't found any similar questions, so here goes. When a input of type checkbox is converted to a jquery ui button, I have obser...
Jerome asked 7/10, 2011 at 12:49

4

Solved

I have a UITableView in my iOS app that gets refreshed periodically. The user is also able to move the tableview rows at all times (the tableview is always in editing mode). I want to stop the ref...
Lyallpur asked 27/3, 2012 at 22:3

© 2022 - 2024 — McMap. All rights reserved.