Questions tagged [panning]

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

"panning" refers to the rotation in a horizontal plane of an object or viewport. This is a term usually applies to cameras (or the viewport, in computer terms).

206 questions
0
votes
2 answers

Image Panning Effect - Vertical - Mouse Over

Looking for a code that can be utilized to create the same vertical 'image panning' / 'mouse over' effect as in this example for the following WordPress themes full screen images Your replies appreciated. Thanks
redrum
  • 1
  • 1
0
votes
0 answers

Disable panning when dragging a pushpin

I'm trying to prevent the WPF Bing Maps control from panning when the user is dragging a pushpin. What I do is that when the user selecting the pushpin with the MouseLeftButtonDown I'm, taking over the events from the map ViewChangeStart,…
ChristiaanV
  • 5,401
  • 3
  • 32
  • 42
0
votes
1 answer

Panning and Zooming in Bing map

I would like to calculate the amount of panning and zooming (either in terms of latitude/longitude or in pixels) a user does while working with bing map (I am using windows phone 7 platform). any suggestion to solve that problem would be highly…
MKS
  • 736
  • 2
  • 14
  • 33
0
votes
1 answer

dynamically load data for flot time series when panning

I am using Flot successfully to chart usage for a project I am working on with a time series. The flot graph starts with the last 24 hours and allows panning and zooming. The data is being sampled on the server every 15 minutes, converted to json…
Jamgold
  • 1,716
  • 1
  • 14
  • 18
0
votes
1 answer

Scroll/Panning or drag in custom layout

I have made custom Relative Layout for Zooming with lot of research since I am new to Android and now I want to incorporate the panning/dragging which should behave like Imageview, that is, bound limits. I am not using a matrix but the…
user1169079
  • 3,053
  • 5
  • 42
  • 71
-1
votes
1 answer

Bottom button does not shift video to bottom where as left and right is working fine

I've put video inside div, one zoom bar to zoom video and four buttons on each side to move video accordingly in left, right, top, bottom side after zooming. The problem is, left and right button is working but top and bottom buttons do not move…
OgWestside
  • 17
  • 4
-1
votes
1 answer

D3 bounding box in v4

How can we do something like this in version 4 of d3: http://jsfiddle.net/d3wxP/1/ because some translate or scale does not exist: function move() { var t = d3.event.translate, s = d3.event.scale; t[0] = Math.max(0, Math.min(t[0], width -…
-2
votes
3 answers

How to fix Angular app panning problem on mobile?

I have finished my Angular app (simple reservation application) and everything works just fine in Desktop browsers. Then of course started testing remotely on mobile browsers (mainly Android Chrome and Firefox) and encountered strange problem. For…
zby
  • 1
  • 4
-2
votes
2 answers

C# - Most suitable design patterns to create a PictureBox supporting: panning / zooming / scrollable AND with selection tools (draggable rectangles)

I would like to create a PictureBox class derived supporting the zoom, pan, scroll features and some selection tools (circle, rectangle, annulus). I'm wondering which design patterns I should use (I just think about a command pattern for making a…
Perret
  • 179
  • 1
  • 1
  • 17
-3
votes
2 answers

JavaFx zooming and panning an image with overlaid fixed scale labels

I am a doctor at a University and I am developing X-ray analysis software in which a user defines anatomical points with small circles by placing them on an X-ray image. I'm satisfied so far, but I need to implement zooming and panning using a mouse…
Özden
  • 35
  • 6
-3
votes
1 answer

Removing Effect Of tkinter canvas.scan_mark on mouse coordinates

I'm developing a GUI with python using tkinter. I've written the code for providing zooming functionalities such as "zoom in", "zoom out", "window zoom", "previous zoom", "restore full zoom" and, finally, "pan". For 'pan' command I used…
Hossam
  • 3
  • 5
1 2 3
13
14