Questions tagged [magnification]
73 questions
1
vote
0 answers
Min-width media query breaking in Safari when browser-magnification not 100%
#container contains two divs: #left and #right. Both of their background colors are determined by window width: when the window is greater than 50ems wide, their backgrounds are red; when the window is less than 50ems wide, green.
However, this…

user3799722
- 11
- 3
1
vote
2 answers
OSX Yosemite Dock magnification disabled
I am running latest Yosemite 10.10.4 on latest MacMini model. Somehow the magnification is enabled BUT the checkbox is not editable so I cannot turn it OFF or change the size. I am a Mac user for MANY years and have never seen this. How to change…

maziman84
- 11
- 2
1
vote
0 answers
window placement and ease of access magnification
I am trying to implement what is in effect a modal popup in WPF.
I have done this with a transparent window and ShowDialog(). The window can be triggered by any one of several hundred controls in a matrix (dm in the example below). dm[r,c].tb is in…

Blind Fury
- 469
- 3
- 15
1
vote
0 answers
1
vote
3 answers
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 edges and moving whichever item was closest to…

Zoom
- 13
- 1
- 3
1
vote
1 answer
Cocos2D magnification - making the code dynamic and using an image
I have found the following code and I need help with editing it. I am not really familiar with texture rendering.
First of all, init method takes a rect and magnifies only that area? How can I make it more dynamic and magnify only whatever is…

user1526474
- 925
- 13
- 26
1
vote
1 answer
How to tell Apple that my Cocoa app is not ready for high resolution?
Apple says that either user or OS X may decide to launch a Cocoa app in magnified mode instead of framework-scaled mode:
All apps that are not Cocoa apps run in magnified mode. However, a Cocoa app can also run in magnified mode if:
The user sets…

Dmitry Isaev
- 3,888
- 2
- 37
- 49
0
votes
1 answer
Image Magnifiers and Clickable Content
I'm currently using an application that generates large images for organizational maps, unfortunately the content is quite small due to the volume of data being output. I would like to find a way that allows the user to view segments of the map in…

The Jolly Llama
- 25
- 3
0
votes
1 answer
How to 2x screen pixels so each pixel is represented as 4 pixels in a square?
I don't know where to ask this question.
Is it possible to 2x or 4x pixels on the screen similar to how magnifying programs do, but they blur the pixels. I want sharp square pixels. Emulators for old games can do this easily. Is there a way to do…

Scrampus
- 461
- 3
- 7
0
votes
0 answers
Trying to both magnify and track coordinates in React project
I have the following React files. Right now, when the user hovers their mouse over the jpg, it magnifies the image in a div just to the right of the jpg, which is what I want. However, I also want to track the (x, y) pixel coordinates based on where…

ZapRowsdower
- 140
- 8
0
votes
1 answer
Is it possible to optimize this formula?
The given formula arranges the contents of the container according to the mouse movement.. the problem was in the size of the image, and in the fact that approaching along the x and y axes from different sides, the arrangement was calculated…

Nikita Štšigorjev
- 35
- 1
- 7
0
votes
2 answers
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 easily?
Edit: When i say similar, I would like to have…

Jai
- 2,096
- 5
- 25
- 37
0
votes
1 answer
Is there a way to detect magnification accessibility feature from all shortcuts on android?
We know that we can detect magnification from triple-tap gesture by
Settings.Secure.getInt( getAppContext()?.getContentResolver(), "accessibility_display_magnification_enabled",0)
But can we detect it from navBar shortcut and other shortcuts…
0
votes
2 answers
Use Magnification API to capture sub screen failed on Windows10
Magnification API can work well when used to capture primary screen, but when i use it to capture sub screen,after MagSetWindowSource() called, MagSetImageScalingCallback() not triggerd.
I checked the window position is set correctly, in my computer…

Grey
- 5
- 3
0
votes
0 answers
How to enlarge a part of the figure and insert it on top of the same plot?
I would like to zoom a portion of data/image and plot it on top of the same figure.
I want to zoom in the shape all over the x-axis and from -3 to 15 in the y-axis.
And put the zoomed one on the top of original figure, with connect them to describe…

Fadil
- 41
- 5