The panning tag has no wiki summary.
10
votes
1answer
325 views
Distinguish between panning and normal screen modes in code - Windows
I am writing a full-screen 3D game and I have created a menu in which the user may select the screen resolution to match his hardware capacity.
I am enumerating all the available screen modes with ...
3
votes
1answer
348 views
Paging UIScrollView with two-finger pan and zoom
The test case is easily reproduced: download Apple's PhotoScroller sample app, and try to adapt it so that panning (both around a zoomed image, and between each image) only works with two fingers.
...
3
votes
1answer
915 views
Translate a WPF canvas at high scale factors isn't smooth away from origin
Imagine you have a canvas that you want to scale to a very high value and then allow "panning."
A good example is a geographic tool that needs to allow panning with "zoom" levels from the extent of ...
2
votes
1answer
77 views
Unexpected scroll on single touch after panning in Android WebView
I have extended WebView and I have enabled zooming with myWebView.getSettings().setSupportZoom(true);.
When I tap the screen (single tap/touch) after I have panned, the WebView seems to move (scroll) ...
2
votes
1answer
283 views
Image movement like Google Maps
I have an big image which I need to show in a smaller container (or smthg like this). The user should be able to move the image up, down, left & right. It should be like Google Maps.
Do you have ...
2
votes
3answers
2k views
Zooming and Panning of view in android
Hi friends
I am creating one app where i put two views. first is imageview and the other one is my customeview.
i am drawing image on my custom view. my custom view code is as follow
public class ...
2
votes
1answer
318 views
Android map view auto panning
In my android application i need to do the following :
after fixing the map view to a specific 1st location, the map can't
be panned by the user.
the map will be auto panned to different locations ...
2
votes
1answer
290 views
Charting Library for Windows Phone 7 with Zooming & Panning?
I'm looking for a Silverlight charting library to use in my Windows Phone 7 project to visualize 50-100 data points. I'd like the series to be zoomable and pannable and be able to attach to these ...
2
votes
1answer
440 views
Zedgraph: How to limit pannings/scrolling on a Yaxis?
I have a bar chart that will never go below zero (never go negative), 0 y axis. How do I limit panning/scrolling so that the y0 line is always at the base of the graph?
The requirement is to not be ...
2
votes
2answers
511 views
drag to pan on an UserControl
I'm trying to build my own "PictureBox like" control adding some functionalities. For example, I want to be able to pan over a big image by simply clicking and dragging with the mouse.
The problem ...
2
votes
1answer
874 views
How do I incorporate speed and/or acceleration into a (WPF) scrollviewer?
I have a WPF scrollViewer that I use for panning (MouseDown, MouseMove, MouseUp) and I would like to include an acceleration effect that incorporates inertia. So, if the mouse moves beyond a ...
1
vote
1answer
260 views
How to speed up panning and zooming using smoothZoom jquery plugin?
Hello I am currently using the smoothZoom plugin in a project (http://codecanyon.net/item/smooth-zoom-pan-jquery-image-viewer/511142).
I have to load in an image of roughly 2500 * 2500 pixels (the ...
1
vote
1answer
165 views
Unable to pan and zoom an image in canvas
I am trying to display an image with canvas that allows zoom and panning but will stop the user from panning the image off screen. I have been able to stop the panning but when the picture is zoomed ...
1
vote
1answer
91 views
Can Google Maps be set to a slow constant pan? Like a globe revolution?
Just what the title says. I am searching for a solution but I have not found anything that has guided me to the correct documentation or articles.
If you have any ideas or can point me to a possible ...
1
vote
2answers
157 views
Can panning/zooming be disabled in an android MapView while allowing users to click on an ItemizedOverlay?
Is there a way of disabling panning/zooming and keeping map overlays clickable?
I am specifically thinking about an ItemizedOverlay that I want to be tappable while denying users from moving around ...
1
vote
0answers
120 views
Smooth panning problem — low touches per second
If I quickly swipe my finger around the screen, android only gives me about 15 different touch events per second.
This means that if I have an image panning around to follow my finger, it will only ...
1
vote
2answers
456 views
Documentary-style image panning with jQuery?
There are several questions about zooming and panning with jQuery, but they all (as far as I can tell) have to do with hooking up the zooming or panning to user behavior, such as mousing or using a ...
1
vote
2answers
565 views
How do I pan the contents of a div when the right mouse button is dragged?
I need a cross browser way of capturing the right mouse click, preventing the default context menu and making it where when the user drags the mouse they can pan the contents of a div. This is largely ...
0
votes
1answer
32 views
Google API and map.panTo: not panning
I'm trying to improve my sound project site, but I'm stuck in... panning.
I have a Google map populated by markers, associated to a text and a recorded sound. It works. I'm trying to allow user to ...
0
votes
1answer
45 views
A Simple Panning PictureBox (Winforms)
I want to implement a panning pictureBox in C# winforms. I have a panel on which the autoScroll property is set to true. Within the panel I have my pictureBox whose sizeMode is set to autoSize. On the ...
0
votes
0answers
77 views
jQuery iFrame Content Panning ( instead of Scrolling )
I'm looking for an iFrame Content Panning like Google Maps instead of regular scrolling..
What I mean is .. Say, I have loaded google.com inside iFrame. But instead of scrolling that iFrame I want to ...
0
votes
1answer
48 views
Create multiple jQuery image pans on 1 page
There is a wonderful script by Manos which allows you to pan a cropped image when hovering over it. Here is the code and here is a demo
What I would like to do is to place multiple images on 1 page ...
0
votes
1answer
149 views
Google map, disable Dragging/Panning by mouse
I know in Java googleMap.draggable = false; in "google.maps.MapOptions object specification" disables dragging, but how it works for Action Script 3.0 ? I want to disable dragging/panning by mouse. I ...
0
votes
0answers
135 views
raphael timeline chart panning and zooming
I look forward to create some timeline charts with the great lib called raphael
while I was impressed by the dynamic of raphaels examples (timeline raphael example)
I couldnt find any chart example ...
0
votes
1answer
360 views
HTML5 Panning based on Mouse Movement
I'm trying to implement functionality to "pan" inside a canvas in HTML5 and I am unsure about the best way to go about accomplishing it.
Currently - I am trying to detect where the mouse is on the ...
0
votes
0answers
131 views
Canvas seems laggy, do I need openGL?
When I pan around a fullscreen image in my app, it is nowhere near as smooth as panning around in the Google Maps application.
Another post said that the MapView API uses a canvas, and not openGL, ...
0
votes
1answer
157 views
image panning area
I'm developing a project in Actionscript 2.0. I have an image that pans. I followed this tutorial:
http://www.kirupa.com/developer/flash8/interactive_image_pan.htm
Now I want the image to pan just ...
0
votes
0answers
231 views
image panning area in actionscript 2.0
I have a of code in actionscript 2.0 that is making the image panning. Now, I want the image to pan only when mouse is over certain area, instead the whole stage. For that I have this code:
...
0
votes
1answer
299 views
Openlayers - Disable pan on a layer
I'm using OpenLayers and I'm trying to create an information overlay layer.
I'm using my own WMS server, so for this layer, the server always send an image with informations in it.
My problem is that ...
0
votes
2answers
334 views
WPF or DirectX for panning and zooming a 5000x5000 picture?
my current code is normal WPF with a custom image view. I need to pan and zoom a very high resolution picture but of course it needs a lot of CPU-Power to do this.
My question is: if I change the ...
0
votes
0answers
115 views
What could prevent multi-touch functionality from working on a real iPhone when it works in the simulator?
I have written an iPhone/iPad application in XCode. When I run it in the simulator, multi-touch functionality works exactly as expected.
But for some reason, multi-touch is not working on the real ...
0
votes
2answers
487 views
JavaScript Panning on ASP Image
got a little problem here. I tried to implement some javascript, which should add some client side functionality to an ASP Image component. Actually this image component is one of the DevExpress ...
0
votes
1answer
433 views
UIScrollView Vertical Pan Snapping to top or bottom of view
I have an image that is 320x480 and upon orientation change this image obviously hangs out of view. There are some images where the focal point of it sits with it's bottom cut off (which isn't ...
0
votes
1answer
125 views
how to implement two fingers panning like safari broswer?
i try to implement panning and zooming functionality like safari browser in ipad.
i used UIPinchGestureRecognizer for zooming with two fingers touch. but i dont know how to implement two fingers ...
0
votes
1answer
561 views
Best way to pan & scan images with jquery
I am trying to make an image pan & scan system. I have a slider that zooms the image (that can be dragged) and also a small map in the corner of the image (that can also be dragged).
You can see a ...
0
votes
1answer
1k views
Panning Image Using Javascript in ASP.Net Page Overflows Div
I have an ASP.Net page that contains a <div> with an <img> tag within. The image is large so the <div> is set with a size of 500x500 pixels with overflow set to scroll.
I'm ...
0
votes
1answer
615 views
iPhone SDK: Panning audio at different levels
I am trying to control the channel (left/right) and its volume from which the audio file is played. It will be great if someone can explain how this can be done or point me to some document or ...