multiple-monitors

Turn off double-click undock in VS2010

ぃ、小莉子 提交于 2019-12-04 22:34:24
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 case that makes a difference. found it on the Document Tab Well advanced options, I don't know how to turn off it, but you can use use {CTRL}+ Double click to dock them again As I know Power Tools don't change this behaviour. But you should probably add some kind of locking feature on their wish-list. 来源: https://stackoverflow.com/questions/3588214/turn-off-double-click-undock-in-vs2010

java and libGDX / LWJGL game fullscreen wrong size for multiple monitors on Ubuntu

时光怂恿深爱的人放手 提交于 2019-12-04 22:13:56
I'm working on a libGDX (library on top of LWJGL) game project, and use the Intellij IDEA IDE from several different workstations: Windows 7 x64 laptop with two displays (1920x1080 and 1600x1200), nVidia GT540M. Ubuntu 12.04 LTS on a laptop with a single display (1366x768), Intel integrated graphics. Ubuntu 12.04 LTS on a desktop with two displays (1920x1080 and 1280x1024), nVidia GTS 450. I'm using the OpenJDK for Java 6 on the Ubuntu boxes, and Sun/Oracle Java 6 on the Windows box (I heard Java 6 was the one to use for Android compatibility). When running on full-screen: Windows 7 laptop:

Windows / Chrome / ATI / Browser fullscreen across multiple monitors

半腔热情 提交于 2019-12-04 19:52:24
问题 I am using the following test setup (Latest meaning as of July 14th 2012): Core i7 with an ATI FirePro V9800 (Eyefinity) Windows 7 Pro 64 Bit (latest updates / patches) Latest Catalyst drivers Latest Google Chrome Stable / Canary. 6 x 1080p displays (in a row) resulting in a 11520px by 1080px desktop . I have tried the following to get a fullscreen web view across displays: Set the maximize to whole desktop setting in the Catalyst control panel. That works for maximizing normal windows

Is there a c/c++ multi-monitor library for changing between XP's desktop setting of dualview or clone?

感情迁移 提交于 2019-12-04 19:32:40
I am writing an application where it would be helpful to automatically switch between having Windows XP's desktop in dualview or cloned. The application uses a small wxWidgets window for the GUI. It would be nice to have a button within the GUI that could easily switch between dualview and cloned. Is there a c/c++ library that gives access to controlling dualview or cloned? Check out this script which, as far as I can tell, is supposed to enable or disable multiview. While it is written in a scripting language, it does leverage normal WinAPI functions, so you should be able to find out what is

How a Multi Monitor application can detect a missing monitor

梦想与她 提交于 2019-12-04 18:30:59
An application with docking capabilities can save the desktop with the positions of all windows including the ones on separate monitors. If the saved desktop is reloaded but one or more of the monitors is not connected, the application should detect this. I have the following: ... Windows windows = Window.GetWindow(pane); if (window != null) { PaneTookWindow = toolWindow = window.Content as PaneToolWindow; if (toolWindow != null) { if (!AreaInScreenBounds(new Rect(toolWindow.Left, toolWindow.Top, toolWindow.Width, toolWindow.Height))) { pane.ExecuteCommand(ContentPaneCommands.ChangeToDocument)

Visual Studio always on top when debugging

孤街醉人 提交于 2019-12-04 17:11:25
问题 When I start debugging the project we are currently working on, the program window is not given proper focus in windows but is stacked behind the Visual Studio window. I don't think this problem occurs on any of my team members computers, so it looks like it's a problem on my system. Is there a setting in VS2008 for always on top or something like that? I can't seem to find one... Any idea what could be causing this? Visual Studio? The program code? I know this is sort of a vague issue but I

Adobe AIR: Is it possible to create a full screen app to fill multiple monitors?

隐身守侯 提交于 2019-12-04 15:13:13
I am trying to build an Adobe AIR app that runs on two monitors with an extended desktop. Is that possible? I've read fullscreen is restricted to a single display and the only option is to maximize the app to both displays. Is that right? If so, how can I hide OSX top menu bar? Just for the record, OSX does not allow you to have more than one full screen applications (of any kind, not just AIR) open at the same time nor it let's you to expand a full screen app to more than one display. tsugua An application window can span multiple displays as long as the window is sized properly. Menubar and

Detect which monitor shows the Window

☆樱花仙子☆ 提交于 2019-12-04 15:13:01
问题 I do have main application JFrame window which can include different components. I open a self implemented OnScreenKeyboard when the user select a editable textfield. The OSK is also a JFrame window. When the user drag the main window to another monitor, the OSK should also be shown on the same monitor. For this i have to detect the monitor the main JFrame is shown. I try to find a method in Toolkit.getDefaultToolkit() but was not able to find someting. Do you know how i can detect the

run application on a dual screen environment [duplicate]

落花浮王杯 提交于 2019-12-04 14:33:45
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How do I find what screen the application is running on in C# Any ideas to check whether current application is run on primary screen or not in a dual screen environment? I am using VSTS 2008 + C# + .Net 3.5. I want to add code in my application to detect whether current application is run on primary screen or not. thanks in advance, George 回答1: You can use the Screen class which can tell you whether or not a

Display issues on multiple screens after Windows 7 Update KB4034664 (August 2017)

余生长醉 提交于 2019-12-04 12:32:57
Users of our application have been experiencing problems with their Swing GUIs not drawing correctly. The common link between all users with problems is that they've recently applied a Windows update. Users have reported that dialogs draw correctly on some monitors but not on others. An example of the kind of problems we're seeing*: Users also report dialogs which only show a frame, and are otherwise transparent. Effectively the same kind of problems you'd see if the UI thread were blocked. What could be the problem? *I can't post screenshots of our actual application as it contains sensitive