zoom

Framework for scalable (size) GUI (swing,flash,air,..) ?

Is anyone aware of scalable GUI for the desktop (or browser) ? Imagine you layout a huge gui that is too big for one regular screen, but you could zoom out see the complete gui (and even could press buttons etc.) or zoom into the area of your interest. Similar to browser on a mobile phone, zoom out and you cant read the text, but you st...

how to drag and zoom big movieclips on flash? (like googlemaps - withouth the +- buttons)

that's about it. I want a big movieclip or image to be dragable around the screen like a map. i'm very new to actionscript so please be descriptive. thank you in advance ...

Zoom/scroll to cursor

I have a problem when zooming in/out of an image within a scrollviewer. When i use the zoom-in button i use a double animation for the image width/height to 1.25 of its original size each time the button is clicked. The same goes for the zoom-out button which sets the scale factor to 0.75. So far so good. The problem is that based on wh...

jQuery image zoom with slider

Does anybody know of a jQuery plugin that can do something like this: http://www.endclothing.co.uk/catalog/product/view/id/5599/s/nike-leather-blazer-vintage-pre-order/category/4/ Im at a dead end. Thanks, A. ...

Issue uploading images for deep zoom

I have created a WPF application that basically converts a file from tiff/pdf to png and then dynamically splits the image into tiles then uploads them to the db. I am running into a problem where the 2nd level of tiles upload as black images...anybody see this before and maybe have an idea of what's going on? can post code if needed.....

Turn off Zooming in UIScrollView

Does anyone know a way to temporarily turn off zooming when using a UIScrollView? I see that you can disable scrolling using the following: self.scrollView.scrollEnabled = false; but I'm not seeing a similar command for zooming. Any thoughts? ...

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 is also to be selected when tapped on it, up till now all works fine. There are three views each having more than one shapes drawn as above. All these views ar...

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? ...

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 somewhere the gesture is getting converted to mouse wheels. The only problem is that the zooming is really slow - is there a way to configure this behavior? ...

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 user having to do it (because users will not do it and see the small layout). Same question was posted by someone http://stackoverflow.com/questions/826708/set...

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 achieve is zooming to the center point of the control not the top left corner. Is anybody having experience/idea on this? thanks. ...

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 (a UI like zoomify, or like a map viewer), and allow the user to click on the image and add a marker. The marker should return the pixel x/y coordinates of the ...

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 level (the area I want to display is a city). Now is it possible to "lock" that new default view somehow? That is, the user should be able to zoom in/out and pan ...

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 the suggested solution FF stores page zoom level for future. So on first page load would I be able to get zoom level? Somewhere I read it works if you're changi...

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 sized image, clicking will display a "zoomed" image. 2) When viewing the zoomed image, clicking will display the "normal" image. Great stuff. Now I want to appl...

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 Design surface and reload with Zoomed content. Identify the affected properties and set them to Zoomed values of properties. Problem: In approach 1, Unload and...

Change mouse scroll to not zoom in Expression Blend?

Is there a way to change the mouse wheel behavour in Expression Blend? I want it to scroll instead of zoom. ...

is there an existing deepzoom equivalent for winforms ?

hello, I'm looking for a winform control that permit to zoom in a picture. It has to be really fast ! I'm using .NET framework 3.5 Thanks for all propositions Sam ...

how to get size of DIV at 100% zoom?

If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom? EDIT:: I asked another similar question here, which was unanswered. ...

Getting the visible rect of a zoomed UIImage on the screen

I have a UIImageView inside a UIScrollView. The UIImageView contains a UIViewContentModeScaleAspectFit content mode. I've also set the content size of the UIScrollview to the frame size (width, height) of my UIImageView and implemented a UIScrollview delegate method (viewForZoomingInScrollView:) to enable the zooming feature of my app. ...