Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #33  
Old 10-11-2007, 09:54 AM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Is there any interest in a table rotation AHK script?

[ QUOTE ]
- 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

[/ QUOTE ]It would not be wise to have two scripts competeing to resize and reposition your tables [img]/images/graemlins/wink.gif[/img] If all you want is to switch which monitor has the large window and which has the small windows, that should be relatively easy... Alternatively, you could just hard code the positions you want if you don't like the way the layout functions determine the positions. You can hard code positions by defining the x,y pair for each slot yourself:

X1 = 0
Y1 = 0

X2 = 500
Y2 = 0

X3 = 1000
Y3 = 0

etc.

you would also have to define Width and Height:

Width = 500
Height = 400

As well as provide the MainX, MainY, MainWidth, and MainHeight definitions for the large window. The layout functions are only included to prevent the necessity of such drudgery.

[ QUOTE ]
- 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 ??

[/ QUOTE ] This script should be compatible with others unless the other script also tries to position and resize tables. I don't know if FullTiltShortcuts does that.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.