topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:49 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: KeepInLine: AHK script for LBC  (Read 6921 times)

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
KeepInLine: AHK script for LBC
« on: July 12, 2009, 12:51 AM »
my default LBC dock is at the top of the screen but due to some apps not being able to differentiate between a monitor's screen area and workspace, the windows open at coordinate 0,0 and get hidden behind the dock. so i wrote this AHK script which keeps them in line by moving those windows down. so if you have this problem then this script will be useful to you as well.

Notes:
• the dock height is hard-wired to 30 pixels. if you need to change it, edit the included INI file.
KeepInLine_ini_File.gif

• there is an option to 'show hint' which pops up a balloon each time a window is moved, you can turn this off if it gets to you after a while. ;)
ws-KeepInLine-menu-sh.png

• if your dock is not at the top and if you have this problem, let me know maybe i'll extend this to cover other areas of the screen.

KeepInLine in action
notepad.exe_2009-07-12_001.png

thanks to Deleket (Jojo Mendoza) for the program icon. visit his website for more cool icons: http://www.deleket.com/

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: KeepInLine: AHK script for LBC
« Reply #1 on: July 12, 2009, 12:57 AM »
hey that's cool!! i'll bet that has some other uses too.