Questions tagged [multiscreen]

Development of Android software which utilizes multiple displays.

162 questions
2
votes
0 answers

create multi support screen with psd file

i want to use an imageview in my android application. but i don't know in which sizes i should design with photoshop to supporting multi screen sizes and densities? also i put this codes in my manifest:
Ahmad Vatani
  • 1,630
  • 4
  • 21
  • 34
2
votes
0 answers

Batch script to start applications on specific screen

What I want is have my programs that open on startup, to popup on specified desktop screens. For example: my Email Client and browser on the right screen and my Notepad++ application on the left screen. Is it possible to do this with batch script?
Bart Burg
  • 4,786
  • 7
  • 52
  • 87
2
votes
1 answer

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 editTexts maintain their positions in the activity view.…
gurkan
  • 3,457
  • 4
  • 25
  • 38
2
votes
1 answer

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 for any helps..
AndRaGhu
  • 161
  • 7
  • 17
2
votes
2 answers

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, I will theoretically have the computing power and…
ExStackChanger
  • 187
  • 1
  • 12
2
votes
2 answers

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 screen (with the centre one as the main screen). This…
Krylose
  • 111
  • 8
2
votes
3 answers

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 with 3.0 or 4.0 its become crash. I am finding on…
Roadies
  • 3,309
  • 2
  • 30
  • 46
1
vote
1 answer

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 code below, the pointer does not work as I expect.…
antrox
  • 68
  • 1
  • 7
1
vote
0 answers

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 suggestions or tips? This is not so much a my code problem…
Zeveso
  • 1,274
  • 3
  • 21
  • 41
1
vote
1 answer

Kivy: How to do threading in kivy while using multi-screen via ScreenManager?

I am trying to run my function in a thread so that GUI doesn't freeze. However, it isn't working. I tried to thread the GUI call in the "main". I also tried to call to thread the function which is taking time for calculation. None of of the methods…
1
vote
2 answers

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 happens in this case is that rendering works only in…
Woundorf
  • 213
  • 3
  • 10
1
vote
1 answer

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.
Sraka
  • 11
  • 1
1
vote
1 answer

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 resolution can differ. For second scenario all the…
Pepisto
  • 27
  • 1
  • 1
  • 6
1
vote
1 answer

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;iscreenCount();i++) { Dialog* dialog = new Dialog(app.desktop()->screen(i)); …
Tomasz Grobelny
  • 2,666
  • 3
  • 33
  • 43
1
vote
1 answer

Set wallpaper on primary/secondary monitor only

Good day everyone. I know how to set a wallpaper declaring [DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)] public static extern int SystemParametersInfo(int uAction, int uParam, string lpvParam, int fuWinIni); and then…
Oiproks
  • 764
  • 1
  • 9
  • 34
1 2
3
10 11