S&T resizing windows popups
#2
(11-16-2011, 09:22 AM)zenzor Wrote: S&T expands every windows pop-up to completely cover the new slot.

The problem only occurrs when S&T is using both the pokerstars classic site and a Bodog script made through the custom site creator. Here's the ini for the bodog script:

Code:
[settings]
...
table_class=#32770

table_include_title_text=
table_exclude_title_text=Lobby

Your problem lies because of the bodog config. All those Stars popups are of the window class #32770, so naturally they get detected. (#32770 is a common window class, many popups use it, party uses it as well as bodog and I think 888poker does too).

What you'll want to do is put something in the table_include_title_text setting that will define a bodog table title. Look at the titlebars of the bodog tables and see what you can find that is common to all bodog tables. Maybe the word "bodog" is in each table title. Or maybe the "/" to separate the blinds. Then simply change that line in the file and re-start SaT.

example:

Code:
table_include_title_text=/
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: 3
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
S&T resizing windows popups - by zenzor - 11-16-2011, 09:22 AM
RE: S&T resizing windows popups - by SaT_Admin - 11-16-2011, 09:46 PM