Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
13k 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 ...
7
votes
1answer
108 views

How determine that a dragging operation has ended in FireMonkey?

I want to find out if a dragged control has been released outside any target. One would think that OnDragEnd should be used, but that event doesn't work (they forgot to call the DragEnd procedure in ...
6
votes
1answer
151 views

keydown event not fired while mouse dragging in Chrome

I noticed a strange behavior regarding keydown event in Chrome. I have this simple script (http://jsfiddle.net/xYDbt/1/): <div id="x"></div> <script> document.onkeydown = ...
6
votes
2answers
2k views

Qt - Moving Frameless window (slow repaint?)

Hy there, I'm new to Qt and i tried to create a Frameless window, which is dragable. The Problem is, if i move the window.. there are are thousands of (it? sorry, don't know how to describe it in ...
5
votes
2answers
36 views

What is the Javascript event that triggers when you drag a file from your desktop to your browser

I'm trying to implement a file upoload system similar to gmail's. I've already done all the Fileupload / AJAX issue and it works perfect. The only problem that I have is User Feedback. For example.. ...
5
votes
3answers
70 views

Drag Image on Touch

I want to drag an image on the screen. how can i do this? In my case, the image is simply download from the URL and placed on an activity. I just want to drag this. Thanks in advance!!
5
votes
1answer
96 views

JTree make only leaves draggable

I need to make only leaves of a JTree draggable but the following code snippets makes every node in the tree draggable: tree.setDragEnabled(true); How can I restrict the draggable element to ...
5
votes
4answers
7k 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?
5
votes
3answers
3k 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 ...
5
votes
3answers
2k 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 ...
5
votes
2answers
2k views

how to keep dragged TitleWindow within Flex app boundary

I am using PopupManager in FB4 to display a custom dialog. popwin = new TitleWindow(); popwin.addElement(myCustomDialog); PopUpManager.addPopUp(popwin,this,false); ...
4
votes
1answer
148 views

Draw Header section drag image

Im using Delphi 2006. I have a custom header control that I wrote from scratch. Its almost finished except that I don't know how to draw the semi transparent drag image of the header section when ...
4
votes
1answer
140 views

Drag UIView without disabling its child controls iPhone/iPad

I have a UIView control (white rectangle in image) Moreover I am able to drag that control... And when I press the button I load a subview which is another nib that I created and I placed random ...
4
votes
1answer
309 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 ...
4
votes
1answer
331 views

Border around a form with rounded corner in c++ builder XE

I have made a C++ Builder XE form with rounded corner with the help of the following code BorderStyle = bsNone; void __fastcall TForm1::FormCreate(TObject *Sender) { HRGN frmrgn; ...
4
votes
1answer
371 views

How can I use jQuery to snap a dropped item inside a div?

I'm trying to recreate the World of Warcraft action bar for learning purposes. So far I have the bar, and the individual slots are Droppable. What can I do so when the yellow div is dropped inside of ...
4
votes
2answers
1k 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? ...
4
votes
2answers
2k 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
147 views

Control that allows dragging of form

Alright, so i built myself a control, and id like to make it so when somebody launchs my app, they can drag on my control just as if they were dragging on the title bar of the application. What is the ...
4
votes
2answers
816 views

java - get mouse events outside of a component

i'm having the same issue as the person here, in that i need to track a frame location while it is being dragged on OS X. The question had not been resolved there, so: how do i tell a frame that a ...
4
votes
2answers
1k 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 ...
4
votes
2answers
1k views

Drag a WPF Form around the desktop

i am trying to make a c# WPF form where i can drag it around the screen by clicking on it and moving with the mouse. the forms characteristics include being completely transparent and containing only ...
3
votes
2answers
157 views

Why can I pull the mouse off the drag area in this script?

Using a plain JS script from David Flanagan to make my bookmarklet draggable. I have noticed that I can move the pointer off the drag bar during key-down and the pop-up may or may not follow the ...
3
votes
2answers
216 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 ...
3
votes
1answer
80 views

how to get file paths from files dragged from windows explorer into JFrame in Java

I need to get the dropped files' paths. I have implemented the drop(DropTargetDropEvent e) method in my JFrame which implements DropTargetListener which has the following code: public void ...
3
votes
1answer
393 views

How to move an UIView along a curved CGPath according to user dragging the view

I'm trying to build a interface that the user can move his finger around the screen an a list of images moves along a path. The idea is that the images center nevers leaves de path. Most of the ...
3
votes
1answer
770 views

jQuery sortable drag and drop - cloning and other issues

I'd like to begin with saying what I'm trying to do. I'm currently working on a menu generator (idk how to name it exactly), something like placing widgets in WordPress but for creating menu on a ...
3
votes
1answer
634 views

HTML5 Drag and Drop anywhere on the screen

I have a debugger log that I've written in JavaScript for a project I'm working on. The log is basically an <aside> tag in HTML5 that only shows when needed. I wanted to play around with the ...
3
votes
1answer
143 views

moving a map overlay

I am trying to create an app where the user can mark an area on a map. I want him to be able to move the area he marked. I found that there is an api for adding overlays on a map, but I cannot get to ...
3
votes
8answers
3k views

Internet Explorer 9 Drag and Drop (DnD)

Does anyone know why the following web site drag and drop examples (plus many other tutorials online) don't work in Internet Explorer 9? Chrome, FireFox and Safari are all OK. ...
3
votes
2answers
764 views

Drag borderless windows form by mouse

I have made a form without border in C#, by setting this.FormBorderStyle = FormBorderStyle.None; Now, problem is how can I drag it by mouse?
3
votes
3answers
265 views

Find element position on screen

What I need is a function to retrieve the size of an element, be it a Java Applet window in a browser, text boxes in programs, applications window and so on. Now I don't know what this kind of ...
3
votes
1answer
228 views

What are some different methods to drag and move objects around without using Horizontal or Vertical Alignment set to Left and Top

I am developing a Dashboard application where I would like the user to be able to resize and move their chart widgets to where they please. I have had problems with the being able to move and resize ...
3
votes
2answers
2k views

ZedGraph - How to make a horizontal line drag-able?

I have some straight horizontal lines that I want the user be able to drag vertically. How would this be possible? I think the best parameter for line selection would be a fixed number of pixels near ...
3
votes
1answer
738 views

JQuery sortable, dragging between two lists, cancelling the drop: How to animate?

I have two HTML lists, and am using JQuery sortable to drag between them. This works perfectly. The receive event is raised upon dropping a dragged list item into the second list. In this event ...
3
votes
1answer
543 views

jQuery UI Drag and Drop causes bound click to trigger

I've got a UL of items using jQuery UI that I have drag and drop capable. However, I also need to be able to click on one of the items in the list and trigger off a little routine that adds a header ...
3
votes
3answers
679 views

Algorithm for dragging objects on a fixed grid

I am working on a program for the mapping and playing of the popular tabletop game D&D :D Right now I am working on getting the basic functionality like dragging UI elements around, snapping to ...
3
votes
2answers
244 views

Get the coordinates of a drop event in Javascript?

I made a javascript library that lets me drag a marker from a dragzone to one or more dropzones. The problem is... the mouseup event happens over the marker I'm dragging, no te dropzone. How can I ...
3
votes
3answers
842 views

Calculate initial velocity to move a set distance with inertia

I want to move something a set distance. However in my system there is inertia/drag/negative accelaration. I'm using a simple calculation like this for it: v = oldV + ((targetV - oldV) * inertia) ...
3
votes
1answer
3k views

WPF Treeview HierarchicalDataTemplate Drag and drop

I have a treeview in wpf that is built using the xaml below. It is a well structured data source, and I am having a lot of trouble dragging and dropping. I have tried several methods, all to no avail. ...
3
votes
2answers
628 views

C#: How to drag a from by the form and it's controls?

I use following code to drag borderless form by clicking and dragging the form itself. It works, but it doesn't for when you click and drag a control located on the form. I need to be able to drag it ...
3
votes
1answer
2k views

WPF Listbox auto scroll while dragging

I have a WPF app that has a ListBox. The drag mechanism is already implemented, but when the list is too long and I want to move an item to a position not visible I can't. For example, the screen ...
3
votes
3answers
2k 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
1answer
33 views

Drag and drop SVGs with Raphael JS

Looking for some advice (example would be great) on dragging and dropping SVGs using RaphaelJS. I have found how to drag an object created withint Raphael window.onload = function() { var R = ...
2
votes
2answers
66 views

how to select the cell below on a different sheet to populate a cell next to one on your worksheet

I am tasked with creating A map of our warehouse. In the data I have to have model, description and location. What I am having trouble with is, I am using data from a second sheet to populate the ...
2
votes
1answer
101 views

Java Swing mouseDragged callback speed

I have a question regarding the callback speed of the mouseDragged message of the MouseMotionListener in Java Swing. This post is sort of related but it's not entirely the same so I started a question ...
2
votes
1answer
82 views

Making an image drawn in canvas draggable/resizable?

I've done this JSFiddle for you to make it easier to explain. http://jsfiddle.net/eAV6w/30/ There are two images, one on top which is a grey surround with a transparent rectangle in the middle. ...
2
votes
2answers
82 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
1answer
299 views

Three20 “pull down to update”: How to change the text and datetime format?

I'm using a TTTableViewController with a TTURLRequestModel and implemented the "Drag to refresh" feature with these lines in my ViewController: - (id<UITableViewDelegate>)createDelegate { ...
2
votes
1answer
28 views

jQuery Id of item being dragged

This seems like it should be a simple task, but I'm a noob as far as goes jQuery, so here's what I'm looking for: I have something like this: <div class=draggable id=thing1> some contents ...

1 2 3 4 5 12