Tagged Questions
The window-management tag has no wiki summary.
11
votes
2answers
3k views
Show window in Qt without stealing focus
I'm using the Qt library to show a slideshow on the second monitor when the user isn't using the second monitor. An example is the user playing a game in the first monitor and showing the slideshow in ...
6
votes
7answers
1k views
Creating a window manager for Linux
I want to create a simple stacking window manager (in C) for private use, mainly for the purpose of learning and challenging myself.
I've looked through twm's source code which has relatively few ...
5
votes
1answer
97 views
Inhibit Matlab Window Focus Stealing
Is there a way to tell Matlab not to steal window focus (from an external editor) such as Emacs) upon graphical commands such as figure and plot. This would increase my productivity a lot because I ...
5
votes
2answers
163 views
How can I make window movement commands ignore a certain window?
So I generally have 3 buffers open in Emacs.
One buffer for the actual code I am writing.
One buffer for the unit test for said code.
A third buffer that displays the results of the unit test. This ...
3
votes
1answer
571 views
MacRuby + Interface Builder: How to display, then close, then display a window again
I'm a complete n00b with MacRuby and Cocoa, so keep that in mind when answering - I need lots of details and explanation. :)
I've set up a simple project that has 2 windows in it, both of which are ...
3
votes
3answers
375 views
Create a special visual selection tool for Image
I want to create a special kind of selection, in which the image darkened and in part which user is selecting, the real Image is shown. You can see an Example:
I found two approaches for ...
3
votes
3answers
836 views
Accessing dock icon right-click menu items with AppleScript
Is there any way to get an AppleScript to access the menu items that come up when you right click on a dock icon?
Specifically, here's what I want to do:
I use Google Chrome as my web browser on ...
2
votes
0answers
63 views
Handling maximized windows using SDL
We recently ported Bitfighter from GLUT to SDL. There were numerous benefits to doing this, but a few drawbacks as well, especially in the area of window management.
Bitfighter runs in a ...
2
votes
1answer
131 views
gVim - Ubuntu - Window keeps resizing
I'm in Ubuntu using gVim. Something is just wrong with the Window management of gVim - it keeps resizing on me! ... It usually happens when I either switch tabs or split the window or switch ...
2
votes
1answer
47 views
Expression-Blend-3 - Has Anyone Lost a Window? How Can You Get It Back?
Here's what I did:
Right-clicked on an item in the 'Objects and Timeline' panel.
Selected 'View XAML'
Resized the window to a '0' size so that it went off the bottom of the screen.
Now, even if I: ...
2
votes
3answers
1k views
Is there a command shell (like bash) view for Eclipse?
I am coding in Eclipse (on the Mac) and need to run OS shell commands from time to time.
I have a lot of bash terminal windows open and it takes time and is distracting to find the right one for the ...
1
vote
0answers
20 views
Stopping another program from taking focus
I need to run a lengthy set of unit tests quite often each day, and as part of the tests, some windows pop up and are subsequently closed by the test script. Ideally, I'd like to continue working ...
1
vote
1answer
112 views
Qt - Catch events normally handled by the Window Manager
I'm not sure quite how to phrase the question concisely, so if there is a similar question, please point me in the right direction and close this one.
I am currently building a CAD app, the user ...
1
vote
1answer
268 views
How to simulate user input in objective-c?
On windows, and with c#, I was able to capture another window's "screen", use that for processing, and then send user input events to that window. (which were generated by the program).
I would like ...
1
vote
1answer
112 views
How can I find out or record the X11 top-level window from which a top-level window was opened?
I'm thinking of writing an X11 window manager which does for windows something like what TabKit does for tabs in Firefox (in its default tree view mode). To do this, I'd need to be to able to find out ...
1
vote
0answers
67 views
How to handle “switch from” and “switch to” events in X11?
I'm making a fullscreen OpenGL application, and I want it to restore original desktop mode when user switches away from it, and to restore mode back when user switches to it.
This looks like "FocusIn" ...
1
vote
2answers
567 views
GetWindowPlacement/SetWindowPlacement not working in WinForms for high DPI
I've got a legacy WinForms app and I want to save the window position and size across sessions. I've been using GetWindowPlacement and SetWindowPlacement during the FormClosing and Load events. The ...
0
votes
1answer
43 views
Writing Tiling window manager in Python
I have been using Awesome Tiling window manager for over 6 months now, and quite happy with this.
I would like to write my own Tiling window manager as a weekend project and for hackfun. I noticed ...
0
votes
0answers
68 views
System-wide recognition of scroll events on Mac OSX and setting focus to a different window
I'm registering for global mouse wheel events in my cocoa application. My goal is to have some kind of background application to be able to focus a window of another application when the user scrolls ...
0
votes
1answer
71 views
MDI application with window management
How can I develop MDI application with window management option where one child from only open one time, if user again click on to open the same child form application should display the instance of ...
0
votes
2answers
306 views
Python Turtle graphics - how do I control when the window closes?
I have a small python script which draws some turtle graphics. When my script has finished running, the turtle screen automatically closes, so to be able to see the graphics for a while I have to use ...
0
votes
1answer
35 views
Should applications do window management related tasks?
I was recently making changes to one of my company's applications, and due to a bug in Qt (http://bugreports.qt.nokia.com/browse/QTBUG-19207) we'll either need to postpone the release until Nokia ...
0
votes
1answer
176 views
Use Python to resize the active window to half the screen size in Linux?
This question is a follow up to: Manipulate window size in linux via compiled code?
Per the title, I want to resize the active window to half the screen size (either on the left or the right of the ...
0
votes
2answers
80 views
Is controlling windows not owned by your process considered a malware activity?
I am planning to follow one of the suggestions made here to control window dimensions, hide/show and bring to front of a window owned by a different process from my process.
Window manipulation using ...
0
votes
2answers
2k views
How to set foreground Window from Powershell event subscriber action
I have a FileSystemWatcher instance running in the background of my PoSh session watching for changes to text files. A PoSh event subscriber is attached to this event and, when fired, it launches a ...
0
votes
2answers
104 views
Making “helper” windows in WPF
I'm writing an app in WPF and want to make a "helper" window. The window needs to be resizable, with no minimize option and doesn't show in the taskbar. If the app receives focus, it should appear as ...
0
votes
1answer
258 views
Xcode: changing double clicking file behavior
One of my projects suddenly had its double-clicking behavior changed and I don't know how to change it back.
The behavior I want:
Double clicking a source code file opens up a new window.
The ...
0
votes
2answers
589 views
Is there a way to determine if a top level Qt window has been moved?
I am trying to determine when the main window of my application has been moved. The main window is a standard QMainWindow and we've installed an eventFilter on the QApplication to look for moveEvents ...