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
1 answer

Losing touch events in mapview android (action_move)

I have an activity that gets touch events (int x,int y, int type of event) and manage a mapview(osmdroid) or buttons with the given information. I have to cover the mapview so I placed it on a framelayout and place and upper image. If the upper…
Dany19
  • 551
  • 9
  • 26
0
votes
1 answer

Panning Image Using Javascript in ASP.Net Page Overflows Div

I have an ASP.Net page that contains a
with an tag within. The image is large so the
is set with a size of 500x500 pixels with overflow set to scroll. I'm attempting to add image panning using a click and drag on the image.…
Bob Mc
  • 1,980
  • 1
  • 28
  • 38
0
votes
0 answers

Google Earth: Pan the camera

Although it should be something really basic, I cannot find how to pan the camera in Google Earth, I mean, here https://developers.google.com/earth/documentation/camera_control They say that it is possible to pan the camera like that, but it's not…
LowFieldTheory
  • 1,722
  • 1
  • 26
  • 39
0
votes
0 answers

highcharts cannot panning on mobile browser

it working on PC's browser, but not working on android's chrome browser(on my nexus 7 ver 4.3). JSFiddle $(function () { $('#container').highcharts({ chart: { panning: true }, xAxis: { categories:…
consatan
  • 349
  • 1
  • 7
  • 18
0
votes
1 answer

matplotlib navigation toolbar pan & zoom

In my matplotlib figure, I have multiple axes. I can use navigation toolbar pan & zoom on every axes. But I want to know which axes is panned or zoomed. How to get that information. Also if that axes is first zoomed and then reverted using Back…
0
votes
1 answer

Mouse events when over firebug console

I'm trying to implement a panning (drag&drop) functionality on my site google maps. For that I use the standard mouse-events (mousedown, mousemove, mouseup). It works while moving the mouse inside the browser, even with leaving the browser while…
0
votes
1 answer

d3 collapse tree - semantic zoom and pan example - problems

i found this working exmaple in this question. I used this example to make my own tree able to zoom and pan but there are a few bugs. So here are my questions. What can i do to not transform the lines if i click in the background? What can i do to…
freeFoodFred
  • 23
  • 1
  • 10
0
votes
2 answers

Canvas determining panning boundary independent of screen res and canvas resize

I've implemented a panning functionality to an animation in a html5 canvas. It is probably the most disgusting implementations of something i've produced, or so it seems haha, but it works and that's good enough for now. So I set these variables -…
Lee Brindley
  • 6,242
  • 5
  • 41
  • 62
0
votes
1 answer

How to smooth the moving of background image?

I've managed to create a moving/panning background image. It looks and works fine in jsfiddle: http://jsfiddle.net/juhant/jxthp/6/ But when I test it in my browser, the moving is not smooth and the photo freezes at times. This is the HTML:
bijoume
  • 365
  • 1
  • 7
  • 18
0
votes
1 answer

Extending (not overwriting) pan gesture of a UIScrollView

well...the title says it all...i have a UIScrollView as a subview of the main UIView ... i'd like the UIViewController to act on the behalf of the UIScrollView when panning, but without overwriting the panning implementation of the UIScrollView.
meee
  • 23
  • 4
0
votes
2 answers

panning cells with custom action in ios

Hi i am trying to make a tableview with mailbox style panning http://www.mailboxapp.com/ for that i am using this library https://github.com/gloubibou/HHPanningTableViewCell and it is working fine, i swipe the cell and it moves just fine, the…
Arturo
  • 1
  • 3
0
votes
3 answers

javascript image pan 'blocking' nav links and making div elements opaque

I have an image, bg, embedded in a div using CSS just above the footer. The idea is when the mouse moves left or right, the image moves along with it. The Javascript above /body is what causes this to work. It works well, but the nav links are now…
winthropite
  • 63
  • 1
  • 1
  • 11
0
votes
2 answers

JavaFX ScrollPane: disable panning for touch events

I have a problem with a ScrollPane. I want to disable the panning. For the mouse it's very easy because of the setPannable(boolean) function. But that doesn't disable the panning for touch events. So is there a way to disable panning for touch…
0
votes
1 answer

Panning the Raphael surface/Elements in IE and FF is slow and breaking

I'm using Raphael plugin and drawing few rectangles and creating few connections between them so that they look like circular/connected graph. When I start moving the rectangle from its initial position, it will be moving as mouse pointer moves.…
0
votes
2 answers

Javascript not working in Joomla article

I'm trying to implement this (dannyvankooten dot com/jquery-plugins/mapz/) image panning script into a Joomla article. I tested it outside Joomla (http://tylypahka.tk/karttatesting/) and it's working perfectly. However, when I tried it inside a…
Ilari
  • 37
  • 1
  • 9
1 2 3
13
14