Open Side Menu Go to the Top

10-19-2010 , 03:49 PM
Quote:
Originally Posted by greg nice
so let me get this straight, v15 is getting the same color code as v14 and other previous version, yes? however, youre saying that windows spy and imagine program both report the same color (but a different color than what SaT gets)?
Image program and v15 is getting same # as v14. Windows Spy is getting a different number, but that is the # that works. And Windows Spy records BGR!!!

eg Windows Spy records 0x4c4c4c when i open the file in the Image editing software. but 0x575757 when over the client. Maybe this is because the fold button is a rollover button?
StackAndTile Quote
StackAndTile
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
StackAndTile
10-20-2010 , 12:54 AM
greg, if you are putting any standard fold button bgr numbers at all into your code that will cause problems for modded themes. This happened with StarsCash. I could not use it until I made my fold button & timebank button the same color as one of the list of default numbers in the StarsCash coding.

Also, why would the table leave the stack with no fold button visible??

Last edited by betweaver; 10-20-2010 at 01:15 AM.
StackAndTile Quote
10-20-2010 , 01:39 AM
well, I started from scratch and held my mouse cursor over the fold button while I pressed F10 and it got the number that I had working yesterday. But alas it didn't work. Then I noticed in the .ini file from yesterday that I had put the number in manually from Windows Spy and forgot the x.

Then I changed 0x575757 to 0575757, and it works. But in my ini file I now have
Code:
 last_tab=ERROR
v14 had the x in the number after the zero.

Last edited by betweaver; 10-20-2010 at 01:52 AM.
StackAndTile Quote
10-20-2010 , 02:16 AM
can u add hotkey functions to send table to slot x ?

so I can send a table with pressing 6 to slot 6 etc.

thx in advance
StackAndTile Quote
10-20-2010 , 03:57 PM
Is there anyway to make the table go back to the stack just by clicking fold on the table instead of pressing a hotkey? Also, I tried setting this up for betfair (Ongame) today and the tables wouldn't pop out of the stack when there was pf action on them. I had Preflop tiling mode on. Any idea of what would cause this? It worked for party just fine.

Cool program, i've just got to learn how to set it up so it runs smoothly. Thanks in advance!
StackAndTile Quote
10-20-2010 , 04:00 PM
Quote:
Originally Posted by 10K-in-Clay
Is there anyway to make the table go back to the stack just by clicking fold on the table instead of pressing a hotkey? Also, I tried setting this up for betfair (Ongame) today and the tables wouldn't pop out of the stack when there was pf action on them. I had Preflop tiling mode on. Any idea of what would cause this? It worked for party just fine.

Cool program, i've just got to learn how to set it up so it runs smoothly. Thanks in advance!
No there isnt.
StackAndTile Quote
10-20-2010 , 06:53 PM
i've read greg's recommendations on this page, but no matter what i do after deleting the .ini and restarting, the file just says "Please run setup grid" and no matter what I do I can't do anything after the initial setup. Deleted the config and restarted multiple times, selected different windows, tried to manually enter the size, nothing works.

Greg do appreciate you putting in your time fixing all these bugs but how do people trust this software to work properly for them when setting it up is this difficult?
StackAndTile Quote
10-21-2010 , 12:25 AM
Quote:
Originally Posted by kylephilly
i've read greg's recommendations on this page, but no matter what i do after deleting the .ini and restarting, the file just says "Please run setup grid" and no matter what I do I can't do anything after the initial setup. Deleted the config and restarted multiple times, selected different windows, tried to manually enter the size, nothing works.
Try File>Open Config

Quote:
Originally Posted by 10K-in-Clay
Is there anyway to make the table go back to the stack just by clicking fold on the table instead of pressing a hotkey?
Yes. About tab>Advanced Options>Left Click Detection

Last edited by betweaver; 10-21-2010 at 12:50 AM.
StackAndTile Quote
10-21-2010 , 08:14 AM
Quote:
Originally Posted by betweaver
Try File>Open Config



Yes. About tab>Advanced Options>Left Click Detection
Wont that send it back if he clicks raise too?
StackAndTile Quote
10-21-2010 , 04:09 PM
Quote:
Originally Posted by betweaver
Image program and v15 is getting same # as v14. Windows Spy is getting a different number, but that is the # that works. And Windows Spy records BGR!!!

eg Windows Spy records 0x4c4c4c when i open the file in the Image editing software. but 0x575757 when over the client. Maybe this is because the fold button is a rollover button?
yes could be because when mouse is over the button, the color changes slightly as stars "highlights" it when mouse is over


Quote:
Originally Posted by betweaver
greg, if you are putting any standard fold button bgr numbers at all into your code that will cause problems for modded themes. This happened with StarsCash. I could not use it until I made my fold button & timebank button the same color as one of the list of default numbers in the StarsCash coding.
nothing is hard coded, except the fold coordinates (which can be changed if you use a custom site ini). SaT will grab the color at the coordinate during Include Site Setup when it asks to press F10 when fold is visible

Quote:
Originally Posted by betweaver
Also, why would the table leave the stack with no fold button visible??
because it 'thinks' the fold button is visible. ie, the color matches within a certain tolerance. that is, if it grabs 0x4c4c4c and it finds color 0x4d4d4d, it will probably match because its 'close enough', this catches if the mouse is over the button, etc.

so SaT is detecting that the color on the table is matching within tolerance of the color grabbed during site setup. so the problem is either, 1. fold color wasnt grabbed correctly during setup, maybe F10 was pressed when button wasnt visible, so its always moving tables with no button, or, 2. the color at the coord is close enough that its getting matched. for ex, hypersimple, i believe the pre-fold checkbox box color (same coord as fold button) is very close to the fold button color, so that pre-fold box "matches" and gets moved to grid

you could try reducing the tolerance by adding this setting to your config ini under [settings]. default is 36, which imo is quite high, but i needed it for other sites like UB where the mouseover really highlights a lot
Code:
color_tolerance=12
Quote:
Originally Posted by betweaver
well, I started from scratch and held my mouse cursor over the fold button while I pressed F10 and it got the number that I had working yesterday. But alas it didn't work.
well you want to grab the fold color when the mouse is NOT over it, because when SaT scans all these stack tables, its gonna be looking for the button thats NOT highlighted

Quote:
Originally Posted by betweaver
Then I noticed in the .ini file from yesterday that I had put the number in manually from Windows Spy and forgot the x.

Then I changed 0x575757 to 0575757, and it works. But in my ini file I now have
Code:
 last_tab=ERROR
v14 had the x in the number after the zero.
last_tab shouldnt be a problem, that just tells the program which tab to start on, Control, Settings, etc

the colors should have the 0x prefix followed by the BGR code. i really have no idea why all this stuff is messing up for you.. unless i really screwed something up with this release..
StackAndTile Quote
10-21-2010 , 04:18 PM
Quote:
Originally Posted by Jin-Roh
can u add hotkey functions to send table to slot x ?

so I can send a table with pressing 6 to slot 6 etc.

thx in advance
added to request list


Quote:
Originally Posted by 10K-in-Clay
Is there anyway to make the table go back to the stack just by clicking fold on the table instead of pressing a hotkey?
enable Left Click Detection in advanced options on the about tab

Quote:
Originally Posted by 10K-in-Clay
Also, I tried setting this up for betfair (Ongame) today and the tables wouldn't pop out of the stack when there was pf action on them. I had Preflop tiling mode on. Any idea of what would cause this? It worked for party just fine.
youll need a line in the betfair ini that says:
Code:
buttons=fold
Quote:
Originally Posted by 10K-in-Clay
Cool program, i've just got to learn how to set it up so it runs smoothly. Thanks in advance!
thanks man, yyeah setup seems to be a problem for most.. ill need to re-work things at some point


Quote:
Originally Posted by kylephilly
i've read greg's recommendations on this page, but no matter what i do after deleting the .ini and restarting, the file just says "Please run setup grid" and no matter what I do I can't do anything after the initial setup. Deleted the config and restarted multiple times, selected different windows, tried to manually enter the size, nothing works.
when you create a new config, it tells you to select a table, you need to press Get Size button, there is a text field underneath that should report the table size such as "800 x 600". if yours is just saying " x ", then its failing, try using a different window. this bug will be fixed next version

Quote:
Originally Posted by kylephilly
Greg do appreciate you putting in your time fixing all these bugs but how do people trust this software to work properly for them when setting it up is this difficult?
yea apologies, if you have any ideas to make it easier let me know

Quote:
Originally Posted by Stu_the_kid_Ungar
Wont that send it back if he clicks raise too?
no, it will send to grid if he clicks raise in VPIP mode
StackAndTile Quote
10-21-2010 , 04:40 PM
I play on Absolute Poker and very often tables don't come out of the grid when it is my turn to act. Any idea on what is causing this/how to fix it? I have also found the some problem on UB, even though UB is one of the officially supported sites.
StackAndTile Quote
10-22-2010 , 07:03 AM
simply doesnt work. error when selecting site, this version of stack and tile doesnt work with this poker site...

vista home
pokerstars slicklighttheme
StackAndTile Quote
10-22-2010 , 07:42 AM
Quote:
Originally Posted by greg nice
the color at the coord is close enough that its getting matched. for ex, hypersimple, i believe the pre-fold checkbox box color (same coord as fold button) is very close to the fold button color, so that pre-fold box "matches" and gets moved to grid
this seems the reasonable thing, though I don't know why I had no problem with previous SaT versions. However I decided the simplest thing to do would be to change the color of the fold button. Now everything works fine.

Cheers.
StackAndTile Quote
10-22-2010 , 11:46 AM
giving this another try, will let u know how it goes
StackAndTile Quote
10-22-2010 , 03:52 PM
Quote:
Originally Posted by Antidote
I play on Absolute Poker and very often tables don't come out of the grid when it is my turn to act. Any idea on what is causing this/how to fix it? I have also found the some problem on UB, even though UB is one of the officially supported sites.
how many tables are you playing? i assume there is free gridslots


Quote:
Originally Posted by gugolz
simply doesnt work. error when selecting site, this version of stack and tile doesnt work with this poker site...

vista home
pokerstars slicklighttheme
can you screenshot the error? i'm not sure whats going wrong..
StackAndTile Quote
10-22-2010 , 04:14 PM
Quote:
Originally Posted by greg nice
how many tables are you playing? i assume there is free gridslots
Yea, there are free slots. I play Heads-Up, so I usually stack about 20-24 tables and then play 4 or so tables in the tiled grid.
StackAndTile Quote
10-22-2010 , 07:50 PM
Quote:
Originally Posted by greg nice
how many tables are you playing? i assume there is free gridslots




can you screenshot the error? i'm not sure whats going wrong..
got it to work as admin
StackAndTile Quote
10-23-2010 , 05:23 AM
Quote:
Originally Posted by 22riverrat22
giving this another try, will let u know how it goes
in vpip mode i couldnt get tables to move to the grid automatically

in preflop mode it seemed to work fine/no complaints (didnt play >24 tables so no resource usage issues)
StackAndTile Quote
10-23-2010 , 07:01 PM
Love the software. A couple quick questions:

1) When i hit my fold+stack hotkey when I have a table selected where I can check it sometimes moves the table and sometimes doesn't. How can I have it check but keep the table on the grid everytime? I am on FTP and Party. Would setting up a hotkey on TN or party ezcash help? I currently am just using the fold+stack hotkey for fold and check.

2) I notice that I have some timed out tables at the bottom of my stack. Is this supposed to happen? Shouldn't timed out tables stay in the grid? How can I fix this?

Thank you kindly. Great software.
StackAndTile Quote
10-23-2010 , 07:32 PM
Quote:
Originally Posted by Antidote
Yea, there are free slots. I play Heads-Up, so I usually stack about 20-24 tables and then play 4 or so tables in the tiled grid.
does less tables help? if you are only stacking 12, does it work properly?

Quote:
Originally Posted by 22riverrat22
in vpip mode i couldnt get tables to move to the grid automatically
do you understand what vpip mode is? tables arent supposed to move to the grid automatically. tables are supposed to move to grid when you take a vpip action (bet/call) via vpip hotkey or mouse click (if left click detection enabled)


Quote:
Originally Posted by harangutang
Love the software. A couple quick questions:

1) When i hit my fold+stack hotkey when I have a table selected where I can check it sometimes moves the table and sometimes doesn't. How can I have it check but keep the table on the grid everytime? I am on FTP and Party. Would setting up a hotkey on TN or party ezcash help? I currently am just using the fold+stack hotkey for fold and check.
the program ATTEMPTS to click check if you get a popup saying that you can check for free. during testing it seemed to work ok. i dont really know what else to do, other than allow the waittime for the popup to appear to be user configurable to a longer time.

Quote:
2) I notice that I have some timed out tables at the bottom of my stack. Is this supposed to happen? Shouldn't timed out tables stay in the grid? How can I fix this?
if 'preflop' setting, tables should move to grid when action is required, so they shouldnt time out. the only thing is if the grid is full, then theres nowhere for them to move, but they should at least move to the top of the stack.

within the next two versions, i will have an 'old tables' setting, where tables that you are sitting out, or empty table, etc will be detected and moved to grid or closed

Quote:
Thank you kindly. Great software.
thanks a lot
StackAndTile Quote
10-24-2010 , 06:25 AM
Quote:
Originally Posted by greg nice

do you understand what vpip mode is? tables arent supposed to move to the grid automatically. tables are supposed to move to grid when you take a vpip action (bet/call) via vpip hotkey or mouse click (if left click detection enabled)
tables are supposed to pop to grid when i raise/call/check in bb

the only way i got it to go to the grid was "keep in grid" hotkey
StackAndTile Quote
10-24-2010 , 10:46 AM
so its broken only when your big blind? do they move in other positions?
StackAndTile Quote
10-24-2010 , 10:54 AM
i cant seem to get this work neither with cake or cake 2.0, with cake 1.0 it doesn´t fold when i try to add the side and with cake 2.0 it just says:

failur:

table....

doesn´t match for this site

PS: i AM admin , win 7 64bit

Last edited by sequeezer; 10-24-2010 at 11:19 AM.
StackAndTile Quote
10-24-2010 , 02:32 PM
I tile all my tables.
How do I move a table inside the grid from lets say position 7 to position 5?
StackAndTile Quote
StackAndTile
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
StackAndTile

      
m