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
0
votes
1 answer

Specific screen identification in C#/C++

My work station has 3 displays. There are 2 windows in my application: the BIG Window and a LITTLE Window. BIG Window is running on the main screen. And the LITTLE Window should be shown on the another, specific screen, regardless the number of this…
Matvey
  • 163
  • 2
  • 10
0
votes
1 answer

@media min-witdth is being ignored by browser

I've a pair of rules for screens with 768 width. The problem is that on screens bigger than that, the browser takes the wrong rule, applying the one for the older screens. @keyframes p1 { from{ bottom:0;display:none;opacity:0; } …
user1423168
  • 155
  • 1
  • 1
  • 13
0
votes
1 answer

ionic apk dont show Splash Screens

I'm building an application based on the WordPress blog using ionic. I added Splash Screens and switched it on my device but it's not working. i took The apk file from ant-build folder but when I run it on the machine does not show me anything. Is…
user3581731
  • 53
  • 1
  • 9
0
votes
2 answers

ASP.net configurable wizard pages

I am looking for possible approaches to the following task. Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others do not. this is because initially a number of…
Somedeveloper
  • 817
  • 2
  • 14
  • 31
0
votes
2 answers

UI for different screen densities

I don't understand the benefit of resources configuration qualifiers designed to support multiple screen densities, for example : for an mdpi you put an icon of 100x100 px for an hdpi you put an icon of 150x150 px for an xhdpi you put an icon of…
Sisyphus
  • 900
  • 12
  • 32
0
votes
1 answer

Libgdx when changing screens freezes

I can't find the solution and I'm looking for few hours now.. when i change screens everything just freezes. I dont know what is wrong. Everything should be fine. Is it because of memory loss or loop stops somewhere? MY CODE: public class Main…
0
votes
1 answer

android SDK, one time welcome layout

So in my app I have a welcome layout or a help layout that shows you how the app works and what it can do, I would like it to only be displayed once when the app is installed and then never show again. And if this is possible what's the easiest way…
AntonioSanchez
  • 327
  • 4
  • 14
0
votes
1 answer

Android How to achieve two screens,two activities,and they are independent

I am a novice at Android, now, I need write a android app:two screens also shows two activities, boradcast advertising on the big screen, the small screen can be operated, and they are independent of each other.When people operate the small screen,…
ITbaker
  • 3
  • 1
0
votes
3 answers

Java Swing UI Changing Method

I would like to use Swing to program a simple learning game. I am wondering what would be best way to switch between UI screens. For example, I would have a screen for the Main Menu, and then when the user presses a button on that screen, I would…
Verhogen
  • 27,221
  • 34
  • 90
  • 109
0
votes
1 answer

how to use buttons in tab layout in android and use this button to call different fragments and place the tab layout at the bottom of the screen

I want to place buttons in a tab layout and use these buttons to call different fragments in a tab layout. Moreover I want to place some image in each button .Can anyone please help ??
user3902144
  • 291
  • 2
  • 7
0
votes
2 answers

Responsive site text alignment

I have a single paged scrolling website. the problem is that when I check the website on larger or smaller screens the text alignment and on 15 Inch screen its perfect. You can see the preview at (link removed) Try changing the screen sizes and…
Bangash
  • 87
  • 1
  • 2
  • 13
0
votes
1 answer

how to set UI on 5.4'',7'' and 10.1'' screens in android?

I am trying to set user interface in android on extra large screens that is 5.4'',7'' and 10.1''. I am unable to set the user interface on the following Screens. Because i am setting its interface in layout-xhdpi but it is picking the layout-mdpi.…
Muhammad Umair
  • 583
  • 11
  • 32
0
votes
1 answer

Multiple screens/resolutions/images

I need to create images for a slideshow. The problem is that the images will be displayed in different screens. I want to know if I can use the same resolution for all of them (1920 x 1080) 72px/inch. Screens: 1. 24ft x 14ft pitch 12mm - Aspect…
0
votes
1 answer

Adding new row to LightSwitch combobox

I'm having problem with LightSwitch (VS 2012 version, Silverlight client) screen design. I have following data model: Agent table Training table Participant tablehaving 1-to-many relationship with Training and Agent I've created new screen for…
0
votes
1 answer

BuddyPress New sub_nav item and screen

How do I get my new sub_nav item to properly display the screen I've created? I'm using my own child theme. What I'm trying to accomplish is to give my users the ability to create child accounts for their children. I have separate functionality for…