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

learn more… | top users | synonyms

0
votes
0answers
6 views

Screen resolution independently on physical monitor capacities

I asked same question on MSDN forum but don't luck... This is my original post: ...
0
votes
1answer
22 views

floor plan scanned image to screen pixels adjustment

I am trying to develop a windows form based application in c#. The form has an image control and it has a scanned image of a floor plan. I get the x and y coordinates from the user of the real floor ...
0
votes
0answers
19 views

Why does the apparent resolution change when the application(wpf,opengl) enters fullscreen mode?

I am writing an application meant to be used in fullscreen mode. The problem is that the resolution seem to change whenever the application enters fullscreen. It is very important that the application ...
0
votes
1answer
17 views

browser window width resizing with jquery

browser window width resizing with jquery. my website have container of 1080px width that contains content for website. but when site is accessed through screen with less window with than 1080, the ...
0
votes
0answers
16 views

custom view with objects on screens with different screensize and pixel density

I would like to draw a circle in my custom view and it should appear nearly the same size on any screenresolution and density. for example if I would draw the circle with a radius of 50 pixel, then ...
1
vote
0answers
35 views

Windows Forms: Resolution Issue

I am C++ programmer, and I am working on a migration project where I need to convert C++ code to C# and I have little knowledge on C#. Also, Clients want the application in .net 2.0 Issue: When the ...
1
vote
3answers
57 views

how to get screen width through php?

Hi i know that php is server side thing... but i want know how to get user screen width through php. i search on the net, they says i have to use javascript and php together. but i don't how to make ...
1
vote
1answer
36 views

I Want to detect Screen Resolution

I have an android application with a country map divided into Districts... and in the database.xml file i put the XY coordinates positions for each District in the map... But, when I run the ...
1
vote
4answers
42 views

Is there a point having res/drawable-ldpi in android?

I'm trying to understand http://developer.android.com/guide/topics/resources/providing-resources.html#AlternativeResources and I wonder if there's a point having both drawable and drawable-ldpi? The ...
2
votes
2answers
110 views

How to implement responsive web design and its best practices

I have a website which uses pixel to render the pages. But when i view the website in different devices having different screen resolution the whole page will not fit into screen and if i use ...
0
votes
0answers
18 views

what's the best way to determine css pixel ratio for screen sizes, if it isn't listed?

what's the best way to determine css pixel ratio for screen sizes, if it isn't listed? Perhaps, you have these data: width = 480px, height = 800px, physical size = 4.3, ppi = 217. Is this obvious that ...
0
votes
0answers
27 views

How to detect tap on the specified region on the android phone's screen(different screen sizes)

I would like to create simple "find the difference" game. The problem is detecting the tap on the specified place of the screen. For example on the 480px width screen the "success tap" will be at x = ...
1
vote
2answers
46 views

Multiple XHDPI Device Resolution

I need to handle multiple XHDPI devices resolution. As far as i came to know, there are following Dimensions that are falling in XHDPI Range : 1184x768 1280x720 1280x800 1224x720 as they all ...
0
votes
0answers
41 views

How to get scrollview to work on 600x1024 screen?

My app is aimed at small-screen mobile phones and for initial release, I just want to upscale the graphics for higher resolution screens. This works fine until I tried any Android device set to ...
0
votes
1answer
37 views

Why doesn't 480px image fit on 1280px android

I am using jquery mobile, but I am using standard <img> for the image. The image is 480x200. I view the site on 1280x720 mobile phone: portrait ... the image does not fit, landscape ... fits ...
0
votes
1answer
32 views

How to check screen resolution inside Fragment?

I tried this code in Fragment to get the window size : DisplayMetrics metrics = new DisplayMetrics(); getActivity().getWindowManager().getDefaultDisplay() .getMetrics(metrics); ...
0
votes
0answers
29 views

Is there any way of changing text size from screen resolution?

Hi there instead of making a layout for small , normal , large , x-large tablets/phones I have decided to make just one layout made for any kind of android device here is some of my code ...
-4
votes
1answer
50 views

what is difference between photoshop “PX” and android “DP” [duplicate]

I am confused difference between photoshop "PX" and android "DP" ?how to sync between these values.?
-1
votes
1answer
111 views

Android Application Designing in photoshop for all devices

I am new to android application UI designs.Actually i want to know how to start application design for android in Photoshop?how to manage the screen resolution?.Please advice for design in ...
7
votes
7answers
279 views

give dynamic font size according to device densities

I want to use different different font sizes depending on the device resolution (320×480, 480×800, 720×1280, …). which is best way to solved this problem.
0
votes
1answer
35 views

UI problems when changing the screen-resolution

I'm new to Qt and am having problem when I change the resolution of my application. I'm working with embedded application, using DirectFB. My UI was designed for 1280x720, where it works fine! At ...
0
votes
2answers
58 views

What resolutions should I code for? [closed]

I need a list of desktop and mobile resolutions that I should code for. I am making a page with no-scroll and overflow: hidden; So I need to adjust the page for each desktop resolution and mobile ...
0
votes
1answer
46 views

Supporting multiple screens in Android for numerous activities and resources

I have around 10 activities in an app and around more than hundred images. Now need to provide support for multiple screens of diff sizes and densities. If I need to create for small,large and xlarge ...
0
votes
0answers
98 views

cocos2d-x muliresolution exact fit

I've been trying to solve this for hours now, please help. I'm trying to make my app support multiresolution on IOS wih cocos2d-x (ipad, ipad retina, iphone 3.5, 4.0 inch), it works well for iPhone ...
0
votes
0answers
32 views

Flex desktop application with screen resolution

I have scroll-bar display problem in flex desktop application if screen resolution changed. If resolution height is greater than "768" the scroll bar was not displayed and some components gets hide on ...
0
votes
1answer
51 views

Grab the users screen-size/browser resolution

How would I be able to grab the users screen-size or browser resolution (width only) when viewing my webpage, preferably with javaScript/jQuery or PHP and output the results?
1
vote
1answer
359 views

Get screen resolutions in a C# class (no forms/wpf/aps.net/…)

I don't know the .NET framework (4.5) well enough, so here's a question I can't find an answer to. How do I get the screen resolution of the primary screen when not working with windows forms or any ...
1
vote
0answers
141 views

supporting multiple Android device screen resolutions, using native 1080 x 1920 to scale down

This is a problem of supporting multiple Android device screen resolutions. The App is fixed in portrait orientation and there are three parts of the App, A top bar (fixed height, say 100px at ...
0
votes
0answers
60 views

Resizeable webpage layout depending on screen resolution and browser size

I have a template and it looks good on maximized browser but when I resize it to smaller window, the layout is destroyed. When my mentor checked my work, it was not in the full screen since his ...
0
votes
1answer
748 views

Image stops scaling with bootstrap-responsive.css at the smallest level

I'm making my first website using Twitter Bootstrap, and am trying to understand why the logo image on my page stops scaling and jumps in size once the screen size reaches a small enough size. The ...
1
vote
1answer
45 views

Is it possible to display a WPF Control in real-world, device-independent units? Milimeters, for example?

I am designing a product emulator in WPF. Our company sells a handheld electronic medical device, and we'd like to experiment with user interaction with a "virtual", skinned (sort of) GUI to represent ...
0
votes
1answer
57 views

How to prepare android screen independent graphic - specific sollution

Simple question - is it possible to use common hdpi folder for all screen densities ? I have quite a lot images. If I make specific copies to folders drawable-hdpi, drawable-ldpi, drawable-xhdpi, ... ...
1
vote
1answer
64 views

How to make icons and images for Andorid app?

I think this might be something not a trouble for iPhone app since the screen size are sort of same. But android has so many devices with different screen size. How do the images fit well for ...
0
votes
2answers
141 views

CSS Media Query to target 1080 phones?

I'm looking for the correct CSS media query to target all phones (not tablets and larger) including 1080 phones such as the Sony Xperia Z. Right now I'm using: <link href='style/mobile.css' ...
6
votes
2answers
352 views

MATLAB: Automatic resizing of GUI components/fonts

I am having problems in trying to make my MATLAB GUIs automatically resizeable. After exhaustively searching the web for help and lots of testing, I could not find out a solution. I have been ...
1
vote
2answers
201 views

Auto-Resize Form and Contents in Ms-Access

Background: I am creating an application in Ms-Access that is to be launched on a multi-user platform - This means many screens and many different resolutions etc. Question: Is it possible to have ...
0
votes
0answers
35 views

Android decrease size of graphic in application

I use bitmaps in application and work with .bmp or .png formats. I try to comply with standards from developer android page - Supporting Different Densities But if I use bitmaps on background and ...
-4
votes
1answer
102 views

Change Screen Resolution of Secondary Monitor in C++

I was wondering if someone could help me change the screen resolution of the secondary monitor using C++ on Windows 7. I understand this is not much information so if you need more just comment and ...
0
votes
0answers
38 views

Determining Screen Resolution for Winlogon desktop

Quick question. I have a Service running on Vista / Windows 7 under LOCALSYSTEM. I have a need to determine the screen resolution (HxW) of the Winlogon desktop from within my service. ...
0
votes
0answers
273 views

How should i set up the offset change in android live wallpaper (screen Scroll)

i am new to this, and this is my first android project and i cant seem to find out how to make the Bitmap work for me. i really need this code i dont know how to set the the offset change i need some ...
0
votes
2answers
151 views

How to overcome window width error in jquery due to vertical scrollbar

In my layout I have two container right div and left div. CSS: #left {float:left;position:relative;width:300px;height:100%} #right ...
1
vote
1answer
77 views

Drawable assets blown up on HTC DNA

I ran my app on the htc dna. I observed that my icons in the action bar are HUGE and don't even fit on it. I had 3 buckets for my drawables : mdpi, hdpi, xhdpi. I tried creating a xxhdpi bucket and ...
0
votes
1answer
59 views

Android - is there a way to get statically screen-resolution in pixel?

I tried with Resources.getSystem().getDisplayMetrics().widthPixels and Resources.getSystem().getDisplayMetrics().heightPixels but when my app goes in standby for a long time, at restart the two ...
1
vote
3answers
372 views

How to change screen resolution programmatically [duplicate]

When my application is loaded system screen resolution needed to change to 1024 * 768. When its closed, it change to the original screen solution. How to achive this?. Any feasible solution is ...
0
votes
1answer
133 views

HTML, CSS : Why does my layout mess up on different resolutions?

I am trying to make a portfolio kind of thing with HTML and CSS and my layout looks really good on my resolution of 1920 * 1080 but when i change the resolution everything moves around and everything ...
0
votes
1answer
50 views

How can I make my site fit iPhone's screens?

My site (linearedge.com) doesn't fit iphone's screens. I've tried with a lot of different combinations of viewport meta properties and nothing has worked. Any suggestions? Thanks!
0
votes
1answer
43 views

Screen Resolution is reduced and cannot be reverted

I have a laptop(Sony Vaio VPCSA9e) (OS: Windows 7) and a monitor (LG W1945S). I used to connect the monitor to my laptop in 1440X900 screen resolution without any problem. (I connect it via VGA ...
0
votes
1answer
93 views

Android Screen Ratios

I'm using OpenGL ES 2.0 on Android and I and I initialise my display like so: float ratio = (float) width / height; Matrix.orthoM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7); //Using Orthographic as ...
0
votes
2answers
393 views

Change CSS Class height and width in javascript depending on screen res

I want the size of a div class 'content' to change depending on the size of the users' screen resolution. So far Ive written this javascript function resize() { if ((screen.width>1024)) { ...
0
votes
0answers
137 views

Batch or VBScript to check if Windows resolution is widescreen

I'm trying to find/write a script (existing script is a batch file, although if VBS I could always call it within batch file) that can detect if the current screen resolution is a widescreen format, ...

1 2 3 4 5 10