Questions tagged [pan]

"panning" refers to the rotation in a horizontal plane of an object or viewport.

453 questions
0
votes
4 answers

UIGestureRecognizerDelegate to manage gestures -- can I dealloc touch?

I'm working on an app where most of the touch gestures will be pan gestures (but I'm not using a pan gesture recognizer). I'm using UIGestureRecognizerDelegate and using touchesBegan, touchesMoved, touchesEnded, and touchesCancelled. However, there…
Victor Engel
  • 2,037
  • 2
  • 25
  • 46
0
votes
1 answer

Android MapView no Zoom/Pan Function in ViewPagerIndicator

I try to display a MapView in the TabPageIndicator of the ViewPageIndicator Library. To use the MapView in a Fragment, im working with the android-support-v4-r10.googlemaps.jar. So far i can display the MapView, but it wont react on Touch-Events. I…
iTamp
  • 793
  • 1
  • 8
  • 12
0
votes
2 answers

iOS: disable pan gesture when objects overlap

I have a few objects moved by using Pan Gesture. Now I want the object to stop moving permanently when either: It overlaps a particular (stationary, not able to be moved) object, or It enters a certain range of locations. I've tried to stop it…
m4Die
  • 1
  • 1
  • 1
0
votes
1 answer

Pan class in Flash AS3

I have a movieclip and I am going to add a pan feature to it. I want to add the pan as it's own class that the movieclip can reference. When I create the pan class, I send the movieclip to it so I have it's position properties at all times. What is…
Sean
  • 1,758
  • 3
  • 20
  • 34
0
votes
4 answers

pan and zoom images for jQuery Mobile

I would appreciate any help concerning pan and zoom for a jquery mobile web app. I have an image of a building floorplan with an image map on top that I would like the user to be able to view from his mobile phone, zoom in and out and pan the area…
chri_chri
  • 310
  • 4
  • 12
-1
votes
1 answer

how to put marker only within edge of bounds like infoWindow autoPan

It is easy enough to center a marker that is outside the current bounds of a google map: if (!map.getBounds().contains(marker.getPosition())) { myMap.panTo(pos) } What I want to do is imitate the infoWindow autopan for a marker, where if the…
-1
votes
1 answer

Zoom/Pan D3.js Polar Scatter Plot

I created a polar scatter plot using D3.js (based on this post) . I would like to add the functionality to zoom and pan. I've seen examples for rectangular plots, but nothing for zooming/panning on circular plots. I am just a beginner with using D3…
Steph2a1
  • 117
  • 1
  • 4
-1
votes
1 answer

How to Specify a Viewport on Android Camera API

1) The Camera previews at 1920 x 1080 2) I record at 960 x 540 3) I want to be able to specify what portion of the 1920 x 1080 preview should be saved into the video and change this on-the-fly. In effect this would give me the ability to do digital…
GroovyDotCom
  • 1,304
  • 2
  • 15
  • 29
-1
votes
1 answer

syntax error for javascript

While making an animation in javascript I had a problem to fix, but I don't see it. I'm trying to make the pan works with the "mover" function but I think I'm using wrongly the properties inside the "transformOrigin" or I'm missing some step, also…
Kenny Amaro
  • 473
  • 1
  • 3
  • 14
-1
votes
1 answer

TouchImageView set drag and zoom bounds limits , prevent from going off screen

I have a crop activity and an imageview behind drawable rectangle, i have set a touch method to zoom and drag the imageview but the problem is that i can drag it off screen and zoom in and out off screen, i want to set limits for the drag and zoom…
Blerim Blerii
  • 223
  • 3
  • 16
-1
votes
2 answers

Set Matrix minimum and maximum scale ImageView?

I have a code which zooms and pans the imageview matrix, it works well but i want the imageview to not be zoomed smaller than my screen, and i don't want it to be zoomed very much, i want to set a limit for zooming and to the same thing for…
Blerim Blerii
  • 223
  • 3
  • 16
-1
votes
1 answer

raphael js Pan functionality using raphael-pan-zoom more than 9

I love your plugin! the zoom worked perfectly, but I need more than 9 times zoom, is it possible? Thanks, Julio
-1
votes
2 answers

How to do zooming and panning to the user's location of click in OpenGL

I want to do something like ZoomTool in the portable application Global Mapper. You know when the user left-clicks on the image the application would zoom to the user's location of click and if right-clicks the application would zoom out of the…
Sepideh Abadpour
  • 2,550
  • 10
  • 52
  • 88
-2
votes
1 answer

How to apply pan & Zoom separately for 4 picturebox in the same form

In my project I am using 4 pictureBoxs in a single form. While applying the pan and zoom function separately, the first image works correctly but, if I go for the second one the first image bitmap changes to exceptions. I don't know why it changes…
Murugesan
  • 161
  • 3
  • 7
-2
votes
1 answer

Retrieve smart card's PAN with Python and pyscard

I'm trying to retrieve the PAN of a smart card using pyscard in Python. What I have done so far is to connect to the reader and to retrieve various information about the reader and the card... but I cannot find the way to get the serial number...…
Bya
  • 55
  • 1
  • 12
1 2 3
30
31