Site specific slots
#3
(12-25-2011, 01:26 PM)zenzor Wrote: Actually shit I just thought of something

Would this work if I just run two instances of Stack + Tile and config one specifically for Bodog?

I was just going to suggest this because I don't see myself implementing your idea any time soon.

SaT allows you to create multiple layout configs, so when you open the second instance of SaT, you can just go to File -> Open Layout and choose your other config.

This will work, you will end up with two stacks and two grids. Now, you will want to ensure that each stack and each grid slots do not overlap each other. Each slot for each individual instance needs to be visible by itself, otherwise you will probably run into problems with tables not popping to the top.

So for example, a normal 6 slot SaT config might look like this:
Code:
1 | 2 | 3
----------
4 | 5 | 6

Now, when you set up two instances, you want each slot from each layout to not overlap. So here is one example that would work. I'll use single numbers for one SaT instance and double numbers for the second instance:
Code:
1  |  2  |  3
-----------------
11 |  22 |  33

That is clear, allowing for three slots for each instance, with the two stacks each on the left, and their corresponding grids to the right.

But of course you could throw them all over, just ensure they dont overlap:
Code:
1  |  22  |  2  |  3
----------------------
11 |  33  |  4  |  5
In the above example, if you had the second instance with double numbers as your Bodog layout, then the Bodog stack would be in the 11 position and would move into the first column of your screen, while your main stack would move to the two right columns.

Another thing to be aware of is to only configure sites with one SaT layout at a time. You don't want both instances to be trying to move the same sites tables around.

Hope that makes sense


Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 2
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
Site specific slots - by zenzor - 12-25-2011, 01:17 PM
RE: Site specific slots - by zenzor - 12-25-2011, 01:26 PM
RE: Site specific slots - by SaT_Admin - 12-25-2011, 03:44 PM
RE: Site specific slots - by zenzor - 12-26-2011, 11:08 AM
RE: Site specific slots - by SaT_Admin - 12-26-2011, 01:32 PM
RE: Site specific slots - by zenzor - 12-27-2011, 09:02 AM
RE: Site specific slots - by zenzor - 12-27-2011, 10:24 AM
RE: Site specific slots - by SaT_Admin - 12-27-2011, 10:45 AM