ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > JGPaiva's GridMove and Ahk Tools

Feature request for GridMove

<< < (2/3) > >>

Lashiec:
Yeah, exactly that

lanux128:
Lashiec, i once had the same request and Skrommel came up with WinWarden.. :Thmbsup: it has an option to center the active window by double-clicking the tray-icon, give it a try.. :)



• https://www.donationcoder.com/forum/index.php?topic=757.0
• https://www.donationcoder.com/Software/Skrommel/#WinWarden

Lashiec:
OK, thanks lanux! I'll give a try to WinWarden as well

Tyinsar:
Edit: I thought I could do it but it did not work - though I think I was close.
This isn't in the scope of gridmove, because gridmove always resises the window.
But this really isn't very hard to do as an ahk app, i'm sure some of the other ahk coders here could easily do it.-jgpaiva (July 28, 2007, 07:26 AM)
--- End quote ---

Sorry for resurrecting an old thread, especially since I think you already have an answer, but I think GridMove could almost do this.
It could be another feature If this gird worked:

[Groups]

NumberOfGroups = 1

[1]
 TriggerTop    = [Monitor1Top] + [Monitor1Height] /4
 TriggerBottom = [Monitor1Top] + [Monitor1Height] *3/4
 TriggerLeft   = [Monitor1Left] + [Monitor1Width] /4
 TriggerRight  = [Monitor1Left] + [Monitor1Width] *3/4
  GridTop    = [Monitor1Top] + [Monitor1Height] /2 - WindowHeight /2
  GridBottom = [Monitor1Top] + [Monitor1Height] /2 + WindowHeight /2
  GridLeft   = [Monitor1Left] + [Monitor1Width] /2 - WindowWidth /2
  GridRight  = [Monitor1Left] + [Monitor1Width] /2 + WindowWidth /2

The issue as I see it is that GridMove doesn't do math on "WindowWidth" or "WindowHeight". Of course I have no idea how much it would take to make that work. I also don't know how many people would want this feature.

jgpaiva:
Hey tynsar!

Strangelly, i already had this idea, but for some reason i didn't implement it. Not sure if it had any kind of problem or something...
Bur it shouldn't be too hard to implement. I'll do it right away and report back.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version