Open Side Menu Go to the Top
Register
StackAndTile StackAndTile

10-24-2010 , 05:23 PM
Quote:
Originally Posted by sequeezer
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
i did not even know there was a cake v2.0. maybe they changed something in original cake too, ill have to see

Quote:
Originally Posted by melfil
I tile all my tables.
How do I move a table inside the grid from lets say position 7 to position 5?
no real way to do this.

i guess you could restack table 5, restack table 7, find that table and manually move it back to grid
StackAndTile Quote
10-24-2010 , 07:45 PM
I found a bug with the recent version 1.99.15

for FTP when I use tile-all-tables, its tiles all of them but leaves one on the stack. Its not a big issue since if the table becomes active through VPIP mode, it gets tiled.
StackAndTile Quote
10-24-2010 , 07:48 PM
I just started using and getting familiar with this program for the last few days. Very nice, thanks for writing the program.

Everything seem to be working ok except for one thing. For now I have just fold+stack, call, bet, move table to stack hot key only. On Party, the call and bet hot key do not work. On Fulltilt all the keys work properly. Using preflop option. Any ideas.

I also had trouble in the pre config with getting window size for the poker table so I resize one of the non poker windows to same size as the poker table, that seem to work. I saw in a previous post that this issue would be fix in next version.

System is i7-860
Windows 7 x64
Aero turn off
all poker programs have admin rights

Last edited by dad604; 10-24-2010 at 07:53 PM.
StackAndTile Quote
10-25-2010 , 06:50 AM
does this work if i drag the stack of the screen?
I usually use 2 screens(one for tile and one for the stack) but one isnt working, so i was wondering if it still works if u just drag the stack to the furthest corner of the screen so nothing of the stack will be visible for me.
StackAndTile Quote
10-25-2010 , 09:04 AM
Quote:
Originally Posted by Terro
does this work if i drag the stack of the screen?
I usually use 2 screens(one for tile and one for the stack) but one isnt working, so i was wondering if it still works if u just drag the stack to the furthest corner of the screen so nothing of the stack will be visible for me.
I have a grid which shows just 10% of the table.
StackAndTile Quote
10-25-2010 , 11:13 AM
Quote:
Originally Posted by ronmar
I found a bug with the recent version 1.99.15

for FTP when I use tile-all-tables, its tiles all of them but leaves one on the stack. Its not a big issue since if the table becomes active through VPIP mode, it gets tiled.
not a bug, this is a feature! read the changelog. there will be an option to turn this off

Quote:
Originally Posted by dad604

Everything seem to be working ok except for one thing. For now I have just fold+stack, call, bet, move table to stack hot key only. On Party, the call and bet hot key do not work. On Fulltilt all the keys work properly. Using preflop option. Any ideas.
i have not been able to test on party, since they block even my play money account from the US. complain to them on email. soon youll be able to create support for your own custom site, so you can make your own settings to ensure party is supported

Quote:
I also had trouble in the pre config with getting window size for the poker table so I resize one of the non poker windows to same size as the poker table, that seem to work. I saw in a previous post that this issue would be fix in next version.
yeah this has been broken. fix will be in next version, and even if it doesnt work, youll be able to manually input your gridsize

Quote:
Originally Posted by Terro
does this work if i drag the stack of the screen?
I usually use 2 screens(one for tile and one for the stack) but one isnt working, so i was wondering if it still works if u just drag the stack to the furthest corner of the screen so nothing of the stack will be visible for me.
yes it should work. ive tested with the stack off screen before and it worked
StackAndTile Quote
10-25-2010 , 03:50 PM
Quote:
Originally Posted by greg nice
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.

Thanks. I'll play around with this a bit and see if I can find a simple fix. Right now it is kind of annoying so an extra config would be great, but I understand you have many priorities.

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

Ahh thank you, I must have restarted the program while I had more tables up than grid slots, then the tables timed out in the stack and stayed there. The 'old tables' setting would be great.
StackAndTile Quote
10-25-2010 , 05:48 PM
Quote:
Originally Posted by Max1mums
Try running this speed test, just open any 20 PS/FT tables (Playmoney cash easiest), press f12 several times, how much will it be for you?
Code:
#NoEnv
#SingleInstance, Force
Settitlematchmode, 2


SysGet, xbord, 32
SysGet, ybord, 33
SysGet, cap, 4


f12::
StartTime:=A_TickCount
WinGet, listst, List, ahk_class PokerStarsTableFrameClass
WinGet, listft, List, ahk_class QWidget,,Full Tilt
Loop, %listst%
{
win:=listst%A_index%
col%A_index%:=PixelColorA(0.5,0.5,win)
}
Loop, %listft%
{
win:=listft%A_index%
col%A_index%:=PixelColorA(0.5,0.5,win)
}
ElapsedTime:=A_TickCount - StartTime
Gui, 2:Add, Text,,%ElapsedTime% milliseconds have elapsed
Gui, 2:+ToolWindow
Gui, 2:Show, w180 h40
Sleep, 1000
Gui, 2:Destroy
return




CreateDIBSection(hDC, nW, nH, bpp = 32, ByRef pBits = "") {
   NumPut(VarSetCapacity(bi, 40, 0), bi)
   NumPut(nW, bi, 4)
   NumPut(nH, bi, 8)
   NumPut(bpp, NumPut(1, bi, 12, "UShort"), 0, "Ushort")
   NumPut(0,  bi,16)
   Return DllCall("gdi32\CreateDIBSection", "Uint", hDC, "Uint", &bi, "Uint", 0, "UintP", pBits, "Uint", 0, "Uint", 0)
}

PixelColorA(colxa,colya,id)
{
critical ;speed up
global xbord,ybord,cap
hdc_frame := DllCall( "GetDC", "UInt", id)
hdc_buffer := DllCall("gdi32.dll\CreateCompatibleDC", "UInt",  hdc_frame)
WinGetPos, X, Y, W, H, ahk_id %id%
hbm_buffer := CreateDIBSection(hdc_frame, w, h)
DllCall( "gdi32.dll\SelectObject", UInt,hdc_buffer, UInt,hbm_buffer)
DllCall( "PrintWindow", "UInt" , id , "UInt" , hdc_buffer , "UInt" , 0 )
WinGetPos, X, Y, W, H, ahk_id %id%
DllCall("RedrawWindow",uint,id,uint,0,uint,0,uint, 1|16|32|128|256|1024) ; with all children windows
w := w - (2*xbord)
h := h - (2*ybord) - cap
Transform, X, Floor, W*colxa
Transform, Y, Floor, H*colya
pixel_x := x + xbord
pixel_y := y + ybord + cap
pix := DllCall("GetPixel", "UInt", hdc_buffer, "Int", pixel_x , "Int", pixel_y) 
SetFormat, IntegerFast, hex
pix += 0  ; Sets Var (which previously contained 11) to be 0xb.
pix .= ""  ; Necessary due to the "fast" mode.
SetFormat, IntegerFast, d
DllCall( "gdi32.dll\DeleteObject", "uint", hbm_buffer )
DllCall( "gdi32.dll\ReleaseDC"    , "uint", hdc_frame )
DllCall( "gdi32.dll\DeleteDC"    , "uint", hdc_frame )
DllCall( "gdi32.dll\DeleteDC"    , "uint", hdc_buffer )
return pix
}
Came across this script at post 99 of this thread. What exactly does this measure?

Thanks
StackAndTile Quote
10-25-2010 , 07:15 PM
i do have another problem, maybe a bit stupid but when i stack multiple tables at fulltilt it pops another table over the one i was just sitting down before i even got the chance to click enter to verify my bet amount and i dont seem to bring it back to front because instantly the other table will pop in front again (yeah i can ninja-skill like hit enter as soon as i activate the new table but thats not quite what i want :P )
StackAndTile Quote
10-25-2010 , 08:04 PM
OK, I'm at a total loss with how this works and I have read thru the 1st 18 pages of this thread and the Quick Start Guide at the SaT website.
When I opened this the SaT lobby opened with the Setup Grid Wizard dialog.
I completed the 4 steps creating a config file. (BTW, what is the difference in Step3 for Auto Fill and RowsxColumns? I left it at Auto Fill)
I did notice when it grabbed the table size below the Grab Size button it read
slot size: x; I thought that was odd, thinking it should match my table height and width but I don't know.
Then I click finish and it reloads.
My question is now what is supposed to happen? When I hit "Start" it says I need to tun Setup Grid first (thought I just did that with the wizard).

If there is a post in the thread with a guide for dummies please point me to it.

Thank
StackAndTile Quote
10-25-2010 , 08:06 PM
u just hit the "wrong" table
i had the same problem, just restart and try finding one where it doesn´t say "x" but "800*500" or somehing
StackAndTile Quote
10-25-2010 , 08:47 PM
Quote:
Originally Posted by sequeezer
u just hit the "wrong" table
i had the same problem, just restart and try finding one where it doesn´t say "x" but "800*500" or somehing
Don't follow you; I only had one table open and it was default size of 800x580
StackAndTile Quote
10-25-2010 , 10:06 PM
Cant get this to work, no matter how I do the settings it says I need to run set up grid first.... Im running windows 7 64 bit... is this uncompatible or am I just doing the set up wrong somehow?

could use some help please thanks
StackAndTile Quote
10-25-2010 , 11:34 PM
Quote:
Originally Posted by rarerabbit
Came across this script at post 99 of this thread. What exactly does this measure?

Thanks
just measures how costly it is to scan and scrape tables for software like this

Quote:
Originally Posted by sequeezer
i do have another problem, maybe a bit stupid but when i stack multiple tables at fulltilt it pops another table over the one i was just sitting down before i even got the chance to click enter to verify my bet amount and i dont seem to bring it back to front because instantly the other table will pop in front again (yeah i can ninja-skill like hit enter as soon as i activate the new table but thats not quite what i want :P )
try turning off the fulltilt setting here:
http://stackandtile.com/sat/node/11
and making sure 'Bring table to top' is enabled in SaT advanced options

Quote:
Originally Posted by rarerabbit
I did notice when it grabbed the table size below the Grab Size button it read
slot size: x; I thought that was odd, thinking it should match my table height and width but I don't know.
like the other guy said, you need to pick a different window to define your slot size. pick different windows and click the 'Get Size' button until you get something like "800x600" instead of " x "

this is a bug that will hopefully be fixed in next version


Quote:
Originally Posted by Rodd_Hammers
Cant get this to work, no matter how I do the settings it says I need to run set up grid first.... Im running windows 7 64 bit... is this uncompatible or am I just doing the set up wrong somehow?

could use some help please thanks
please see the above response to the previous guy i quoted. during Setup Grid Wizard, when you click on the Get Size button, if it just says " x " then theres a problem. pick a different window that will actually report a valid size such as "800 x 600", and resize that window that actually works to your table size, and then click Get Size again
StackAndTile Quote
10-26-2010 , 08:49 AM
Quote:
if newtables=stackslot, sat will now think New tables are in 'Stack' not in 'New Tables stack'
does this mean that I can combine new tables slot and stack into 1?
StackAndTile Quote
10-26-2010 , 12:03 PM
Alright, after some more messing around with the program and doing the things that you told me i've worked out a few probs. The Ongame tables are popping out of the stack just fine, same with party and tilt. (i believe that was the buttons = fold fix). Now i'm left with 2 problems and then i should be good to go!

1: the left click activation only seems to work on tilt (when i click fold on party and ongame the tables just stay in the grid)

2: Party and tilt seem to constantly be stealing focus (the tables are constantly battling with each other and flashing and making it impossible to type bets on tables or do really anything on my computer) I turned off all of the 'bring table to top' stuff on party and tilt but i can't seem to fix this one on my own.

thanks again!
StackAndTile Quote
10-26-2010 , 12:41 PM
Quote:
Originally Posted by greg nice

try turning off the fulltilt setting here:
http://stackandtile.com/sat/node/11
and making sure 'Bring table to top' is enabled in SaT advanced options
I wasnt having any problems but thought Id switch off the FT Bring to front as it was enabled in SaT.

Simply put, if a table ended up ontop of another, the bottom table never got brought forward. Had to re-enable the option in FT.
StackAndTile Quote
10-26-2010 , 01:13 PM
Quote:
Originally Posted by ronmar
does this mean that I can combine new tables slot and stack into 1?
yes

Quote:
Originally Posted by 10K-in-Clay

1: the left click activation only seems to work on tilt (when i click fold on party and ongame the tables just stay in the grid)
yes, again i havent been able to test on party to implement those settings. as for OnGame, or any custom user site, those settings arent available. look out for the wizard in the next version

Quote:
Originally Posted by 10K-in-Clay
2: Party and tilt seem to constantly be stealing focus (the tables are constantly battling with each other and flashing and making it impossible to type bets on tables or do really anything on my computer) I turned off all of the 'bring table to top' stuff on party and tilt but i can't seem to fix this one on my own.
i wasnt aware that party had this option to turn it off. as long as you let SaT handle things, tables shouldnt steal focus. the problem comes when you use sites that dont have that option to turn it off. so if you cant turn partys popping up off, then its gonna be a problem. stars,tilt,ub, you can turn it off, so then SaT should work properly, at least on my testing

Quote:
Originally Posted by Stu_the_kid_Ungar
I wasnt having any problems but thought Id switch off the FT Bring to front as it was enabled in SaT.

Simply put, if a table ended up ontop of another, the bottom table never got brought forward. Had to re-enable the option in FT.
this should not happen. SaT should wait until the top table no longer needs action, and then look for any other tables that need action, and bring those up. so lets say you have tables 1,2,3 stacked. first table 1 needs action, then table 3, then table 2. well table 1 is already on top, so SaT will wait until you take action. once it detects action is no longer needed (fold button is gone), then it will bring table 3 to the top, and then wait until that no longer needs action, etc..
StackAndTile Quote
10-26-2010 , 01:38 PM
ty ty, finally got this working. Used this on fulltilt for a 16 table test run and I really like how I can play more than say 9 games with a hud going with good readability without having to cascade. Thanks Greg for the cool software.
StackAndTile Quote
10-26-2010 , 04:01 PM
thanks for the help greg, party does have the option to make the table pop up or steal focus etc and i have them all checked off but party does still seem to be stealing focus while this program is running. Thanks anyways tho! i'll wait until the next release to see if i can get it working.
StackAndTile Quote
10-26-2010 , 05:06 PM
Quote:
Originally Posted by Rodd_Hammers
ty ty, finally got this working. Used this on fulltilt for a 16 table test run and I really like how I can play more than say 9 games with a hud going with good readability without having to cascade. Thanks Greg for the cool software.
great. thanks

Quote:
Originally Posted by 10K-in-Clay
thanks for the help greg, party does have the option to make the table pop up or steal focus etc and i have them all checked off but party does still seem to be stealing focus while this program is running. Thanks anyways tho! i'll wait until the next release to see if i can get it working.
can you test with SaT off, can you test both sites and see if they steal focus, even when all their popup settings are off too?
StackAndTile Quote
10-26-2010 , 05:23 PM
Quote:
Originally Posted by greg nice
like the other guy said, you need to pick a different window to define your slot size. pick different windows and click the 'Get Size' button until you get something like "800x600" instead of " x "

this is a bug that will hopefully be fixed in next version
greg, just want you to know that did the trick; I resized the lobby to 800x580 and it grabbed that with no problem.

I really appreciate the effort you put into this and hopefully I can offer feedback as well as just questions
StackAndTile Quote
10-26-2010 , 06:33 PM
Greg,
When's the ETA of the next update? I have about 20 tables stacked and have been experiencing a lot of lag. I'm looking forward to the upcoming feature to only scan 8 or so tables during each scanning cycle. I imagine that it will help a lot.
StackAndTile Quote
10-26-2010 , 06:35 PM
next couple days. been busy
StackAndTile Quote
10-26-2010 , 07:00 PM
Quote:
Originally Posted by greg nice
next couple days. been busy
is the highlighting of locked tables coming soon?
red borders or a big movable icon will do
StackAndTile Quote

      
m