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 ...

learn more… | top users | synonyms

19
votes
6answers
34k views

android imageView: setting drag and pinch zoom parameters

this is my first post on here! :) Anyway I am currently developing for Android (my first app) an application which lets users see the subway map and be able to pinch zoom and drag around. I am ...
9
votes
2answers
23k views

Touch and drag image in android

I am working on some example in which i want to drag the image corresponding to touch in Android. Does anybody have an idea about how I can do it?
20
votes
2answers
25k views

How to use UIPanGestureRecognizer to move object? iPhone/iPad

There are several examples of the UIPanGestureRecognizer class. For example I have read this and I am still not able to use it... On the nib file that I am working on I have a UIView (white rectangle ...
5
votes
2answers
4k views

How to drag a UserControl inside a Canvas

I'm writing my first WPF application. I have a Canvas in which user can add UserControl subclasses containing a form. User should be able to drag these UserControl around the Canvas. What's the best ...
10
votes
2answers
5k views

How to catch that map panning and zoom are really finished?

I am trying to write an application that will dynamically load data to map while user pans or zooms it. I need to track when the map is finished to change its view state (stops panning or zooming) ...
27
votes
8answers
8k views

chrome sets cursor to text while dragging, why?

my application have many drag and drop features. and while dragging i want that cursor changes to some grab.cur. ie and firefox are working fine in this. but in chrome it always changes the cursor to ...
4
votes
2answers
4k views

Drag borderless windows form by mouse [duplicate]

Possible Duplicate: C# - Make a borderless form movable? I have made a form without border in C#, by setting this.FormBorderStyle = FormBorderStyle.None; Now, problem is how can I drag ...
3
votes
2answers
4k views

How to make Drag & Drop Button in Android

I want to make a drag and drop button. Drag it where you want it to do and it stays there. Below code only scales the button, doesn't change its position. package com.dynamic; import ...
10
votes
2answers
5k views

(iPhone) how to implement draggable pins using OS 4.0 MapKit?

Can anyone provide any sample code/instructions for implementing draggable pins in OS 4.0 using the MapKit framework?
4
votes
3answers
2k views

Preventing the Android “long press” to save images

I've written a web-app in HTML and Javascript for iPhone and Android which involves the dragging and dropping images. You initiate the drag by holding your finger over the image for about a second. ...
3
votes
1answer
1k views

getting the position of an image after drag in android

hi i need to drag an image in my app and ia m doing that using following code <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
5
votes
3answers
6k views

JavaScript Drag & Select functionality done right

I'm trying to write a drag & select functionality using HTML & JavaScript. By that I mean that there will be a set of objects with arbitrary absolute positions. I want to be able drag the ...
5
votes
3answers
1k views

How to get notified of UITableViewCell move start and end

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 ...
1
vote
1answer
1k views

Imageview issue with zoom in and out,drag with maximum and minimum levels

I had implemented an image view with the zoom and drag functionalities.I am using matrix for the zoom and drag functionality.But my problem is that I cant set my minimum and maximum zoom level and the ...
6
votes
2answers
4k views

How can i check if 2 controls overlap eachother on a canvas in WPF?

I am writing a designer that enables the user to drag controls around the screen. What would be the best way of detecting if a control is overlapping another control while i am dragging the one ...
4
votes
3answers
2k views

Get body from Outlook email [Drag’n’Drop]

I’m working with WPF and I’m trying to make a drag’n’drop textbox. In this textbox I want to get the body of an email which I drag from outlook. The code works but I think I need something to ...
1
vote
2answers
240 views

how to drag object

i want to drag a box and i want my mouse cursor to be where i clicked in a rectangle while im draging rectangle. i tried this code and i got bunch of errors when i tried to drag. import objectdraw.*; ...
1
vote
3answers
3k views

Xcode iOS push down button and drag then up on a second button

Lets say I wan't to add 1 to an integer. This will only be done when I push down on a UIButton and then release my finger on another UIButton. A drag combo. Whats the easiest way I can make an ...
4
votes
1answer
1k views

Drag-select with ListBox

I have a simple implementation of a ListView in WPF that allows me to select multiple items in the list by holding the mouse button and dragging over the items. However, while holding the mouse ...
3
votes
4answers
675 views

Overflow hidden and input text scrolling in Google Chrome

Here is my code snippet: http://jsfiddle.net/7CuBV/6/ If i click and drag over the input text field, I get the div with overflow:hidden scrolling as it would do with overflow:auto. If I set ...
2
votes
1answer
92 views

Is it possible to create joining lines in GUI?

To put it bluntly, I need to create extensible lines in my GUI that can be made to link two 'static text' or 'edit text' boxes together (there are probably other programs that do this better but ...
2
votes
2answers
2k views

How to change cursor when dropping into Java application

I'm having some problems I just can't figure out... I'm writing a Swing Java application with a JList that accepts drag-and-drops. I want to change the cursor while dragging a file or folder from my ...
1
vote
4answers
761 views

How to drag an image to move it smoothly on screen, with ActionScript?

I was thinking this is a simple task, but I'm wrong. I used a sprite to display an image, and when user drag it(MOUSE_DOWN and MOUSE_MOVE), I got the position in MOUSE_MOVE and calculated the ...
1
vote
2answers
224 views

Moving multiple boxes in figure?

I already have the functions required to drag and drop a single box in a figure in MATLAB. The code I wrote fills the figure with several boxes. With another loop I filled the figure with more boxes ...
1
vote
1answer
1k views

'drag' move a uibutton so it acts like uiScrollView

I need to slide a uibutton up and down the screen (Y only). It needs to be confined to an area. I want to be able to click on it and drag or flick it, just like a uiScrollView. The reason it is ...
0
votes
2answers
3k views

Drag rectangle on JFrame in Java

I want to draw rectangle based on mousedrag event. if user dragging the mouse, then the rectangle on the applet should increase or decrease basing on current mouse coordinates. i have the following ...
-1
votes
2answers
754 views

Resize elements by dragging divider handler

I want to be able to drag a divider up and down to resize the divs above and below the divider on a fixed page height. These divs could be in a table, although they need not be. In short, I would ...
7
votes
3answers
9k views

Click and drag selection box in WPF

Is it possible to implement mouse click and drag selection box in WPF. Should it be done through simply drawing a rectangle, calculating coordinates of its points and evaluating position of other ...
6
votes
3answers
9k views

Drag objects in canvas

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? ...
7
votes
3answers
9k views

How to create the drag and slide effect from this website?

If you drag and release quickly from the horizontal menu, the menu will auto slide for a distance. It seems to slide more the faster you drag and release. Source ->appear.dk How do i achieve this ...
4
votes
1answer
1k views

Google Line Chart: drag to adjust value

I've recently dropped use of Graphael and and extensions package Ico. I think it's still a great library, it just needs better documentation and a proper API before it can be widely adopted. I've ...
5
votes
4answers
5k views

Jquery ui, call start drag manually

In Jquery UI I can configure an element as draggable by invoking $("#drag").draggable(); But is there a way to start and stop the drag functions manually from another function? Ie ...
2
votes
2answers
1k views

How to create a drag and drop similar to safari toolbar customisation for iPad

I have a UIViewController that has both a UITable and a UIView on it. I want to be able to pick up items that are displayed in the UIView and drop them on to a cell in the UITableView.I have had to ...
2
votes
1answer
908 views

Android Drag onto screen layout

How would you recreate the drag onto screen layout/effect similar to the one on some android home screen devices? Specifically there is a bar at the top of the home screen and that you can put your ...
1
vote
2answers
5k views

jquery: mousedown on body and drag the page up or down, like on a pdf

how would i make it so i can mousedown on the body on my page, then drag the page up or down, like you can in a pdf. basically i wanna be able to drag the whole page up and down, any idea how to do ...
0
votes
1answer
383 views

Draggable window with pyqt4

just a simple question: I'm using pyqt4 to render a simple window. Here's the code, I post the whole thing so it easier to explain. from PyQt4 import QtGui, QtCore, Qt import time import math class ...
0
votes
1answer
83 views

UIimages move to the center when going to another view

I have a drag n drop kind of app. Where you can select images and drag them anywhere on the screen! The problem I'm running into is, when you move to another view, all the images reset to the center, ...
0
votes
2answers
5k views

Gesture recognizer within a UIScrollview

I've got a scroller within my view and got several images inside this scroller. I'd like to drag and drop these images out (and into) my scroller. I implemented a LongPressGestureRecognizer. I also ...
0
votes
3answers
2k views

How to get the direction of moving object in draggable plugin (jQuery)?

I have object (div-box), and it's draggable (I'm using jQuery). How I can get information which direction a visitor moved it? Example: User drag it to left down and I wanna know it, how? P.S.: Sorry ...
4
votes
1answer
271 views

Drag scrolling in a GTK+ app

I am working on a GTK+ application that uses goocanvas to display a graph on screen. I am having problems coming up with a good way to implement drag scrolling. Currently the app saves the ...
3
votes
2answers
2k views

UAC elevation does not allow drag and drop

I have a .net application where I need to elevate with admin rights due to accessing some low level win APIs. I am doing it using requestedExecutionLevel in application manifest set to ...
2
votes
3answers
256 views

Control the position of a list by rotating a DIV

I have a long term goal and I'm slowly edging my way towards it, but I need a lot of help, don't really know what I'm doing yet? Please take a look at this fiddle: ...
2
votes
2answers
1k views

Android: How to drag(move) PopupWindow?

I want to be able to move PopupWindow on touch dragging. I don't want UI to update on the release of the touch. I want PopupWindow to follow my touch. This is something what I am doing: mView = ...
2
votes
1answer
1k views

NSView: Dragging the view

I have a NSView which I am adding as a subclass of another NSView. I want to be able to drag the first NSView around the parent view. I have some code that is partially working but there's an issue ...
2
votes
1answer
545 views

C# WPF DragMove without Window_LocationChanged()

I implemented something in Windows Forms similar to DragMove but with boundaries set to 10 units of the margins of the primary screen. When switching over to WPF I found this thread to be useful in ...
2
votes
3answers
3k views

Dragging JPanel

I've got a problem when trying to drag a JPanel. If I implement it purely in MouseDragged as: public void mouseDragged(MouseEvent me) { me.getSource().setLocation(me.getX(), me.getY()); } I get ...
2
votes
4answers
9k views

Trigger Mouse Dragging in jQuery UI

Using jQuery 1.2.x and jQuery UI 1.5.x, one was able to trigger dragging manually like so: jQuery("#myDiv").mousedown(function(ev) { target = jQuery(ev.target); if (target.hasClass("drag-me")) { ...
1
vote
1answer
1k views

How to select multiple controls by mouse-dragging over them

I want to be able to drag over a bunch of controls and select those of a certain type (TextBoxes). Once the dragging action has been completed, I want to display an inputbox (yes, I'll have to ...
1
vote
2answers
435 views

Java Application : mouseDragged Event isn't Executed Often Enough

Is there a way to make the mouseDragged Event be called more Often ( In my Case, Drawing a Color? I need it for Smooth Drawing, because right now, if you move too fast, it doesn't Draw All my Path. ...
1
vote
2answers
1k views

how to detect which side of 3d cube was clicked?

I am writing a small 3d "engine" in canvas.. not really an engine, but more of an application based on code from Eric Pascarello's demo (hit number "7" a few times to see it rotating) it's all going ...

1 2