Tagged Questions
A screen on a device, such as an iPhone or other smartphone. For questions about gnu-screen (the terminal application for managing multiple windows), use the "gnu-screen" tag.
199
votes
47answers
56k views
White (Light) vs. Black (Dark) Backgrounds: Health Effects [closed]
I am adding a bounty to this question, hoping for some scientific research results. Thank you everybody!
I have recently tried working on dark backgrounds, and it seemed (to me) to be easier on the ...
36
votes
2answers
3k views
Determine device screen category (small, normal, large, xlarge) using code
Is there a way to determine current device category ?
Not the density, but the screen type.
Thx
31
votes
2answers
823 views
Cocoa drawing on different screens loses performance
I have a document-based app, where each document has one window with an NSScrollView that does some (fairly continuous) drawing using only Cocoa.
To call the drawing, I am using a CVDisplayLink, ...
26
votes
3answers
18k views
prevent screen rotation android
I have one of my activities which I would like to prevent from rotating because I'm starting an AsyncTask, and screen rotation makes it restart. So is there any way to tell this activity "DO NOT ...
26
votes
4answers
59k views
Jquery Change Height based on Browser Size/Resize
I was wondering if there was a way to determine the height/width of a browser.
What i'm trying to do is set a height on a div to 500px when the browser size is 1024x768, and for anything lower i'd ...
17
votes
8answers
9k views
12
votes
2answers
2k views
Do I need 14 different layouts to support all Android devices?
I'm really feeling confused. From the docs at developer.android.com, it seems in order to keep my images scaled correctly (aspect ratio too) across all current Android devices I need all these ...
10
votes
4answers
1k views
Brightness Screen Filter
Does anyone have an idea how to implement an Brightness Screen Filter like the one here:
http://www.appbrain.com/app/screen-filter/com.haxor
I need a starting point and I can't figure out how to do ...
10
votes
6answers
14k views
How to capture the android device screen content?
How to capture the android device screen content and make an image file using the snapshot data?which api I should use or where to find related resource? thanks in advance!
BTW:
not camera ...
9
votes
6answers
1k views
How do I determine which monitor my .NET Windows Forms program is running on?
I have a C# Windows application that I want to ensure will show up on a second monitor if the user moves it to one. I need to save the main form's size, location and window state - which I've already ...
8
votes
1answer
265 views
Does Android lower the download rate when the screen turns off?
I observed that I can download a file faster if I use wget with the screen on application,
that acquires a screen dim wake lock than doing the same without this application and
having the screen ...
8
votes
1answer
2k views
How to create a slider screen (As in Tweetdeck) in Android?
We want to create a screen which should have different list views and the user can slide (Left or right) to view another list view (just like in TweetDeck and in home screen on some Android OS ...
8
votes
4answers
46k views
jQuery Screen Resolution Height Adjustment
In order to better balance out a page I am working on I would like to find a way to increase the top margin of a DIV depending on the screen resolution. What is my best way to set these dimensions ...
8
votes
10answers
7k views
How to take a screen shot of a web page?
I want to add a button to one of our web sites that will allow the user to file a bug with our bug tracking system.
One of the feature requests is that a screen cap of the page in question be sent ...
7
votes
3answers
165 views
Git push fails within GNU screen
I can push just fine to my GitHub repo from my VPS, but once I enter a screen, I get permission denied:
littke@[server]:~/src/[repo]$ git push
Pushing to git@github.com:littke/[repo].git
Permission ...
7
votes
5answers
437 views
What is the iPhone screen resolution?
I know this has been asked but I'm still confounded.
I'm trying to build a dead-simple page for the iPhone: logo at the top, phone number, address, and a BG that takes up the entire screen ...
7
votes
5answers
4k views
How do I get Monitor resolution in Python?
What is the simplest way to get monitor resolution (Preferably in a tuple)?
7
votes
1answer
3k views
c# How to get the events when the screen/display goes to power OFF or ON?
Hi I have been searching but I can't find the answer. How do I know when the screen is going off or on. Not the SystemEvents.PowerModeChanged .
I dont know how to retrieve the display/screen EVENTS
...
7
votes
4answers
8k views
C#: Get complete desktop size?
How do I find out the size of the entire desktop? Not the "working area" and not the "screen resolution", both of which refer to only one screen. I want to find out the total width and height of the ...
7
votes
6answers
665 views
Preventing Screen burn
I've written a helpdesk monitor application that is designed to sit on a big plasma screen in a support department, the application has 5 views that it revolves around, the content of most of those ...
6
votes
1answer
5k views
How to get the screen width and height in iOS?
How can one get the dimensions of the screen in iOS?
Currently, I use:
lCurrentWidth = self.view.frame.size.width;
lCurrentHeight = self.view.frame.size.height;
in viewWillAppear: and ...
6
votes
2answers
821 views
How to Change size of split screen emacs windows?
So I have emacs split horizontally - on top I'm editting Perl code, the bottom is the shell. By default emacs makes the two windows equal in size, but I'd like the shell buffer smaller (maybe half the ...
6
votes
3answers
6k views
Force “portrait” orientation mode
I'm trying to force the "portrait" mode for my application because I my application is absolutely not designed for the "landscape" mode.
After reading some forums, I added this line in my manifest ...
6
votes
1answer
2k views
Difference between Wakelock and FLAG_KEEP_SCREEN_ON?
Keeping the screen awake can be accomplished by using a wakelock by
mWakeLock = mPowerManager.newWakeLock(PowerManager.SCREEN_BRIGHT_WAKE_LOCK,
getClass().getName());
Or by adding ...
6
votes
3answers
6k views
How to get the size of the current screen in wpf
I know I can get the size of the primary screen by using
System.Windows.SystemParameters.PrimaryScreenWidth;
System.Windows.SystemParameters.PrimaryScreenHeight;
But how do I get the size of the ...
6
votes
4answers
2k views
C# Determining if a form is completely off screen
I am developing an application that remembers the user's preferences as to where the form was last located on screen. In some instances the user will have it on a secondary screen, and then fire the ...
6
votes
5answers
5k views
How to target the Blackberry browser?
I am using the following to target iphones, and handheld devices to use specific mobile styles sheets but the Blackberry browers is picking up only the regular screen style sheets.
<link ...
5
votes
1answer
96 views
Cant get gradient backgrounds to look good?
I've tried everything, and searched the whole web, but still, nothing works.
Here is the background my designer designed:
And here how it looks on my screen (Galaxy S I9000):
I've tried to enable ...
5
votes
3answers
147 views
How does a computer draw the screen?
How does a computer draw anything to the screen at the lowest level (nothing about external libraries like X11)? Are there supposed to be assembly commands that do this? How exactly does the CPU ...
5
votes
5answers
2k views
Screen orientation lock
Is there a reliable way to lock screen orientation on all Android devices? The code below works for my Nexus S and other phones, but for some reason ROTATION_90 corresponds to ...
5
votes
3answers
2k views
Correct method for setKeepScreenOn / FLAG_KEEP_SCREEN_ON
I am using the method setKeepScreenOn(true) and haven't been able to figure out how to call this in relation to the current Activity (which has a content view set). I've been able to get it to work ...
5
votes
5answers
203 views
Navigate to previous Activity
I have two screens, in second screen i have one back button that shows the first screen(using intent). if i click that back button from second screen i navigated to first screen no probs in that.. now ...
5
votes
3answers
533 views
How to write an localized on-screen-keyboard
I have to write an on screen keyboard for our companys program, which is mostly used on industrie PCs with touch capability.
We can't use the windows default keyboard because we don't need all keys ...
5
votes
2answers
595 views
Mechanize for Python 3.x
is there any way how to use Mechanize with Python 3.x?
Or is there any substitute which works in Python 3.x?
I've been searching for hours, but I didn't find anything :(
I'm looking for way how to ...
5
votes
2answers
5k views
Set background image according to screen resolution
I would like to be able to change my webpage background image according to the screen resolution the user uses so:
if screen resolution is greater than or equal to 1200*600 then background = ...
5
votes
2answers
518 views
Silverlight screen resolution
I want to figure out a way in my silverlight application to set the PageSize on my DataPager based on the maximized size of the window so that the scrollbars do not show when maximized. Any ideas?
5
votes
2answers
450 views
How to make a swing app aware of screen size change?
while my swing app is running I change the size of the screen (e.g. from 1024x768 to 800x600).
Is there any event I can listen to to be notified about this?
Alternatively I could check the screen ...
5
votes
5answers
3k views
How to get screen size on Windows Phone 7 Series?
How do I programatically get the screen resolution on WP7? Here are a bunch of links that get the same job done in desktop WPF and Silverlight, but none of them are in the Phone SDK.
Any ideas?
...
5
votes
1answer
3k views
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].size.width;
int height = [[NSScreen mainScreen] frame].size.height;
...
5
votes
5answers
3k views
iPhone app running while screen locked
Here is something I am trying desperately to get to work:
I have an app that polls the GPS module in specified intervals and then sends out coords out to a server using Unix calls such as write(); It ...
5
votes
2answers
2k views
How to Write a Screen Recorder in .NET?
Is there a way to make a screen recorder in C#? If so, does anybody know of any tutorials I could use or any information on the subject?
5
votes
4answers
5k views
Xrandr errors. BadName (named color or font does not exist)
I've been looking and googling a lot, but I didn't find a solution to this problem.
I was successfully using xrandr to extend my desktop in my work place with this little "script".
#!/bin/sh
xrandr ...
5
votes
4answers
1k views
Best tool to develop screen mocks
I'm starting a new project and would like to develop some screen mocks to show to users before I'm actually designing my screens. What (hopefully free) tool would you recommend to use for this?
...
5
votes
2answers
1k views
The fastest possible way to catch the screen? Any Language
I need to take print-screens of a Windows application very very fast to make a video out of it... I have been using C# all the way, but I'm open to any language in which this process may be faster.
I ...
5
votes
1answer
8k views
How to show an text editing box “over” the screen
I have an application that has a primary layout of portrait (it is fixed as portrait), and there is one place to type in text. I would like to launch like a popup window in landscape orientation with ...
4
votes
1answer
78 views
Exclude xLarge screen for android 2.1 SDK version
I created an application that will release to the market. The minimum SDK version for that application is 7 while target SDK is 8. But when I uploaded it, the application is also supporting xLarge ...
4
votes
5answers
166 views
How to detect in jquery if screen resolution changes?
How can I make it so that each time when user changes the screen resolution size [not the browser window], the page perform a function?
4
votes
3answers
239 views
How to control screen processes using python
I'm trying to piece together some Python code to control UNIX screen processes (/usr/bin/screen) as part of a script to ease on-server deployment. Are there any libraries or modules that could ...
4
votes
2answers
54 views
Android, IOS force pressing on the screen
Is there any way to measure the force (weight) clicking on the screen in Android or IOS ?
4
votes
3answers
196 views