0
votes
0answers
7 views
DesignSurface and Zoom
I am trying to implement Zoom feature on a DesignSurface, which uses .Net 2 based Designer time architecture.
I have two approaches to handle ZoomChanged event:
Unload the Desig …
0
votes
1answer
40 views
Actionscript 3 - detecting click to zoom or drag
Hi,
I'm using Actionscript 3, and am building an image viewer. So far, I have the following functionality, based around the "onClick" mouse event:
1) When viewing the normal siz …
0
votes
3answers
50 views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of t …
0
votes
2answers
1k views
Javascript / jQuery image zoom plugin
I need to display an image in a fixed size div.
Under the div must be some control, like a cursor bar, which sets the resolution of the displayed image.
I don't mind much writing t …
0
votes
0answers
32 views
Howto limit the map in Android?
I'm developing my first Android application and it is based partly on displaying some information in Google Maps. I've managed to set a new center point and a new default zoom leve …
1
vote
2answers
49 views
Display large image in browser: allow zoom: when clicked, add marker & retrieve pixel x/y
It feels like what I want to do should be fairly common, but I can't find any plugins that do it.
I want to display a large image in the browser, allow the user to zoom in on it ( …
0
votes
1answer
22 views
Zoom to the center of view port
I'm currently trying to write a zoomable UserControl and I've
currently followed Bob Powell's example
at http://www.bobpowell.net/zoompicbox.htm, however, what I'm trying to
achie …
1
vote
2answers
95 views
Can I zoom into a web page like IE or Firefox do, using programming?
Simple - I have a layout that is 800 by 600. When I press Ctrl and +, it zooms in and looks wonderful.
I want to know if there's a CSS/Javascript way to do the same? Without the u …
0
votes
1answer
33 views
Flash multi-touch on Windows 7 - configurable?
I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that …
0
votes
1answer
56 views
iphone pinch zoom
I have drawn few shapes in drawRect function of a view, these shapes color changes after some time repeatedly using setNeedsDisplay that calls the drawRect, secondly a shape name i …
2
votes
3answers
393 views
What’s the best jQuery product zoom plugin?
I'm not much of a frontend guy, just learning jQuery, so any help is appreciated. What's the easiest, most stable jQuery zoom plugin?
I have a regular size product image and a de …
0
votes
1answer
54 views
Is there way to limit MKMapView maximum zoom level?
Hello all, the question is - is there a way to limit maximum zoom level for MKMapView? Or is there a way to track when user zooms to the level where there's no map image available? …
0
votes
0answers
55 views
Linux: how to “zoom” into a screen aerea à la Mac OS X? [closed]
It seems to me on Mac OS X it is possible to "zoom" (like a photocamera does) into a region of the screen.
It is handy for example to put at full monitor size a video which would …
0
votes
1answer
159 views
MagicZoom and JQuery dialog
Hi,
I am trying to get MagicZoom and MagicThumb to work inside a JQuery dialog. Nothing at all happens when I mouseover the image, clicking on the same image take you to the imag …
2
votes
3answers
894 views
Catch browser’s “zoom” event in JavaScript
Is it possible to detect, using JavaScript, when the user changes the zoom in a page?
I simply want to catch a "zoom" event and respond to it (similar to window.onresize event).
T …
