Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
1k views

How Do I Handle Windows 7's 125% or 150% Magnification (Delphi)

Windows 7 has added on its Control Panel, Appearance and Personalization, Display setting, an ability to Magnify the text and other items by 125% or 150%. When that is done, some of the contents of ...
3
votes
2answers
480 views

How to build a Magnifier in WPF C# 4.0?

I have an image rendered big and need a zoomed section of what's under user cursor. My image is inside a Grid and is defined in XAML this way: <Grid x:Name="RootImgGrid" Background="#FF333333" ...
2
votes
1answer
206 views

How to disable the magnifying glass in UIWebview?

How can I disable the magnifying glass that appears when you hold the touch on a UIWebView? I don't want to to disable user interaction but I don't want the webview to show that zoom glass. Any Ideas? ...
1
vote
1answer
90 views

How to magnify images?

I am working on playing cards related iphone project. I want to magnify images as soon as I roll over my finger on images. For example you can see in the below screenshot. Please help
1
vote
1answer
212 views

Webcam as magnifier

My father has a very poor sight and he needs a magnifier if he wants to read anything. He needs really big zoom, up to 100 times. He wanted to buy a special reader, such as this. But, unfortunately, ...
1
vote
1answer
286 views

How to implement Magnifier

how to implement magnifier tool in cocoa using obj c
1
vote
3answers
3k views

Circular rotating/magnifying menu with jquery

I'm trying to make a menu that contains 5 items/icons with the selected one being in the center. Clicking to the left or right of this centered icon, rotates the menu left or right, wrapping round the ...
0
votes
0answers
21 views

Creating an image magnification inside an instance of UIScrollView

I have an instance of UIScrollView with images inside it. It is possible to scroll the scroll view horizontally, and view more images. I want to magnify the images, according the their distance from ...
0
votes
2answers
27 views

Know of any JQuery slider that also magnifys the current slide?

I'm looking to create a similar effect to the one used in the header bar for this page: http://www.sjlwebdesign.co.uk/portfolio/ Any idea's on a plugin or method that would achieve this effect ...
0
votes
1answer
68 views

How to implement an image scrolling mechanism that has magnification and transparency effects?

I want to implement a component like the one in the images below and I want to learn how it's done, but I couldn't search google to find a similar implementation because I couldn't know how to ...
0
votes
1answer
47 views

Need to find you if the user is using magnified font size 125% or 150% in win 7

Does anyone know if I can check this parameter anywhere?
0
votes
1answer
294 views

Cocos2d magnifying glass

This has already been asked at Add a magnifier in cocos2d games But I didn't quite understand the answer. I am using the same tutorial Let's Spot It is using but I'm not sure where to put madhu's ...
0
votes
2answers
291 views

magnifier in c# .net

I have drawn an image in a panel. When I check a 'Magnify' check box and place mouse cursor over the panel, the rectangle area covering the cursor should be magnified. How can I do it? I searched ...
0
votes
0answers
205 views

cursor magnifier c# .net

I loaded an image on a user control(set using background property). Now I want to implement a cursor magnifier. Where should I start. I want to show a rectangle, inside it, show the magnified part of ...
0
votes
1answer
474 views

AS3 move image as the mouse moves

This probably will be very easy for some, but I am stuck on this. I have a map in a movieclip(mc_map) on stage and a small square which acts as a mask to the really bigger size of the same map. What I ...
0
votes
1answer
143 views

Enlarge flash game through VB

I'm trying to use Visual Basic to enlarge or magnify a flash game. (Just trying to make it take up more of the screen without having to do something like change the computer's resolution.) The only ...
0
votes
2answers
402 views

Apple Dock like (Magnify items near mouse) control in WPF?

Does anyone know of any WPF controls that act like the Apple Dock (something like this). If not how would you go about creating one? A horizontal listbox of images is simple but I can't seem to ...
0
votes
1answer
90 views

Magnification for PDAs and Smartphones using RDesktop

If I've got some Native Windows App (i.e. Delphi) and I'm having a lot of end users running it on things like the Nokia N800 connected to a windows terminal server using RDesktop. Some of the ...