multiple-monitors Questions

1

Solved

I have a simple test app, with one empty form, and a second containing a TButton. The button script is like this:- procedure TForm1.Button1Click(Sender: TObject); begin Form2.Show(); end; Form2...
Cosmopolitan asked 9/5, 2013 at 12:12

4

Solved

I am running a VNC server on Linux and a TightVNC viewer (ver.1.3.10 from 2/10/2009) on Windows with 2 monitors attached to it. I would like to have a full-screen session on both monitors at ...
Virgate asked 7/3, 2012 at 14:8

1

Solved

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 s...
Tisza asked 28/9, 2012 at 22:38

2

I want to build a web-based presentation tool with a PowerPoint-like "presenter view" for the second monitor. I can use the HTML5 full screen API (example) to put the main presentation in fullscree...
Blida asked 3/3, 2012 at 22:36

1

Solved

I am developing a program that needs two full screen Direct3D dispalys. According to the documentation I should create the swap chains in windowed mode and then switch to full screen mode. While th...
Headpin asked 15/3, 2013 at 1:9

1

Solved

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 monito...
Bagby asked 12/1, 2013 at 12:20

2

Solved

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?
Eades asked 15/11, 2012 at 11:17

1

Solved

I am working on a tool for Windows that will interface with CloudApp using its API. I found some articles on here about how to achieve the Region capture which I used to modified to fit my exact ne...
Spoilage asked 14/11, 2012 at 3:32

4

Solved

i am writing a screen capture application in Qt4 with c++. I have a problem when tuning on dual screens. I am unable to get an image with the second screen. I tried a c# application and that will g...
Sholes asked 19/10, 2010 at 8:19

1

Solved

I have been trying KDE and customized it enough to my liking. I added panels and application launchers on each screen and windows opened shows on each screen panel. But whenever I start an applica...
Jeramey asked 23/9, 2012 at 13:43

1

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....
Damarisdamarra asked 17/9, 2012 at 9:25

4

Solved

I have a 2 monitors and a WinForm app that launches a WPF window. I want to get the screen that the WinForm is on, and show the WPF window on the same screen. How can I do this?
Rectangle asked 4/2, 2009 at 17:23

3

Solved

I have a really 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 screen area) is mov...
Olvera asked 28/8, 2012 at 11:42

3

Solved

I have used IntelliJ Idea (build 111.277) on a dual-monitor system with Ubuntu 11.04. Some popup UI elements, such as main menus, autocomplete lists opens on the primary (notebook) display only, wh...
Limn asked 6/2, 2012 at 8:53

6

Whenever I use my MacBook away from my desk and later plug it into an external display (as primary), I get into the state of having windows deposited in both the notebook monitor and the exte...
Laing asked 2/9, 2008 at 9:5

1

Solved

I have a Delphi 6 application that launches a Wizard after the main form appears. The Wizard is a modal form. One of my users has their Windows desktop extended to more than one monitor. In their c...
Elsie asked 22/6, 2012 at 4:37

1

Solved

I'm working on a project where I take screenshots of individual monitors (TMonitor) and stream their images through network (remote desktop viewing). Suppose a monitor is added/removed (which I can...
Bissextile asked 17/6, 2012 at 21:14

1

Solved

I'm building something which needs to detect when things change with the monitor configuration. This includes Monitor added/removed, Monitor position moved (compared to main screen), or when ...
Scumble asked 12/6, 2012 at 20:9

1

Solved

I am fairly new to DirectX 10 programming, and I have been trying to do the following with my limited skills (though I have a strong background with OpenGL) I am trying to display 2 different text...
Whippet asked 24/5, 2012 at 20:26

2

Solved

My application uses the WPF MediaElement to play video (MOV files). This works well when playing on the Primary monitor but freezes when the window is moved to the secondary monitor. I have tried ...
Adagio asked 15/11, 2010 at 22:51

1

Solved

I want to get the screen size for two monitors using wxPython. To get the screen size of one monitor: (screenSize is [] containing x and y value). screenSize = wx.DisplaySize() but I want somet...
Albertina asked 24/4, 2012 at 9:7

1

Solved

Using SDL 1.3 I want to create fake fullscreen SDL_Window under linux. It is easy if i have only one display. I just got current display mode and created a window. SDL_GetDesktopDisplayMode(0, &am...
Adolf asked 28/10, 2011 at 10:18

1

Solved

I am using SDL 1.2.14, and I've found a case where I need to be able to select which monitor gets the fullscreen window. With Xorg, I found Xinerama could do the job using the SDL_VIDEO_FULLSCREEN_...
Individually asked 4/9, 2011 at 15:47

3

Here is my situation (sorry for being long-winded, but I'm finding it difficult to describe this concisely): We have a C# application (that we develop) that runs on a system with two monitors. How...
Writein asked 6/9, 2011 at 20:51

3

Solved

I keep accidentally double-clicking my tabs in VS2010 and undocking them. Is it possible to turn off this behavior? Note: I'm using Document Well 2010 Plus from the Productivity Power Tools, in c...
Cumberland asked 27/8, 2010 at 21:20

© 2022 - 2024 — McMap. All rights reserved.