topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 24, 2024, 10:13 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - boersnoes [ switch to compact view ]

Pages: [1]
1
Yes, that's what I first had, but that doesn't really maximize.
Thanks for the reply though.

2
JGPaiva's GridMove and Ahk Tools / Maximize on second screen?
« on: July 10, 2009, 03:38 AM »
Hi all,

I started using this nice utility today and made my own grid.
Everything is working rather nice except for one thing.
I would each of my screens (2) to have a square in the middle to maximize to that screen.
On the first screen no problem. The one on the second screen however shows up on the first screen.
I don't know if either the maximize to second screen is not working because it is hidden behind the one for the first screen (they are at the exact same position) or the functionality is not correct.

Here's the relevant part of the grid I made:

[6]
   TriggerTop    = [Monitor2Height] / 3
   TriggerRight  = [Monitor2Width] / 3 * 2
   TriggerBottom = [Monitor2Height] / 3 * 2
   TriggerLeft   = [Monitor2Width] / 3
   GridTop       = Maximize
   GridRight     = Maximize
   GridBottom    = Maximize
   GridLeft      = Maximize


PS: what forum markup is best for code? I used Teletype.

Pages: [1]