Questions tagged [magnify]

59 questions
14
votes
5 answers

In iOS7 Text Magnifier isn't working app wide

I have a came across a rather annoying bug in one of my apps. In iOS7 when I hold down on a UITextView or UITextField to bring up the Magnifying Glass, nothing shows up in the magnified area. This problem is app wide and the only element that ever…
piltdownman7
  • 221
  • 2
  • 6
6
votes
4 answers

Why do I see pixels when zooming WPF application in Windows?

I have developed a GUI for a random application using WPF. I have a bunch of out of box WPF controls laid on the application window. I haven't customized anything, didn't use bitmaps, etc. When running my application and zooming using Magnifier…
Boris
  • 9,986
  • 34
  • 110
  • 147
6
votes
1 answer

Magnifying glass that follows cursor for canvas

I'm working on a t-shirt designer for a client of mine and I made it using html5 canvas. The shirt designer is now finished but he requested I add a magnifying glass (something like this: http://mlens.musings.it/). I've found a lot of similar…
user577732
  • 3,956
  • 11
  • 55
  • 76
5
votes
3 answers

Change UISearchBar magnify icon color and position

I have a UISearchBar and I would like to change the position of the initial magnify icon (the one that appears in the middle of the UISearchBar) as well as the color or icon. So far I changed the tint and the icon image. However, the new icon shows…
daydr3am3r
  • 920
  • 4
  • 12
  • 31
4
votes
6 answers

Magnify.exe command line args

Does anyone know if there is any command line args that i could pass to the windows magnifier (magnify.exe) so it would open using the Lens view. Or maybe some other way, I tried opening and sending a keyboard input using the shortcut to change the…
Daniel Barros
  • 91
  • 1
  • 5
3
votes
2 answers

How to magnify touch point of bitmap in android?

I'm trying to implement magnifier in my android application. On touching a bitmap it should be zoomed to some ratio and showed aside.I'm not getting the exact bitmap region where i touched on bitmap.Can anyone give me a solution.This is my…
2
votes
1 answer

jQuery Enlarge on mouse over

I'm trying to mimic a similar effect to how when you scroll across the OSX icon dock it enlarges the images, I've got this markup.
2
votes
1 answer

Magnification of items during scrolling in Xamarin.Forms

We need to implement a horizontal scroll control in Xamarin.Forms, that would not just allow scrolling through items via swipe, but would magnify elements in the row as they approach a center of the scroll control. The design of the layout desired…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
2
votes
1 answer

How to bring canvas on top of other views

I am using magnifier view for my application which is a library I got from here : https://github.com/nomanr/android-image-magnifier I have modified this class to extend FrameLayout (It was ImageView before) to work on my FrameLayout. It's working…
Prashant
  • 1,593
  • 1
  • 17
  • 32
2
votes
1 answer

Creating Magnifying Glass on website for text

I'm trying to find a HMTL code to create a magnifying glass that will magnify text on a website however I can only find codes for images. Could anyone help me out please? I'm not very code literate i'm afraid!
2
votes
4 answers

Does anyone know of a jQuery magnification plugin for embedded pdf objects?

So far all the zoom of magnifying plugins I have found are for images and I need something that will work when hovered over an embedded object tag .pdf file. Any ideas?
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180
2
votes
0 answers

Show zoomed view of bitmap on canvas at fix position similiar to magnifying glass

Hie, I have a canvas with bitmap image on it.Now i want to zoom touched portion and display it at fix position on canvas.Just how the magnifying glass works.Till now i am able to display zoomed view of touched portion on bitmap but the problem is it…
Iram Bukhari
  • 487
  • 1
  • 5
  • 15
1
vote
0 answers

How to remap graphics card color palette to negative colors

I want to set my windows color scheme to negative colors. I tried to use Magnify tool which can be used to make negative colors scheme. But this program generates some lag. It is especially visible when moving mouse. I am now searching for new way…
userx01233433
  • 366
  • 1
  • 4
  • 13
1
vote
0 answers

Problem with my magnifying glass in Django

I'm trying to build a magnifying glass for my webpage in Django. I'm using a library called AnythingZoomer to magnify text: https://css-tricks.github.io/AnythingZoomer/text.html. The problem is that after adding the Scripts and the CSS that the give…
eneko valero
  • 457
  • 3
  • 14
1
vote
1 answer

jQuery Javascript image magnifier

I'm looking for a jquery or javascript image magnifier on hover that does not require two images ( large and small ) to work. I've searched for hours and haven't found any that work the way they are said to. iZoom, jQZoom, tjpZoom, Image…
sadmicrowave
  • 39,964
  • 34
  • 108
  • 180
1
2 3 4