Questions tagged [screens]

Screen is a display, or a monitor. A device that is meant to show some information, in both textual and pictorial forms.

Screen is a display, or a monitor. A device that is meant to show some information, in both textual and pictorial forms.

86 questions
7
votes
1 answer

Kivy - Screen Manager - Accessing attribute in other class

Using the Kivy Screen Manager, I create two Screens. Whilst being in screen 1, i want to change a label in screen two. I highlight the problematic area in my code: my test.ky: #: import ScreenManager kivy.uix.screenmanager.ScreenManager #: import…
BuroBernd
  • 444
  • 3
  • 8
  • 20
5
votes
1 answer

How can I change monitor settings to duplicate and extend via script

As I am using a laptop with a tv as its second monitor I want to make a little script which will trigger screen settings from extended to clone and when it is set to clone it should set the screen settings to extended. I want to make it in c# as it…
chrs
  • 5,906
  • 10
  • 43
  • 74
5
votes
2 answers

Drawable folders for high resolution handhelds

I can't figure out how to produce drawables for the new "high-res" handhelds like the Galaxy Nexus, One X, Galaxy S3 etc that have a resolution of 1280x720 or higher. I always try to make as few layout-versions as possible. Preferably just one but…
Simpa
  • 538
  • 5
  • 11
4
votes
0 answers

EnumDisplayDevices vs EnumDisplayMonitors

I have noticed that EnumDisplayDevices and EnumDisplayMonitors report different information on which monitor is attached to which port. For example, i have 4 monitors attached to my graphics card. 3 of them are 1920x1080 and one of them is…
clamp
  • 33,000
  • 75
  • 203
  • 299
4
votes
1 answer

What are Android different screens dimensions in dp for different screens (e.g. xlarge = 960dp x 720dp)?

In Range of screens supported, the Android team mentioned that: As you design your UI for different screen sizes, you'll discover that each design requires a minimum amount of space. So, each generalized screen size above has an associated minimum…
Zizo
  • 41
  • 1
  • 3
3
votes
1 answer

JFrame multiple screens

I have been programming in Android and I switch between specific screens using intents. I have always wondered how to do this in Java, when I click a button switch to a different screen. Is there a way to specify multiple JFrames or would I have to…
k9b
  • 1,457
  • 4
  • 24
  • 54
3
votes
2 answers

Moving a line from one screen to other screen in vim

Suppose I have opened two different files in two vertical screens in vim. Is a there a single command to move the line under cursor to other screen?
user773013
  • 31
  • 1
3
votes
1 answer

LibGDX NullPointerException when switching screens

I am developing a game for Android using LibGDX. I have created several screens and I am able to visit them successfully if I have not already visited them it seems. For example, I can go from StartScreen to HomeScreen to LoginScreen to…
3
votes
1 answer

How to hide part of the window on the second monitor(screen)

The window goes to a second monitor, but there should not be visible. How to hide the area?
3
votes
0 answers

Wrong mouse pixel positioning on multiple screens C++

I'm using two monitors (one: 1440x900, second: 1280x1024) and I don't know what values should I set on SCREEN_WIDTH and SCREEN_HEIGHT. For example, I tried SCREEN_WIDTH = 1440 and SCREEN_WIDTH = 1280 (I want to simulate mouse on right monitor named…
Yas
  • 351
  • 2
  • 17
3
votes
0 answers

Duplicate Conky on every connected extending screen?

I have a very straightforward question to ask: Is it possible to clone / duplicate Conky windows on every connected X screen?
lagarkane
  • 915
  • 2
  • 9
  • 22
2
votes
1 answer

Android: Saving screen state (Beginner)

I have come across an issue with my application, I have an "option" class which has a ToggleButton in it which handles the playback of music (on or off) which I created in a Session. However, if I turn the music off, change screen and go back to the…
Matthew Perrott
  • 199
  • 1
  • 2
  • 10
2
votes
0 answers

Draw on canvas on different screen resolutions and densities

I have the following situation: I want to draw an rectangle on a canvas and inside the rectangle a text of a certain size. How can I make the rectangle have 1/4 width of the screen on all screen sizes, and how can I know what setTextSize to give to…
Alex
  • 2,213
  • 4
  • 32
  • 44
2
votes
3 answers

Controls resize based on screen resolution

I have panel control. More controls are in panel.I set the dock property for panel as 'fill' .The panel are resized based on screen resolution. but the controls remains same.The controls in the panel are not resized based on screen solution. i…
user337173
  • 21
  • 1
  • 2
2
votes
1 answer

Determine if screen is active or not from Windows 8 Registry

I am looking at monitors list in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\DISPLAY In Windows 7, there are a subkey under each screen node named "Control" that indicate if the screen is active or not. In Windows 8 there are no such…
Yuri
  • 49
  • 3
1
2 3 4 5 6