The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

Awesome WM: Move window from one screen to another [closed]

How can I program the rc.lua file to enable a keyboard shortcut to move a window from one tag on one screen to a tag that is on a different screen? I know the modkey + shift + [tag number] shortcut, ...
0
votes
0answers
8 views

putty full screen on dual monitor [closed]

I want to know if it is possible to run putty in full screen mode using dual monitors. I am able to stretch putty window to cover the dual monitors but when I switch to full screen mode, it just ...
2
votes
1answer
48 views

OpenGL with dual monitors

I want to develop one OpenGL application that is using the two monitors for display. However, if I specify the window size in glutInitWindowSize() to be the size which is the sum of the two monitors, ...
2
votes
1answer
41 views

OpenSuse 12.3 + Java Dual Display

I have a Java application that displays two JFrames on two separate monitors. On Ubuntu and Windows the application displays just fine. I can configure the JFrames to display on the monitors with the ...
-1
votes
0answers
183 views

Getting DisplayLink dual monitor to work in Ubuntu 13.04 [closed]

I have a question regarding installing drivers for the DisplayLink USB-HDMI adapter on Ubuntu 13.04. I am unable to get this to work. I found suggestions on the web that involved the following: ...
0
votes
1answer
37 views

How to bring Swing window offscreen?

I work on a Java Swing application that allows displaying frames scattered on multiple screens. The problem is, when in dual screen, a frame can be saved in secondary monitor 2 but when the ...
0
votes
0answers
24 views

mouse doesn't work in remote gui applications using x11 forwarding

I am using dual screen mode. I can use the mouse in the remote GUI applications like emacs, but it only works if mouse is located within screen 1(where windows 'start' button is located). When I move ...
0
votes
1answer
47 views

window.open() on a multi-monitor/dual-monitor system - where does window pop up?

When using javascript window.open() on a multi-monitor system, how do you control which monitor, or where in the display space the popup opens? It seems out of control to me and otherwise random in ...
-1
votes
0answers
38 views

Lubuntu, extended monitor on left [closed]

How i can place extended monitor on left from main& xorg.conf # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 304.51 (buildd@aatxe) Fri Oct 12 ...
2
votes
1answer
88 views

Clone window across all screens

I'm using dualview setup in my OS (1 view extended across 2 screens). In my winforms application I can move particular window to secondary screen, e.g.: foreach (Screen s in Screen.AllScreens) { ...
1
vote
0answers
60 views

Multiple OpenGL windows on Windows, sharing context

I'm trying to setup multiple OpenGL (3.3) windows on the same program. I've created 2 windows, with the second one having the shared context of the first one (using hglrc[i] = ...
1
vote
1answer
65 views

Specify monitor when opening file. (.bat)

The following .bat file below simply opens two text files overlaying them, but I'm wondering if it's possible to define a specific display source, or if anyone can assist in providing the correct ...
-1
votes
1answer
48 views

Web Application that Displays Seperate Views for Different Monitors [closed]

I'm researching a project that involves displaying different data on different monitors. Essentially it is a like a game show app. The idea is a teacher plugs his/her laptop into a projector and ...
0
votes
1answer
58 views

Display window on all screens

I'm trying to display window copies on all screens. See my code below. It only shows the borderless window correctly on the main screen. I don't see the other window anywhere. The window is supposed ...
-1
votes
1answer
44 views

ShowHelp in dual-monitor

I wonder how I can open help on the second monitor. I'm using Help.ShowHelp(null, path, TopicId, index) thanks
0
votes
2answers
52 views

Access to a monitor not containing the desktop

On a computer with multiple monitors where the desktop is not shown on one of them, is there any way to draw on that monitor from a program? Reasoning: I need to display a variable image full-screen ...
2
votes
2answers
108 views

Run 2 UIs on diffrent monitor using qt-creator on Dual-Head Graphics Card

I have a Dual-Display Graphics card, on my system (RHEL 6.3). I have developed one simple application using qt creator (qt-4.8), which throws two different UIs. When I execute this then both UIs ...
0
votes
0answers
138 views

Second monitor going black intermittently or when dragging certain windows to it [closed]

Weird one here. My secondary monitor will occasionally just go black for a second or so. It will not happen for hours and then flash off several times per minute. Or sometime every 1 to 5 minutes. It ...
1
vote
1answer
350 views

How to use JFrame to open another JFrame window on the other monitor?

I am writing a program designed to work on a two monitor system. I have to separate JFrame objects, and have it so be default, the first frame instance opens. The user then has to drag that frame over ...
0
votes
1answer
202 views

StartPosition is set to CenterPosition but my form is not centered

I'm using Visual Studio 2012. My form, when it opens doesn't center to the screen. I have the form's StartPosition set to CenterScreen, but it always starts in the top left corner of my left monitor ...
1
vote
1answer
99 views

Count monitors from a service with C++

I'm trying to count the number of monitors (i.e. screens) attached to the console from a service application. I do the following: int CountMonitors() { int nCnt = 0; ...
0
votes
0answers
103 views

android emulator support for multi-display

I'm trying to work with the new Presentation API, which allows an app to display content on different monitors (if such exist). You can take a look at the API here. Does anyone know if the emulator ...
2
votes
2answers
2k views

How to hide Mac OSX menu bar while running an Adobe AIR app?

I need to run an Adobe AIR app across 2 monitors, which cannot be done with fullscreen mode. I am wondering if there is a way to hide the the OSX (Mountain Lion) menu bar. I can span a chromeless AIR ...
0
votes
0answers
72 views

Getting a contextmenu to open on a dual monitor setup

I have a user control that has a context menu open at a right click position. However, the way the application is setup the server controls the GUI layout. What I mean is if the user right clicks on ...
1
vote
1answer
101 views

How to open a WPF Application in a specific Place on a Specific Monitor

I have two application which communicates together, to be more specific I have app1.exe and app2.exe this 2 apps are in the same PC which has one monitor and one TV how can I open app1.exe on TV and ...
5
votes
2answers
201 views

GUI figure not opening on dual monitor but other figures are ok

I am using matlab R2012a (7.14.0.737) 64-bit on a windows 7 PC. I have 2 monitors. I want to be able to open a matlab GUI figure up on the 2nd monitor (on the left). at the command line opening ...
1
vote
1answer
315 views

WPF Dual Monitor Application Overlay

I looked at this thread to create a dual monitor application in WPF: http://social.msdn.microsoft.com/forums/en-US/wpf/thread/5d181304-8952-4663-8c3c-dc4d986aa8dd where a WPF Window will be displayed ...
0
votes
2answers
87 views

Position's list of windows handle on specific monitor

Currently, I'm using WinAPI in a c# project that deal with Dual-Screen configurations. My question is really simple: how to get the list of all window handle that are about 75% of their size on a ...
2
votes
2answers
190 views

Dual screen application

I have to run an application in dual screen mode. How can I run the application on both screen as independent window but sharing the same application model?
1
vote
3answers
489 views

Arch Linux KDE not saving monitor settings [closed]

I am trying to get 2 monitors setup. I have Radeon HD 4800, using the open-source driver. 64bit. When i change the monitor settings in KDE it changes, but when i reboot: the monitors is going back to ...
0
votes
0answers
52 views

How to set the color profile seperatatly per monitor on a Mac

I have a Mac Pro with two identical Samsung monitors. I've callibrated both monitors, but when i change the color profile for one monitor it also changes the profile for the other. Is it possible to ...
1
vote
0answers
150 views

Dual Monitor support for MDI applications

I need to implement dual monitor support for my MDI application. Can anybody suggest a good way to do that. I tried making my selected child forms 'MDIparent' field to 'null' when running in dual ...
0
votes
1answer
90 views

My Java Swing JPanel will only strech to the size of one monitor on a two monitor display

My JPanel will stretch between two monitors just fine, but will not stretch to the size of both monitors. It stops at the size of one monitor. How can I fix this?
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 ...
3
votes
1answer
234 views

Open programs to active/selected screen in Awesome WM

I've been using Awesome WM with a dual-screen setup for a while now but I cannot figure out how to configure awesome so that when I open a program, it gets opened on the currently active/selected ...
2
votes
1answer
84 views

How can I test my Windows app in multiple monitor setup?

I code for Windows desktop platform and I need to test my desktop app in a multiple monitor configuration. What is the easiest way to do that? (Well, besides me buying the needed hardware...) I guess ...
0
votes
0answers
123 views

Taskbar to display windows from the current screen only

When using a dual-monitor setup with KDE, it is possible to have a panel on each monitor, with a task manager (i.e., taskbar) on each panel that shows only those windows from the respective monitor. ...
11
votes
1answer
452 views

dual/multi monitor with touchscreen

Pretend I have 2 monitors. Primary display is just a normal PC desktop monitor, the other other one is a touchscreen. When I load a program (WinForm, WPF, ...), it will load on the primary monitor. ...
0
votes
0answers
265 views

WM_PAINT message and EnumDisplayMonitors

I'm trying to adapt a screensaver written in C++ with WinAPIs to work for multiple monitors. I found this article that suggests to rewrite this basic WM_PAINT handler: case WM_PAINT: { ...
0
votes
1answer
53 views

Make a screenshot from one display, when is used twin display mode

I want to make a screenshot only from one display (my OS is Ubuntu 11.10), but I have two displays in twin mode (one is a continuation of another). How to get that? When I push PrintScreen button I ...
1
vote
0answers
116 views

Set dialog location when using multiple monitors

I usually rely on setLocationRelativeTo(null) to position my dialogs centered on the screen, but recently I have been given a second monitor, and this method always sets my dialogs centeres on the ...
5
votes
3answers
254 views

How to figure out on which screen a JDialog is shown…?

me again. I have a reeeeeally big application which has multiple dialogs. My task is to make sure that a dialog, which is not completely visible (because the user pulled it out of the visible ...
2
votes
2answers
523 views

SetWindowPos implementation

I need open two instances of internet browser and each instance open in different monitor (have two) from console app. I found SetWindowPos method and can't find way to use it. In my case it doesn't ...
0
votes
1answer
639 views

Ubuntu Command Line to force running application from secondary (or specific) monitor

I'm creating an application (command line script) to play videos directly to the secondary monitor, which is connected either via VGA or HDMI. The video player itself is cvlc, with command cvlc -f ...
0
votes
0answers
178 views

Dual monitor with Flash

i'm using Windows 7, 64 bit. I have flash version 11.3.31.222 (latest) and I have a dual monitor setup. Before everything worked fine but lately (without upgrading anything, just all of a sudden) ...
1
vote
1answer
248 views

On mac, open an Emacs frame in a specific monitor?

Background: I use a mac with dual monitor. When I start Emacs, it always opens in the “main” monitor (the one on my macbook pro), which is not the one I want to look at. Is there any elisp function ...
4
votes
3answers
148 views

Detect if monitor is rotated

I have an application in JavaSE and i want my application always starts at center of screen. If two monitors are plugged, the right one should be used. So i wrote a code like this: ...
0
votes
0answers
215 views

How to fix resolution problems with dual monitor cutting of images on res-change?

It's not really a programming question, more a problem, but this is the issue: So, I have a Radeon Mobility HD 5470 512 MB GDDR3. It is a laptop with a main display, a VGA and a HDMI output. When I ...
3
votes
1answer
441 views

Monitor (Display) Names and Bounds

My app has the ability to use a dual monitor configuration. In the app's settings I list the available displays where the user will choose his secondary screen. I'm getting the (real) monitor device ...
1
vote
0answers
108 views

Java - Transparent window on Dual Monitor

I want to use a fullscreen transparent Window in Java. Looks like no Problem. Window ovl = new Window(null) ; ovl.setBackground(new Color(255,255,255,200)); ovl.setLayout(new BorderLayout()); ...

1 2 3