Top "Screen-resolution" questions

The number of distinct pixels in each dimension that the screen can display, usually quoted as width × height with the units in pixels.

screen.width and screen.availwidth difference in javascript

What is the difference between screen.width and screen.availwidth in JavaScript? On my system both are the same!

javascript width screen-resolution
Resize display resolution using python with cross platform support

Resize display resolution using a python function. It should be cross platform, ie support for windows, linux and mac (it …

python windows cross-platform desktop-application screen-resolution
Find position of mouse relative to control, rather than screen

I have a Picture Box called BGImage. I hope that when the user clicks on this I can capture the …

vb.net winforms screen-resolution windows-controls
Getting custom DPI percentage in Delphi

Trying to my Delphi 2010 application more user freindly in high DPI modes in Windows 7 I have been trying several methods …

delphi windows-7 screen-resolution
Only use XHDPI drawables in Android app?

If you're planning to support LDPI, MDPI, HPDI, and perhaps XHDPI in the near future, is it ok to only …

android drawable screen-resolution
Which screen resolution should i consider while designing an android application?

I have searched for a while, to know which screen resolution i should consider before starting to design an android …

android screen-resolution
android live wallpaper rescaling

I am learning how to make live wallpapers, but I have a dilemma I'm sure all who start off have …

android screen-resolution live-wallpaper
React native check if tablet or screen in inches

I've established a different render logic for tablets and mobile devices. I was wondering if there is a way to …

android ios react-native tablet screen-resolution
Corona SDK Cross Device Screen Resolution

This is going to be one of those awkward questions looking for an answer that probably doesn't exist, but here …

mobile screen-resolution coronasdk aspect-ratio
Objective C - how to get current screen resolution?

is there any way to get the users screen resolution with objective c? Thanks. Solution: int width = [[NSScreen mainScreen] frame].…

objective-c screen resolution screen-resolution