Questions tagged [drag]

In computer graphical user interfaces, drag is the first phase of a drag-and-drop operation. This involves selecting a virtual object by "grabbing" it and dragging it with the mouse down to a different location or onto another virtual object. An instance of some object relating to what was grabbed is usually brought with the drag operation.

In computer graphical user interfaces, drag is the first phase of a drag-and-drop operation. This involves selecting a virtual object by "grabbing" it and dragging it with the mouse down to a different location or onto another virtual object. An instance of some object relating to what was grabbed is usually brought with the drag operation.

2133 questions
0
votes
1 answer

KIVY "[CRITICAL] [Clock ] Warning" on_touch_move

I have written a small code to drag widget horizontally using on_touch_move event. Even my widget moves horizontally. But when I am dragging the widget, following log gets generated."[CRITICAL] [Clock ] Warning, too much iteration done before…
KJG
  • 93
  • 9
0
votes
1 answer

KIVY DragBehavior Custom Widget

I am trying to use DragBehavior to help in moving my custom widget across RelativeLayout. Find below sample code. Why my widget is not moving on Drag action please. For simplicity I had included only rectangle in my custom widget MyPaintWidget from…
KJG
  • 93
  • 9
0
votes
1 answer

Drag PictureBox

I want to drag a PictureBox, and I have managed to do so. But my application doesn't do it as smoothly as Windows photo viewer. I mean the difference isn't huge or anything, but it's noticeable. Is there something I could do to make it a little less…
spunit
  • 523
  • 2
  • 6
  • 23
0
votes
0 answers

Can't monitor drag event - JS

I have some draggable
on my website. I want to disable the drag option above a certain point on my page. When I even just try to monitor the drag event and alert something I don't succeed. This how I made it draggable (Divs with "screen"…
Yopi
  • 59
  • 1
  • 8
0
votes
2 answers

VueJs draggable object animation

I am trying to create draggable object in Vuejs from scratch. But I am facing 2 problem right now. When DragEnd , the object just snap to the target coordinate instantly. I've tried to remove the 'Ghosting image' by setting opacity to 0%…
0
votes
1 answer

Unable to drag drop to ZIP

I'm trying to drag txt and png files to one of the zip folders I have on my desktop but it doesn't work. Can easily drag these files to a regular folder though.Windows 10. Please help.
0
votes
2 answers

Setting limit for mootools makeResizable dynamically?

I'm trying to set the upper limit values of a resizable image to keep it within the containing div. I'm using mootools to make the image both moveable and resizable (implementing Drag.Move and makeResizable to do so.) My temporary solution is to use…
pitadtd
  • 1
  • 2
0
votes
1 answer

Android: Activity that displays a map image with zoom and drag?

I need to display an image(a map), and allow users to drag and zoom(two finger pinch, or is multitouch control not support on some earlier versions?), also, when user clicks on an area on the map, information of that area is displayed. I wonder is…
Heuristic
  • 5,087
  • 9
  • 54
  • 94
0
votes
0 answers

Drag and drop whole table columns in plain Javascript (VanillaJS)?

I have this fiddle: https://jsfiddle.net/n9epsy5x/2/ I've got drag and drop working for the column headers, but I'd like a header's whole column to move when dragging and dropping the header. How can I pull this off in plain Javascript…
0
votes
1 answer

How to detect drag in a mouse hook procedure

I've successfully set up a mouse hook for a window, and I'd like to detect a drag operation when the left mouse button is clicked. I've tried using DragDetect, as shown below, but it never returns TRUE, and it never suppresses the subsequent…
user12381459
0
votes
1 answer

WPF draggable and clickable button

I have a borderless, transparent Window with only one Button. My fancy button looks like this The expected behaviour is: When I click and drag the Button, the Button must follow the cursor. When I only click on the Button, the MouseDown,…
KDani
  • 358
  • 4
  • 19
0
votes
2 answers

Performance optimization for route calculations via mouse drag

Our Team is currently working on a car routing web application with the HERE-API. To meet the users expectations, we want to integrate all the typical features everyone is used to nowadays, most importantly the possibility to manipulate a route…
Code Dude
  • 3
  • 2
0
votes
2 answers

How to drag view with two finger

Hi all: I want to write a gesture recognizer on the iphone, that I cold use two finger to drag the view. Just like we use two finger on the MacBook Pro's touch pad. If the view's size is larger than the window's size of the device, I…
Jone
  • 3
  • 2
0
votes
0 answers

Spritekit: Dragging a SKCameraNode()

I am rather new to Swift and SpriteKit. I made a plane move around on a big background. What I am trying to do now is DRAG the "camera" so i can see the plane when its outside my view. I made a SKCameraNode() I can change its position without…
Mibe
  • 1
0
votes
1 answer

Drag Event on element already drawn

I have problem with the drag event on elemets already drawn, if I need to move them I have to click "Circle" Link and then works, the event dissapears after select another option. It is important that event stays binded althought another option be…
Alexander Ceballos
  • 750
  • 2
  • 20
  • 36