| View previous topic :: View next topic |
| Author |
Message |
rysstad
Joined: 20 Nov 2009 Posts: 1 Location: Oslo, Norway
|
Posted: Fri Nov 20, 2009 1:48 pm Post subject: Define a part of the screen for one application only? |
|
|
Hi everybody!
Is it possible, using AutoHotKey or other methods, to run an application in a certain area of the screen and let it be the only application that is allowed to use that area?
More specifically; I'd like to see for instance my Outlook-inbox all the time. So I'd like to have Outlook open in the top 300 px of my monitor, and only Outlook. So that if I maximize any other application it will maximize only in the area under Outlook.. Of course, I'd like daughter-windows, like Outlook message windows to open outside the 300 px...
So not just "Winset, Alwaysontop", but "Other windows stay away"
Is that possible??
Thanks in advance, guys!!
--Tor Arne |
|
| Back to top |
|
 |
txquestor
Joined: 22 Aug 2009 Posts: 294
|
Posted: Fri Nov 20, 2009 8:56 pm Post subject: |
|
|
Do a Google search on Virtual Desktops. Some of them allow
you to create a screen layout where only specific applications
will display in those postitions. _________________
"Man's quest for knowledge is an expanding series whose limit is infinity" |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 1158 Location: San Diego, California
|
Posted: Fri Nov 20, 2009 10:06 pm Post subject: |
|
|
"Winset, Alwaysontop" acts in the z dimension, layers, not x & y.
Maximize, by definition means 'whole screen' This function is done by the system.
A moderately complex script could check the name & class of the active window and watch for the window to be maximized.
If it were maximized, the script could restore it ( 'un-max/un-min' ) and then use winmove to position and size the window.
you might tak a look at Skrommel's "WinWarden"
you might tak a look at Skrommel's "ZoneSize"
http://www.donationcoder.com/Software/Skrommel/
you might tak a look at Skrommel's "NoClose" it might be changed to disable the maximize button |
|
| Back to top |
|
 |
|