Questions tagged [resolution-independence]
38 questions
0
votes
0 answers
Bottom Border of Mahapps Metro TextBox not visible when placed in specific Row
I'm developing a resolution independent application in WPF. I am using mahapps metro controls in my application. I have a grid which is divided into rows and columns in * and 4 TextBoxes are occupying specific rows and columns in that grid.
The…

Ketan Dubey
- 430
- 8
- 19
0
votes
1 answer
Native pixels size (how to ignore pixel ratio)
For a simple project which will be deployed to specific devices, I am wondering if it is possible to specify measurements using native pixels, hence ignoring the device dpi (which could be, for instance, overridden by the user in Windows at system…

Nuthinking
- 1,211
- 2
- 13
- 32
0
votes
0 answers
SVG opacity mask resolution and scaling
I'm trying to reduce the download size of transparent PNGs by decomposing them into color and alpha images. This approach works fine, for my customer's images the size is reduced by over 50%.
To recompose the images I'm experimenting with both SVG…

Ziriax
- 1,012
- 10
- 19
0
votes
1 answer
iOS - what resolution for graphics to look good on all devices?
I have an app and want to place a graphics in it. If i make a graphics in high resolution,for example 2048 x 1536 (iPad), is there a way to downscale it properly to other devices with lower res? My goal is to avoid making n versions of graphics for…

Stefano De La Burczymuchito
- 133
- 10
0
votes
0 answers
Responsive Web Design - Resolution Independent
I've been investigating different alternatives for creating responsive web sites/apps and I can't find one that is Resolution Independent for mobile devices.
I'm looking for a layout that looks the same in every mobile device with any given…

Gabriel Matusevich
- 3,835
- 10
- 39
- 58
0
votes
1 answer
WPF how to get the same visual size in different devices
I'm making a WPF program. I'm working on my desktop. I found the real sizes of elements are different when I ran the program on my laptop. I want to make it get the same visual size on my laptop as I saw on my desktop. Each resolution of two devices…

dyong
- 35
- 1
- 7
0
votes
3 answers
Android using drawable folders
Simple question. How does android work with drawable folders if any folders are empty ? Lets say I have images only in folder "drawable-hdpi". When I start application on emulator with higher dpi "drawable-xhdpi" it load images from "drawable-hdpi"…

mira
- 1,056
- 3
- 15
- 32
0
votes
2 answers
DirectX9 indepentent resolution
How can i change the resolution and stretch my entire game to the new resolution? I want my game to have a base resolution, and when I change it to stretch to that new resolution. I saw a few similar questions but all the answers suggested that i…

balauru
- 55
- 1
- 10