topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 3:26 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 - kranor [ switch to compact view ]

Pages: [1]
1
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« on: August 26, 2010, 05:48 AM »
2 new grids for dual head 2 go
 first is 3 pane looking like this
----------------
|         |          |
|         |-------|
|         |          |
----------------

2nd is 5 pane looking like this
-----------------
|         |     |     |
|         |--------|
|         |     |     |
-----------------

2
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« on: April 11, 2010, 06:07 AM »
Hi all long time no new grids  :D
Just been tweeking the Dual-Screen grid made by timcrews. I have added two more triggers to go full screen on each monitor as triggers 1 and 10 hope someone finds it useful.

3
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« on: June 28, 2008, 07:12 AM »
Got it in the End!!! :D :D
I didn't even see your post until I just came back on to post success!

Grid looks like this

------------------------------------------
|                           |                  |        |
|                           |                  |        |
|                           |                  |        |
|                           |                  |------|
|                           |                  |        |
|                           |                  |        |
|                           |                  |        |
------------------------------------------
Now I just Gotta Figure Out how to Post It.......(at work so I can't post to any sites to upload it)

For now I will just put the code up
;Dual Head 2 Go 4 Window Grid
[Groups]
NumberOfGroups = 4
[1]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left]
TriggerRight   = [Monitor1Left] + [Monitor1Width] * 1/2

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left]
GridRight     = [Monitor1Left] + [Monitor1Width] * 1/2

[2]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left] + [Monitor1Width] * 1/2
TriggerRight   = [Monitor1Left] + [Monitor1Width] * 5/6

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left] + [Monitor1Width] * 1/2
GridRight     = [Monitor1Left] + [Monitor1Width] * 5/6

[3]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Top] + [Monitor1Height] * 1/2
TriggerLeft    = [Monitor1Left] + [Monitor1Width] * 5/6
TriggerRight   = [Monitor1Right]

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Top] + [Monitor1Height] * 1/2
GridLeft      = [Monitor1Left]  + [Monitor1Width] * 5/6
GridRight     = [Monitor1Right]

[4]
TriggerTop     = [Monitor1Top] + [Monitor1Height] * 1/2
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left] + [Monitor1Width] * 5/6
TriggerRight   = [Monitor1Right]

GridTop        = [Monitor1Top] + [Monitor1Height] * 1/2
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left]  + [Monitor1Width] * 5/6
GridRight     = [Monitor1Right]

4
JGPaiva's GridMove and Ahk Tools / Re: GridMove: Grids Here
« on: June 28, 2008, 06:10 AM »
Hi All
       I have a dual monitor set up on a Matrox dual head to go. I'm trying to put together a grid so t5hat monitor 1 shows a full window and monitor 2 has a 2/3 width full height window and two half height windows on the remaining third(remembering of course that a dual head to go sees both monitors as just one single large monitor.)
 Heres what I put together using the tutorial but as you can guess it does not work!! I do understand that this is using very simple grids and triggers but it is only a starting point!
[Groups]
NumberOfGroups = 4
[1]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left]
TriggerRight   = [Monitor1Left] + [monitor1width] /2

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left]
GridRight     = [Monitor1Left] + [Monitor1Width] /2

[2]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left]
TriggerRight   = [Monitor1Right] + [Monitor1Width] /2

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left]
GridRight     = [Monitor1Right] + [Monitor1Width] /2

[3]
TriggerTop     = [Monitor1Top]
TriggerBottom  = [Monitor1Top] + [Monitor1Height] /2
TriggerLeft    = [Monitor1Left]
TriggerRight   = [Monitor1right] + [Monitor1Width] /6

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Top] + [Monitor1Height] /2
GridLeft      = [Monitor1Left]
GridRight     = [Monitor1Right] + [Monitor1Width] 1/6

[4]
TriggerTop     = [Monitor1Top] + [Monitor1Height] /2
TriggerBottom  = [Monitor1Bottom]
TriggerLeft    = [Monitor1Left]
TriggerRight   = [Monitor1Right] + [Monitor1Width] /6

GridTop        = [Monitor1Top] + [Monitor1Height] /2
GridBottom     = [Monitor1Bottom]
GridLeft      = [Monitor1Left]
GridRight     = [Monitor1Right] + [Monitor1Width] 1/6
If I Can get this working with assistance i will be generating quite a few grids for the dual head to go setup for all to use.

 

Pages: [1]