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
2answers
47 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
36 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
39 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
24 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
28 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
95 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 ...
0
votes
0answers
70 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
36 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
198 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
32 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
47 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
31 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
89 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
168 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
84 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
25 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
78 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
31 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
164 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
112 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
64 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
47 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
165 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
108 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
43 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
32 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
73 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
199 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
90 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
vote
1answer
36 views

WPF Resolution Emulation

We have a WPF system in which we are allowing our clients to design a UI interface for their users. One of the main issues we have is that our clients will possibly be designing an interface in one ...
0
votes
0answers
59 views

Android virtual device does not take images from ldpi folder

I have simple application that contains buttons with background image. Applications have folders: drawable-ldpi, drawable-mdpi, drawable-hdpi, layout, layout-small, layout-large When I design ...
0
votes
1answer
101 views

How do I map my phone's screen coordinates to my pc screen?

I finally developed my app where I can control PC mouse with my Android phone. I am using touchscreen to control the mouse. The issue is that the mouse cursor moves only within a certain region ...
0
votes
0answers
71 views

Change PHP content depending on screen res?

I'm try to make a simple site. I want to make that if you have a resolution that is smaller than 481 it will show X, while if your res is bigger, it will show Y. I tried the following: (in the style) ...
5
votes
3answers
357 views

Show Google Adsense code depending on the result of PHP or Javascript IF and ELSE Test

Do you know how to code a PHP script or Javascript that detects the screen size of the user then perform a IF and else test then the result will return a specific display? What I'm trying to ...
0
votes
1answer
97 views

Cocoa Point vs Pixel and PPI

Well, I have basically two questions regarding screen resolution in iOS devices. 1) In iOS documentation, on the Point vs Pixels section, it states the coordinates are passed in to framework as ...
0
votes
1answer
46 views

Blackberry app for different blackberry devices

First of all, I'm not a Blackberry user. I have made a blackberry application for 7.0+ OS Versions. From the start I tested the app on Blackberry 9900 Bold Simulator and same device (Same device ...
0
votes
0answers
92 views

Javascript/JQuery, determine the pixels per inch

I found the width and height of the screen with the following commands window.screen.width window.screen.height I tried to find out the physical diagonal in inch with the following commands var ...
0
votes
1answer
37 views

Shouldn't adapting the scree size of a fluid layout in the desktop show how the site should look for mobile?

I'm a little bit confused about how fluid layouts, screen resolutions and how twitter bootstrap itself works. I'm in the early ages of the the site mocking. So what I have done so far looks ...
2
votes
1answer
276 views

Create Android Live Wallpaper for any resolution

I'm a new Android developer , and I am creating android Live Wallpaper as the first project ,how can I support multi resolution? I don't know whether I should scale images by code or change them ...
0
votes
2answers
52 views

Photos in server for all android full screen

I want to upload photos on my server so the android user can download them and see them in his device. The problem is in which resolution do I have to upload them in order to be shown well on every ...
0
votes
0answers
73 views

Eclipse emulator doesn't run with high resolution 2080x1536

I am trying to run an emulator with Eclipse with 2080x1536 resolution. I set the ram size to 500-1024MB but it just want to start. I only get the black screen. Any ideas? Thanks.
1
vote
2answers
203 views

SDL - Get native Screen Resolution

My code: window.cpp Window::Window(int w, int h, const char *title, const char *icon) { height = h; width = w; if(SDL_Init( SDL_INIT_EVERYTHING ) == 0) { ...
0
votes
0answers
38 views

Screen Resolution issue in Swing

I have created desktop application using swing.For designing forms I have used null layout.How can I fix resolution problem with null layout.I can not change the layout as most of the designing is ...
0
votes
2answers
59 views

how to get the browser's screen resolution in the server end?

how to get the screen resolution of a device in nodejs? i have read that using this <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> we can get the screen ...
0
votes
1answer
77 views

How to create layouts properly (Android)

i´m pretty new to android development and creating different layouts for each resolution wasn´t really that easy for me. So, I was able to optimize my app for most devices (in eclipse), but i´m ...
0
votes
1answer
36 views

Testing low resolution on a high-res monitor

I do all of my app development (i.e. HTML/CSS in this case) on high-resolution devices--a macbook retina display, and/or a retina-ready 21" mac monitor. However, one of our 2 products is actually ...
0
votes
0answers
11 views

Conventional screen px width standard for HTML/CSS

Is there a conventional screen width that is considered to be the maximum, i.e. triggers a horizontal scroll bar when exceeded? E.g. my laptop display resolution is 1600x900 so when I set the main ...
0
votes
2answers
79 views

How do I create different layouts for 4“ and 10” displays at same resolution?

According to this Android document, Supporting Multiple Screens, it seems that an image displayed by a 4" screen at 320ppi will also be utilized by a 10" at 300ppi, however, the layout displayed by ...
3
votes
1answer
140 views

Window form standard form size

I am using VS 2008, I have done some form designing, but I have a problem with a form not set in a proper manner. Only half a form is displayed on the screen. My screen resolution is 1280*800 and I ...
1
vote
1answer
217 views

Nexus 10 hi-res resources

I'm testing my app on the nexus 10 and I'm wondering how to provide background resources for the same. To elaborate, the problem is that the Nexus 10 sports a 2560x1600 resolution but falls in the ...

1 2 3 4 5 10