![]() |
|
#33
|
|||
|
|||
|
[ 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. |
|
|