AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Define a part of the screen for one application only?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
rysstad



Joined: 20 Nov 2009
Posts: 1
Location: Oslo, Norway

PostPosted: Fri Nov 20, 2009 1:48 pm    Post subject: Define a part of the screen for one application only? Reply with quote

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" Very Happy

Is that possible??

Thanks in advance, guys!!

--Tor Arne
Back to top
View user's profile Send private message
txquestor



Joined: 22 Aug 2009
Posts: 294

PostPosted: Fri Nov 20, 2009 8:56 pm    Post subject: Reply with quote

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
View user's profile Send private message
Leef_me



Joined: 08 Apr 2009
Posts: 1158
Location: San Diego, California

PostPosted: Fri Nov 20, 2009 10:06 pm    Post subject: Reply with quote

"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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group