Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
1k views

How to save the VS window layout for single/extended-multiple screen?

I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly ...
6
votes
2answers
97 views

Setting C# console application location to a secondary screen

Overview: I am working on a project which involves a WCF and multiple types of clients. I have created several Test clients and I have a WCF which is hosted in a console app. This results in me having ...
6
votes
1answer
331 views

Is there a way to programmatically select the rendering GPU in a multi-GPU environment? (Windows)

Question I have an OpenGL application that will run in machines with diverse multi-GPU configurations (and possibly different Windows versions, from XP to 7). Is there a general way to select the ...
4
votes
2answers
312 views

Send application to a specific screen using C#

how could I send an application (think WM_ messages?) which is not my application (think: any 3rd party app) to a different screen on a multiscreen system? Is there a specific windows message code I ...
2
votes
4answers
2k views

Android Multi-Screen Application

How do you handle multiple screens in an android application? I have developed with the tab bar at the bottom without problem, however what I am wanting to do is replace all the content on the screen ...
1
vote
2answers
150 views

Seamless multi-screen OpenGL rendering with heteregeneous multi-GPU configuration on Windows XP

On Windows XP (64-bit) it seems to be impossible to render with OpenGL to two screens connected to different graphics cards with different GPUs (e.g. two NVIDIAs of different generations). What ...
1
vote
1answer
184 views

How to manage multiple display setting in Windows 7 programatically?

I need to change resolution, position, and select which one is the main display, preferably in .NET.
1
vote
1answer
77 views

Run application on mutliple displays c# on W7

I have multi (2 and more) display(screen) system and I need to define on which screen the application will start and how it will behave. For 1st scenario behavior displays can be replaced, thus the ...
1
vote
1answer
132 views

Qt and multiscreen

I have an example application that came with Qt (dialogs/standarddialogs) and modified it so that it displays dialog on every screen: for(int i=0;i<app.desktop()->screenCount();i++) { ...
1
vote
4answers
488 views

android multiscreen problem

I am new to android app development. I have to develop my app that fit on multiple screen sizes. I have tried many tutorials from android developer forum and etc. But still I am confused to choose ...
1
vote
0answers
386 views

MultiScreen IE : Manage SHDocVw.InternetExplorerClass

Manage a webForm to be in one multiScreen env is not very complex and can be made with FormStartPosition manual and Bounds. Starting one InternetExplorer class in one env multiscreen is a lot of ...
1
vote
1answer
300 views

Multi screen/Monitor Management

Does the index in array Screen.AllScreens map to the Screen number as shown by the operating system?
0
votes
1answer
30 views

Working with multiple displays?

I have zero experience with multiple displays & cocoa. Feel free to share any handy links, tutorials. What I need is this : I'm trying to fill all displays with a full screen, transparent window. ...
0
votes
0answers
27 views

Speed up android game and fix multi screen issue?

Main Questions: 1. Is resizing the image most likely the reason my app is slowing down? 2. Best way to deal with multiple screens when creating a game with a lot of images / big map? 3. Any ...
0
votes
1answer
57 views

Android Map View Help Needed

Ok I have an app that I am working on that has is a multiscreen app.On the main page it has a spinner. All of the information for the spinner is stored in the strings.xml file. When that particular ...
0
votes
1answer
43 views

multiscreen app content

I have a multiscreen app that is up and running and you can press four buttons.One to list phone numbers one to list dinning halls one to list residence halls and one for academic buildings.
0
votes
1answer
75 views

android multiscreen issue between screens

I have a multi screen app that only the first button works. alll of the other buttons crash when they go to the next java file. In the manifest I have all of them listed but I have no idea why its ...
0
votes
1answer
67 views

android app supporting samall and large screen (tablet and phone)

I've made android application for my USB Relay Boards. Actually boards are connected to PC/OpenWRT router via USB and then server app takes hold of everything. So more or less, android is just ...
0
votes
0answers
29 views

Can I choose dynamically what .as file start to extcute in adobe air?

I'm developing application for Android using Adobe AIR. The problem is in that - I have to support downloading different assets for different mobile screen sized(small, normal, high, e-high) and I ...
0
votes
1answer
113 views

Android Intent-Filter for Multi Screen

I want to launch my application from web browser in Android using Intent-Filter based on scheme, host in the DATA tag like this. <activity android:name=".activity.LogoActivity"> ...
0
votes
1answer
752 views

Dip in xml does not work for different screen density in android simulator

I'm testing multi dpi in android, and the layout xml file seems like this: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
330 views

resource size for different densities in android

i have made images for an mdpi phone in android. i want to resize those images for hdpi and ldpi screens. what is the conversion factor for the dimesions? i have heard that we multiply the height and ...