Zooming refers to issues relating to scaling viewed areas in a graphical user interface.

learn more… | top users | synonyms

0
votes
0answers
17 views

Google Maps areas zoom level stages

I have map with a lot of markers, a part of they must be showed at the country, a part at the state and a part at the city zoom stage, but because the large of the areas is different, I don't know the ...
0
votes
0answers
27 views

Browser zooming issue

noob here. i've been writing html for about a month or so, and i've got this problem with the zoom function. i'm sure its a real easy fix for the experienced coders. pardon the sloppiness, still ...
1
vote
0answers
24 views

JavaFX bar chart zooming by rescaling

I'm developing a program that needs to zoom into a horizontal bar chart (ctrl+mousewheel), but not by magnifying it, but by rescaling it (just the width). The rescaling is done by changing the ...
0
votes
0answers
28 views

D3 Pan Zoom Overflow

I was wondering if you could help me with the follwoing D3js Zoom and pan functionality in the following fiddle: http://jsfiddle.net/moosejaw/nUF6X/5/ I hope the code (although not great) is straight ...
0
votes
1answer
29 views

Zoom in/out events in jQuery

I simply want a function that show alert on zoom in window saying like "you zoomed in" and on zoom out saying like "you zoomed out", I searched for this function for lot of time but every time I ...
-1
votes
0answers
10 views

Fusion table map layer events

I have a fusion table map layer defined as, layer = new google.maps.FusionTablesLayer({ query: { from: FT_TableID, select: 'Lat', where: whereClause ...
0
votes
2answers
21 views

Highchart zooming bug?

I have a scenario where a point does not render in zoomed-in mode. Wondering if it's a highchart bug or something I can do. JSFiddle is here -- try zooming on the first point of series B (y value of ...
0
votes
1answer
30 views

How to implement the android zoomview?

I want to implement the android-zoom-view (https://code.google.com/p/android-zoom-view/). I added the jar to the buildpath. I created the following xml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
18 views

Product multiZoom not working in Opencart [closed]

I want to make product zoom in Opencart working, can somebody explain what I am doing wrong. Here is the Multizoom and CSS javascript source and demo link enter link description here I have created ...
0
votes
0answers
17 views

OpenLayers removes/destroys new features when zooming out

I have an OpenLayers.Layer.Vector layer that I allow the user to create, modify and delete features and feature attributes. The changes are saved when they hit a "Save Changes" button. If the user ...
0
votes
0answers
11 views

UIImageView zooming with UIScrollView when scroll to out of top bound

I have a UIImageView on the top position of UIScrollView and when i scroll to out of top bound i want zooming my UIImageView. Please help me ! Thanks !
0
votes
1answer
38 views

How to implement zoom in and out on screen in android?

I have to implement zoom in and out functionality on particular screen of my app. In it i need to apply this on every item(On vertical lines, image,Dots) which is available on that screen. all things ...
0
votes
0answers
22 views

google map crashed when zooming, with sencha

i have a problem with zooming map in mobile application (android) I declare a map with sencha-touch then when i zoom (with height level) and trying to return in other view, the app crashed !! my ...
0
votes
0answers
18 views

Wavemaker using MouseZoomAndPan

In wavemaker a got an app that display charts with dojo charting, some charts have a lot data so the chart is compressed so i look around and found that we could add zooming and panning, found an ...
-1
votes
1answer
27 views

Smoothly zoom a big Image with SDL

I need to smoothly zoom in/out and pan an image (for a slideshow) with the sdl library. I've tried rotozoom from the SDL GFX library but it's far away from smooth. What would be the best approach ...
0
votes
0answers
38 views

How to add multiple time axis in d3js

I'm new to d3.js and quite impressed by how flexible the library is. Currently, i'm trying to create a kind of Gantt chart. In essence, i would like to create a time axis that looks like the following ...
0
votes
0answers
73 views

d3 Bounded Force layout with Zoom and Pan

I am working on a bounded force layout with a zoom and pan (D3.js). The main problem is that I'm not able to adequately customize the zoom behavior. My graph contains several movable elements, that a ...
0
votes
1answer
23 views

C X11 Segmentation Fault in MandelBrot Set Application

I can't for the life of me find this seg fault. It keeps occurring on the slave processes as soon as I launch. I have already developed a standard application that works perfectly but have come across ...
0
votes
1answer
39 views

Fusion table map layer heat map

I've a fusion table layer and I enabled heat map as follows and it is working fine in my map layer. layer = new google.maps.FusionTablesLayer({ query: { select: 'Lat', from: ...
0
votes
0answers
42 views

Does Jpanel can be set using float or double coordinates

I am working on a swing project in which i have to Zoom-in and Zoom-out the Jpanel and its children.The Zoom ratio is +20% for Zoom-In and -20% for Zoom-Out. Right now i am just rounding off whatever ...
0
votes
0answers
71 views

Zooming in parallel coordinates D3 Javascript

I am using parallel coordinates to display data from csv file. my application require modifying the method of displaying data on the axes. for each value on axes, i need to draw a point ( for example: ...
0
votes
0answers
102 views

One Finger Zoom for Google Map v2

Hey I am trying to use the gesture overlay to implement my own gesture function. Originally Google Map v2 have a double tap zoom gesture, and I like to implement single tap gesture for experiment ...
0
votes
2answers
487 views

HTML5 Canvas Resize image Click to Zoom

I have an image of a map in a canvas that I would like to act like the google map interface using HTML5 and jQuery. I would like to perform the following actions: • Double click on pan in without ...
0
votes
1answer
38 views

Getting the same coordinates from UIScrollView whether it's zoomed or not

Is it possible to get the same coordinates from UIScrollView whether it's zoomed or not. That is, For example, consider a plain screen of 320.0F and 480.0F. Tap on a point; view will give me ...
-1
votes
1answer
97 views

Zooming in Visual studio 2012 ultimate

I'm unable to find setting a dynamic Zoom value in terms of % in Visual Studio 2012 Ultimate edition. As i'm aware of mouse scroll and keyboard shortcuts: CTRL + SHIFT + , and CTRL + SHIFT + . But ...
1
vote
0answers
55 views

How to load in image already zoomed out

I am trying to display a large Image in my iPhone app. It behaves kind of strangely and I can't get it to center seeing as its so large. Is there a way to load it scaled down so that the whole image ...
0
votes
1answer
36 views

2D screenspace zooming

I need to draw 2D lines on perl into image of size 1024x768; Coordinates of lines are unix timestamps like x1=1365693813 y1=(some virtual center) x2=1365793815 y2=(some virtual center). What the ...
0
votes
1answer
65 views

What does CALayer know that I do not when zooming

How can I draw as smoothly as CALayer does while zooming? As seen in the third (tallest) image the white border is drawn with accurate, anti-aliased rendering. However neither my labels (even though ...
0
votes
0answers
58 views

Doubletap and slide/drag finger to zoom in/out

If anyone came across the google maps app for iOS there is a great feature to zoom in/out with one finger: Doubletap on the uiscrollview and then immediately slide finger up or down to zoom in/out. ...
0
votes
0answers
104 views

C++ Zoom into the centre of the screen in 2D coordinates

I'm having difficulty working out the correct calculations in order to zoom into the centre of the screen in 2D coordinates whilst keeping everything in the correct scale. I have a vector which I use ...
0
votes
0answers
26 views

Does HTML5 supports Zooming feature to view webview contents?

I am new to HTML5. I referred this link- Zooming in HTML5. I dont even have any idea about this. How to know and check that zooming is possible in HTML5 to view webview contents?? If iam wrong then ...
0
votes
1answer
90 views

How to implement panning like google maps in SVG

I have done zooming in SVG chart. Please refer below screenshot. above screenshot series is zoomed state.i used clipping concept to hide the outside lines from chart area after zooming. i need to ...
0
votes
0answers
81 views

How to do both Swiping and Zoom In and Out (using setBuilt In Zoom controls) in a Webview Android 2.2?

This is my Code i have done both SWIPING and ZOOM IN and ZOOM OUT functions. But both doesnt worked in my app inside webview. My problem is, If i do comment this line, then Swiping works fine ! ...
0
votes
0answers
41 views

JPanel zoom out

The code below is perfect for zoom in and zoom out, but zoom out with restrictions. How to improve this code to allow zoom out without restrictions. In this example you can do zoom in ever you want, ...
0
votes
1answer
49 views

zoomScale, contentOffset and Retina

I have looked into all these SO answers but none of them seem to address the issue I'm facing. The short of it is that my scroll/zooming code works as I expect it to on pre retina devices, but on 4, ...
0
votes
0answers
94 views

image zoom jquery

i am working on a site and i came through a problem . i have an image i,e shown in front of each record, i have written code such that image saves with 100x100 pixels. now when i am using ...
0
votes
0answers
82 views

Image cuts when trying zooming inside the ViewPager in android

May be duplicate of this: ViewPager & ImageView zooming issue I want the Galley application display in my application. i.e. At a time, the user can view one image on the screen and then image ...
0
votes
0answers
17 views

how to position elements on my webpage so that they look perfect while zooming in or zooming out and works perfectly on all screen sizes?

It's been a couple of months since i am into web development, and still i am not able to figure out how to place and position my elements so that they look identical in all screen sizes and resolution ...
1
vote
1answer
335 views

Disable zooming on page in chrome

For a HTML game I want to disable the normal zooming functionality in Chrome. This question talks about how to use the viewport meta tag to disable zoom in Chrome on Android but this does not seem ...
1
vote
1answer
91 views

Drawing a map from edges and vertices in Java

Given a large amount of vertices and edges. The vertices are given x and y coordinates and every edge will have two vertices. For zooming, the easy solution is to just draw all the edges that have a ...
0
votes
1answer
69 views

Openlayers: zooming WFS sometimes return to first zoom level

I have a GeoServer server that provides my layers using GeoWebCache. This works fine. I also have a WFS layer which it populated using a filter (address ID). Mostly this WFS layer has less than 5 ...
0
votes
0answers
114 views

zoom in/out javascript code on firefox pdf reader

I want to create a browser-chrome test (similar to mochitest) for the zoom in/out feature of the Firefox PDF viewer. I don't know how to call the zoom buttons. Can someone give me a hint? I just ...
0
votes
1answer
57 views

How to make Images not Zoom when using Body Zoom

I have an interesting question. I have a laptop that the resolution makes it difficult for me to read the text. I found that placing a css file in Safari allows for the text to permanently be larger, ...
0
votes
1answer
125 views

Is it possible to set dimensions to a groundOverlay that is independent of the map zoom level?

I have a GroundOverlay on my GoogleMap and I want that its dimensions to not change when I zoom in/out on map. Exact like default map markers that always keep their dimensions. I have tried with both ...
0
votes
1answer
127 views

A div with CSS width:100% gets shorter by increasing the IE zoom level

I have a div with the following CSS div.bottom { position: absolute; bottom: 0px; left: 0px; height: 13px; width: 100%; background-image: ...
0
votes
1answer
145 views

Enable zoom of UIScrollView reset zoomed view transformation

First, I would like to precise that it seems there is lot of questions on this subject with no response. The one who gets this answer should be rare. I set an UIImageView as a zoomed view in a ...
0
votes
1answer
64 views

css - body to fill entire page even when zoomed

Is it possible using css to make <html> and/or <body> element to fill 100% width of browser viewport, regardless of how much it is zoomed in? Currently, I set the html and body to 100% - ...
0
votes
0answers
200 views

After css3 zoom with scale transform, keeping centered what was previously at center in a multiple container div structure that can be dragged around

Hi :) reference Fiddle is here: http://jsfiddle.net/javismiles/d9xND/ I explain the scenario: 1) supercontainerdiv holds another div called mainarea 2) mainarea can be moved left and right up and ...
-4
votes
1answer
77 views

AutoScrolling with zooming image in iphone

I am new to iphone i am working on project in which i am autoscrolling the image with scrollview also along with it i have to do zoom in and out of image.Is this possible ? and if Yes how it can be ...
0
votes
0answers
50 views

UIScrollview scrolling like QL Framework

I'm developing a pdf reader for a project using VFR reader. Apple's own pdf reader (QL Framework) prevents horizontal scrolling when user zoomed to scrollview and scrolling vertically and the ...

1 2 3 4 5 8