multiscreen refers to development of software able to utilize multiple physical displays.
0
votes
0answers
38 views
How to change X, Y coordinates according to screen size or density?
I have some coordinates information with me, on these coordinates I am showing the views dynamically. As android devices comes in multiple resolution and density, so my view got messed in high or low ...
0
votes
0answers
50 views
How to use DirectX 9 with multi- GPU on windows7
I‘ve got multiple nVidia GPU Cards (Q2000) on a Windows 7 system,without SLI, only one monitor.
Now what I'm trying to do is make a Direct3D9 device runing on a specific GPU.
I can use the ...
0
votes
1answer
35 views
How set of attributes valueFrom, valueTo animation on different screen sizes
I have a problem of this kind - I create animations for the fragments in my application. Animation is the fact that the transition between the "tabs", the first piece moves second snippet. But I ran ...
0
votes
0answers
88 views
play Videos and VideoStreams in multi display videowall [closed]
i'm working on an application that runs in multi display videowall and i use vlc components for playing videos and video online streams, but i have a problem with using vlc media player to play videos ...
1
vote
1answer
41 views
android how to position elements to support in all devices
I have a problem with positioning elements.
What I want to have is this image in all devices no matter screen size is.
what I have is this in two different sizes
I want my textViews and ...
2
votes
2answers
124 views
take screenshot from multiple desktops of all visible applications and forms
i'm working with a system that have 4 outputs (monitors) with 1280x1024(e.g) for each output. i need a screenshot from whole desktop and all open applications on it.
i tried GetDesktopWindow() ...
0
votes
2answers
99 views
Supporting Multiple Screens Android
I know there is already a lot of questions asked concerning this topic, but i really need help.
First of all, yes I read and reread the official link ...
0
votes
1answer
105 views
Gridview Multiscreen support?
Hey guys i have been working on Wallpaper app and it's almost done but when i tried to test it on various devices the Gridview images get stretched or overlapped i have read some docs about supporting ...
0
votes
1answer
20 views
Choosing on which screen my win8 app starts when debugging
Simple situation: I have two monitors and I would like my win8 app to launch on screen 2 while I still have VS2012 in debug mode on screen 1. This way there is no context switch necessary on a ...
0
votes
1answer
200 views
General questions about developing on WP 8
As a new developer for Windows Phone 8 (will be called WP8 from now), yet an experienced one of android, I wonder what difficulties will I have when developing for the WP8.
I would like to ask people ...
0
votes
1answer
175 views
YouTube Native Player API and Multi-Screen API
I've got the new YouTube Player API for Android working on a Nexus 4 without much problems. Now I'd like to combine this with the multi-screen API that comes in Android 4.2 (i.e. Presentation and ...
0
votes
1answer
186 views
Detecting left and right hand in multitouch
My program deals with multitouch. I am supposed to differentiate between my right hand and my left hand.
To save the x,y touch points in an array i have
public boolean onTouchEvent(MotionEvent ...
0
votes
1answer
163 views
how to support multi screen size in android apps
I write an application in android. now i want to change my code to be suitable for multi screens. i search but i didn't completely understand what should i do for that?
for example:
1- i should set ...
0
votes
1answer
128 views
Multiple Screen Design on Android
I want to design some android layout for multiple screen resolution. Forexample I want to set position for button. It must be set positioned at the bottom of layout for every screen size. How can I ...
-1
votes
1answer
60 views
How can i create AVD for different sizes and densities?
I am beginner in android programming.
I want to change the program that the program be multi screen. I want to create a few emulator for test my program. I want to create some emulator that check ...
2
votes
1answer
202 views
Developing a Multi Screen Web Interface — such as the Bloomberg terminal
I am looking to build a web based app that needs a multi-screen interface.
To make that possible I'm looking for the following:
Any front end libraries that make that possible -- for example jQuery ...
1
vote
1answer
102 views
I have three activities.From the main activity i can call the 2nd, but i can't call the 3rd one?
In this app i designed 3 activities.
from the 1st activity i have 2 buttons for
the other 2 activities respectively add and view.
the add activity is executed but the view is not working.
Thanks ...
1
vote
2answers
246 views
Tab bar: on click go to home screen
I am working with tab bar. I have more then three screens in each tab and when I press the tab button of selected tab, it should go to first screen of that tab, but it doesn't go.
Here is my code for ...
0
votes
2answers
143 views
Android App that runs multiple installed apps in a window
I want to ask a crazy yet damn interesting question.
Can we create an Android app that can run other installed application in windows (Not Mircosoft ;) it's plural of window )? That windows could ...
0
votes
1answer
1k views
Application icons for Flex mobile app targeting Android and iOS
The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file.
But when I try Export Release Build with the following ...
1
vote
2answers
438 views
Multiple users simultaneously using separate VMs on different screens from same pc - how?
A single desktop computer acting as a workstation for multiple simultaneous users in the same room using virtualisation - can it be done?!
Having purchased a new pc, and soon Windows 8 with Hyper-V, ...
0
votes
1answer
101 views
Android, viewpager, each layout has own activity
I have 4 screens (4 layouts and 4 activities). Here is the code how I'am switching it:
@Override
public Fragment getItem(int position) {
switch (position) {
case 0:
return new ...
1
vote
1answer
145 views
Multi Screen Support with dip/dp in Android?
Assume that I am defining a button or text view width as 100 dip and height as 30 dip in XML file. As for As I know, Android itself take care of that button or text view appearance proportionate or ...
0
votes
0answers
124 views
how to render from 2 cameras on 2 different screens, in XNA?
my needs are to detect if there are 2 screens plugged in (and if not, program will exit), then, I'll let the user choose which screen is the front screen, and which is the back. finally, the game ...
2
votes
1answer
525 views
How to Multi-Screen android tablet application on Adobe AIR and Flash Professional
I have done app in ipad with Adobe AIR thats work fine in ipad,
but now i have to create android tablet app for multiscreen resolution like this,
2560*1600, 1366*768, 1280*800, 1280*768, 1024*768, ...
2
votes
2answers
151 views
How can I open/move a browser window left of the main screen?
I am creating a private web app for somebody using a three screen layout.
I would like to be able to open certain links in a new window on the left screen and others in a new window on the right ...
0
votes
0answers
136 views
window.moveTo give different result in internet explorer and in chrome
I'm trying to positioning a popup on the second screen in a multiscreen configuration.
monoScreen, I have no issue, but in DualScreen/Tripple screen, IE works good, but not Chrome.
in ie:
...
3
votes
3answers
136 views
Create application which support multiple screen(2.2 and up)
Blockquote
I am creating my first application with successfully. But now one problem which i facing is when I run my application in android 2.2 then its successfully work. But when I start it ...
0
votes
0answers
120 views
unable auto choose sw320dp layout folder
I had created layout-sw320dp folder for only 320 X 480 devices.
However, i created AVD 320 X 480 with 160dpi. It ran layout-normal instead of layout-sw320dp.
1
vote
4answers
1k views
Capabilities.screenDPI: correct on emulator, wrong on device
I'm making my app multi-screen (flex mobile). Basicly I want to know when I'm dealing with a tablet or a smartphone. Therefore I want to know the screen size in inch. I'm testing this out on a Desire ...
-1
votes
1answer
213 views
manually select layout set?
In my xml, i have small, normal, large and default layout set.
I don't want device auto select layout set but i want to select base on device width's resolution.
This is my manifest.xml
...
3
votes
1answer
412 views
WPF MediaElement stops playing if moved to other screen
I'm experiencing a very strange problem with MediaElement that seems to be related to multi screen environment: occasionally (I can't replicate the problem each time) MediaElement stops playing when I ...
1
vote
1answer
237 views
Mouse control using xlib in a multi-display configuration
I'm writing a small program to control a mouse cursor using Xlib. I need to arbitrarily set its location on a multi-display configuration. The OS is linux and the xinerama mode is enabled.
Using the ...
0
votes
1answer
135 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. ...
1
vote
0answers
357 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 ...
6
votes
2answers
615 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 ...
-1
votes
1answer
98 views
Android Map View Help Needed [closed]
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
117 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
142 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
163 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 ...
1
vote
2answers
417 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
250 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">
...
1
vote
1answer
1k 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
170 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 ...
9
votes
1answer
1k 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 ...
1
vote
1answer
266 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++)
{
...
3
votes
4answers
8k 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
4answers
836 views
android multiscreen issue
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
1answer
901 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 ...
14
votes
3answers
2k 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 ...



