StackAndTile Forums

Full Version: 888 site setup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Well, it looks like you set the site up fine from the Sites tab and clicking Include Site.

So what about the hotkeys don't work? When you press Start, the tables don't get detected?
Yes they don't get detected, after running the wizard it also closes stackandtile and doesn't reopen it. Is this normal ? And also when I add the created site again it makes the table smaller!

I got this error when I changed to scan BW:

[Image: 1312893726-6594.jpg]
(08-09-2011, 10:15 PM)pmania Wrote: [ -> ]Yes they don't get detected, after running the wizard it also closes stackandtile and doesn't reopen it. Is this normal ?

Yeah, after the custom site wizard finishes, SaT doesn't reopen automatically. I should fix that.

Quote:I got this error when I changed to scan BW:

Go back to DWM if that worked.

I would suggest that you use the old my888.ini that you posted here yesterday in this post, but try changing one line and see if that works to detect the tables:

Code:
table_include_title_text=.*
I changed the one line, but it didn't work.
Ok, well then I don't know what the problem is. 888 will be the next site that I look into including for built-in settings, so I'll let you know.
Hey Mike, quick question about excluding windows in a site ini. The lobby can be excluded by typing the title of it, but is it possible to exclude multiple windows? I'm trying to fix 888 for somebody, but ran into the problem that it tries to resize the 'choose your buy-in amount' window Smile. Is there a standard seperation denotation for the site ini?
For example:
"table_exclude_title_text=Lobby, Choose your buy-in amount"
doesn't work.

Regards,

Ivo

Edit: Clicking the colored bottom part of the buttons when adding the site works fine. The message that the fold button is black (it IS black) can be ignored it seems.
(10-13-2011, 08:49 PM)Drivo Wrote: [ -> ]is it possible to exclude multiple windows?
For example:
"table_exclude_title_text=Lobby, Choose your buy-in amount"
Hey Drivo

Yeah there is. The titles are matched with regular expressions. Its kinda technical, I'm not very good with them myself. You can google if you wan't more info, but heres a quick reference guide:
http://www.autohotkey.com/docs/misc/RegEx-QuickRef.htm

You wan't to use '|' as the OR separator. I would try to make it as concise as possible, checking to see if any of those words ever appear in actual table titles, and for example, if "amount" or "Choose" seems to never appear, then just use that word: (maybe "buy-in" could be listed in a tournament table title sometimes)

Code:
table_exclude_title_text=Lobby|amount

Quote:Edit: Clicking the colored bottom part of the buttons when adding the site works fine. The message that the fold button is black (it IS black) can be ignored it seems.

Usually that message should not be ignored. 99% of the time it means that the ScanMode was unable to grab a screenshot of the table, and instead just grabbed a fully black window. This happens on some sites like Entraction which makes it impossible to use.

If the Fold button really is black, then it should be ok. If i remember correctly, it can be safely ignored on 888
(10-14-2011, 12:53 AM)SaT_Admin Wrote: [ -> ]You wan't to use '|' as the OR separator. I would try to make it as concise as possible, checking to see if any of those words ever appear in actual table titles, and for example, if "amount" or "Choose" seems to never appear, then just use that word: (maybe "buy-in" could be listed in a tournament table title sometimes)

Code:
table_exclude_title_text=Lobby|amount

Quote:Edit: Clicking the colored bottom part of the buttons when adding the site works fine. The message that the fold button is black (it IS black) can be ignored it seems.

Usually that message should not be ignored. 99% of the time it means that the ScanMode was unable to grab a screenshot of the table, and instead just grabbed a fully black window. This happens on some sites like Entraction which makes it impossible to use.

If the Fold button really is black, then it should be ok. If i remember correctly, it can be safely ignored on 888

Ty, works like a charm. Any updates about Entraction? Haven't tried it myself, but i heard some people have resizing issues.
Yeah can't resize, I downloaded it myself and tried it, its worse than OnGame
(10-15-2011, 12:23 AM)SaT_Admin Wrote: [ -> ]Yeah can't resize, I downloaded it myself and tried it, its worse than OnGame

Meh
Pages: 1 2 3