The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
6answers
33k 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
22k 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?
17
votes
2answers
23k 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 ...
4
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) ...
25
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
4k 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
5k 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 ...

1 2 3 4 5 6
15 30 50 per page