Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
130 views

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 ...
3
votes
2answers
72 views

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?
1
vote
0answers
25 views

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 ...
1
vote
3answers
171 views

Android Qualifiers Not Working for the Notion Ink Adam

I'm making an app and I'm nearing completion, now I'm trying to optimize it for different screen sizes and pixel densities. One of the devices (using an emulator) is really frustrating me. I can't ...
1
vote
4answers
88 views

Automatically opening pages on different monitors

I am designing an emergency response page, which needs to display information across 3 different monitors. The first monitor will gather information about the caller, and then contain 2 links. The ...
1
vote
0answers
305 views

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 ...
1
vote
2answers
457 views

How to implement multiple screens within an App

I am currently working on an Android App which has different service dimensions, such as " service order", "route planning", "photo gallery" and a central login. so far i implemented each "screen" ...
0
votes
2answers
55 views

Java Game State Management [closed]

Does anyone have a good State Manager tutorial in Java? I have been looking into this for the past couple of days and anything that I come across doesn't seem to work in the correct fashion for what I ...
0
votes
1answer
52 views

How to create multiple screens in Java?

I have been playing around with trying to get a menu screen for my game. I have only been able to figure out how to paint a new Screen on top of an existing one; meaning that the actual game is still ...
0
votes
0answers
29 views

more screens used by 1 computer [closed]

I'm searching for some hardware & software that can do the following: I have 1 computer at my work and i want to connect several screens with several information. 3 screens must provide different ...
0
votes
1answer
144 views

How to disable app support for Android tablet screen from AndroidManifest.xml?

I'll appreciate any help here - I want to make my android app be installable only on phones as it totally cannot function on tablets. How can I do that? At the moment, I have these in my ...
0
votes
2answers
84 views

how to handle android screens fragmentations?

i wish to write the layout and code just once so that it would look good on all devices . i've tried many ways (yes, including what google suggests, to use DP and also add multiple layout files) , ...
0
votes
2answers
52 views

Reset Eclipse Screen to Default When First Installed

How do you reset the winds as they were when you originally opened Eclipse. I accidently closed windows, now I can't find the window that lists the projects, so I can't run anything. Please advise. ...
0
votes
0answers
38 views

Screens problem with viewpager

See this link(this is a video).I want to design this type of flipping.I did this with the help of ViewPager.Go to 0:40 second and look at it.The pages are flipping.Well i got success but the headings ...
0
votes
4answers
280 views

Android - different apk for each resolution

Can any one tell me, whether is it a good ides to use different apk for different resolutions so that we can reduce the apk file size Thanks in aadvance Nagendra
0
votes
0answers
13 views

Real time updating of a screen

I have a simple test activity that collects a bunch of parameters from the screen and fires off an AysncTask that spawns a number of threads each indpendently calculating / measuring some simple ...
0
votes
0answers
128 views

Android Browse Screens/Images via menu

I have a standalone ebook/comic type app I am developing. I would like to have an option via the menu to browse to any page via a text input box, if they type 11 it will go to page/image 11 also ...
0
votes
1answer
104 views

custom View Display problem on different android screens

i have extended View and override onDraw and onSizechanged so i can draw on the screen after i have the full height and width of the screen.But when i tried on my phone the imgs are slightly in ...
0
votes
1answer
79 views

display on multiple android screens

i have write a custom view and i used the onSizeChanged() to take the width and height of the phone.when everything seems right in the emulator i installed on the phone(htc desire) and i don't have ...
0
votes
1answer
265 views

Filling the entire screen in multiple screen resolutions, densities

I want to draw a rectangle that fills the entire screen on all Android phones, all resolution, all screen densities.Everything... :) First from what I understand Canvas.drawRect use as dimensions ...
0
votes
1answer
67 views

Expand form to all screens

The question is simple: is there a way to expand a single form to all connected screens?
0
votes
2answers
107 views

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 ...
0
votes
2answers
742 views

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 ...
0
votes
3answers
219 views

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

How do I get a reference to the Screens collection in VB Express 8?

I've tried this example directly from MSDN: Dim Screens() As System.Windows.Forms.Screens and I can't find a way to get a reference to the Screen. I've checked my references and they seem fine but ...
0
votes
2answers
56 views

Are there any 'rules of thumb' regarding the dynamic creation of form controls?

For example, suppose a new Windows From application were being developed with lets say 25 different screens each of which had say 5-10 controls on them..... Obviously all of the necessary listboxes, ...
0
votes
5answers
294 views

Best way to show screens to user on application

I'm developing a Winforms application which has been running for years with an explorer view (TreeView left, screen right). I means that: All the screens have an hierarchy organization All the nodes ...
-1
votes
1answer
52 views

Noobish Questions

I have two quick questions. The first is, navigation from screen to screen (or maybe view to view). I know that there is navigation controller but it has a slide animation and im really looking for ...