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

GridMove: Grids Here

<< < (6/28) > >>

jgpaiva:
Oh, that's really simple.. Just use something like this:


--- ---[Groups]
NumberOfGroups = 1

[1]
TriggerTop = [Monitor1Top]
TriggerRight = [Monitor2Right]
TriggerBottom = [Monitor1Bottom]
TriggerLeft = [Monitor1Left]
GridTop = [Monitor1Top]
GridRight = [Monitor2Right]
GridBottom = [Monitor1Bottom]
GridLeft = [Monitor1Left]
This grid assumes that the first monitor is on the left, and the second monitor on the right. If it's the other way around, just replace '1' with '2' and '2' with '1' (except on '[1]').

kranor:
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.

 

jgpaiva:
Hi kranor!
I'm really not that surprised that you can't make that grid, it isn't that easy and my poor english doesn't help ;)
Ok, from what i understand, the first one is correct, right?
I think the grid i posted below should do it. I also attached it to the post so it's easier to import.
I really appreciate it that you tried it yourself, looks like you made a real effort  :Thmbsup:
Sorry for making this such a complex problem, but i really couldn't figure out a better way to make grids. (specially since the gridmaking utility really sucked :( )


--- ---[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] + [Monitor1Width] * 2/3
TriggerRight   = [Monitor1Right]

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

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

GridTop        = [Monitor1Top]
GridBottom     = [Monitor1Top] + [Monitor1Height] /2
GridLeft       = [Monitor1Left] + [Monitor1Width] /2
GridRight      = [Monitor1Left] + [Monitor1Width] * 2/3

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

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

kranor:
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]

jgpaiva:
 ;D ;D ;D Glad to know that, kranor. Interestingly, it's different from mine, as i've done the reverse on the second monitor (smaller ones on the left).
Glad to know it worked out ;)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version