View Single Post
  #39  
Old 10-11-2007, 03:31 AM
BicVicTheQuick BicVicTheQuick is offline
Senior Member
 
Join Date: Aug 2007
Location: who cares?
Posts: 129
Default Re: Is there any interest in a table rotation AHK script?

[ QUOTE ]
Testing for 2 monitors is ready. I cannot test if this works myself as I only have 1 monitor.

Use same download link as above, but you will have to do one edit at the very top of the script to make it support 2 monitors.

Change the Line that reads:

CreateLayout()

to:

Create2MonitorLayout(6)

which will create 6 slots, if you want more or less, use a different number. It will support up to 16 slots. 4 slots will be a 2x2 layout, 6 slots will be a 3x2 layout, 9 slots will be a 3x3 layout, 12 slots will be a 4x3 layout, 16 slots will be a 4x4 layout.

[/ QUOTE ]

Ok, tested the skript yesterday in in general it works great!! Nevertheless I would like to make some suggestions (hope that's ok for you).

- Is there a possibility to make your skript work together with FullTiltPlaner: http://overcards.com/wiki/moin.cgi/FullTiltPlanner ??? It is because the slots on the primar monitor do overlap so that you can't see all tables a the same time. I tried to have both scripts open but FullTiltPLaner prevented the tables from rotating (Maybe this is something that is more addressed to Dave).

- Another thing that happened is that the large table on the 2nd monitor sometimes appeared that larg that only a 1/4 of the table was visible. When I moved it back to the 1st monitor it appeared again in the normal size. Could this be b/c I was using FullTiltShortcuts at the same time: http://overcards.com/wiki/moin.cgi/FullTiltShortcuts ??

If you could fix this two things, it would really be a power tool for every multitable with 2 monitors!

THANKS
Reply With Quote