Open Side Menu Go to the Top
Register
StackAndTile StackAndTile

12-14-2009 , 10:28 AM
This is the support thread for StackAndTile, which is table management/hotkey software supporting many poker rooms.

Last edited by Bobo Fett; 06-25-2011 at 07:16 AM.
StackAndTile Quote
12-14-2009 , 11:41 AM
sweet
StackAndTile Quote
12-14-2009 , 03:15 PM
nice good job man
StackAndTile Quote
12-14-2009 , 03:34 PM
what i have to do to get this working for me?
StackAndTile Quote
12-14-2009 , 03:40 PM
would this work with TN?
StackAndTile Quote
12-14-2009 , 04:12 PM
Quote:
Originally Posted by greg nice

I was planning on selling, but since TOI came out first, I figured since I was too slow, I'll just finish it and put it out. I will accept donations if anyone is generous. PM me.
I would imagine the 1st person to get an app like this working at FT bug free and not conflicting with FTTN or PokerShortcuts would get a good few customers, me included
StackAndTile Quote
12-14-2009 , 05:49 PM
so fine thats a code but i dont know how to use it. Can somone be so kind to explain how i can use it? Do i need an ahk script or what.


Thanks
StackAndTile Quote
12-14-2009 , 05:50 PM
It doesnt work for me on FTP, cannot set the grid there.
StackAndTile Quote
12-14-2009 , 06:09 PM
The grid is set during setup using a Stars table

Please just resize a Stars table to the same size as you would use at Fulltilt, and run setup. Then just make sure Fulltilt is checked under Sites, click Save, try again and report back

Last edited by greg nice; 12-14-2009 at 06:27 PM.
StackAndTile Quote
12-14-2009 , 06:16 PM
Quote:
Originally Posted by TristarPoker
so fine thats a code but i dont know how to use it. Can somone be so kind to explain how i can use it? Do i need an ahk script or what.


Thanks
here:
Quote:
(1) Download and install Autohotkey.

(2) Right-click desktop (or whatever location on your disk), choose New > Autohotkey Script.
(2a) Rename the new script from "New AutoHotkey Script.ahk" to "Your Choice of Name.ahk". Don't forget the ".ahk"!

(3) Right-click file, choose Edit Script.

(4) Paste in whatever script, save and close.

(5) Double-click file to run script.

Adde
maybe i should build the .exe
StackAndTile Quote
12-14-2009 , 06:23 PM
is there any program like AHK for mac users?
StackAndTile Quote
12-14-2009 , 06:44 PM
Quote:
Originally Posted by RakBakPro
would this work with TN?
I would think so, does it not work for you?

The only thing you'd need to do is move the 'Fold' hotkey over. So if you use "F" for Fold in TableNinja, remove it there, and put "F" for 'Fold and re-stack' in StackAndTile
StackAndTile Quote
12-14-2009 , 06:46 PM
Quote:
Originally Posted by greg nice
here:


maybe i should build the .exe
hell no!
On Vista i get flickering as described but on XP its pretty crispy. (FTP)
Ive wrote a script myself and i got the flickers as well.
Seems like a Vista thing but i cant fix it yet.
StackAndTile Quote
12-14-2009 , 06:49 PM
what method is causing you the flicker? are you grabbing pixels the same way with PrintWindow?
StackAndTile Quote
12-14-2009 , 06:58 PM
greg: you should add
Code:
SetWinDelay, 0
to make window-movement faster.

SetWinDelay AHK command reference
StackAndTile Quote
12-14-2009 , 07:20 PM
No its just the rendering of the window one way or another.
While its very easy to draw a table in a certain place very clean...its somehow hampered w/ automatic placement in some way...anyway, thats my experience thus far.
Ive also tried all sorts of delays but no luck...
StackAndTile Quote
12-14-2009 , 07:26 PM
if i remove the invalidatergn and WinSet Redraw's then the flicker goes away. but then sometimes tables dont redraw and you cant see things properly
StackAndTile Quote
12-14-2009 , 07:34 PM
Quote:
Originally Posted by e306
greg: you should add
Code:
SetWinDelay, 0
to make window-movement faster.

SetWinDelay AHK command reference
cheers thanks
StackAndTile Quote
12-14-2009 , 07:39 PM
Ow and...people should down the latest version of ahk for this puppy-)
StackAndTile Quote
12-14-2009 , 10:23 PM
This Script would be perfect if I could set it to only move table when a hand goes to the flop. Is there an easy way to do this?

Also sometimes when I press the fold hotkey, the table will go back to the stack but the hand will not be folded. I have the hotkey set up as a button on my Logitech mouse that uses SetPoint. I don't know if this has anything to do with it.
StackAndTile Quote
12-14-2009 , 11:04 PM
Quote:
Originally Posted by Dread Wings
This Script would be perfect if I could set it to only move table when a hand goes to the flop. Is there an easy way to do this?

Also sometimes when I press the fold hotkey, the table will go back to the stack but the hand will not be folded. I have the hotkey set up as a button on my Logitech mouse that uses SetPoint. I don't know if this has anything to do with it.
Eventually these scripts will do that but for now everybody is trying to get the basic functionality right...which seems pretty hard even for our finest coders-)
StackAndTile Quote
12-14-2009 , 11:15 PM
Quote:
Originally Posted by Dread Wings
This Script would be perfect if I could set it to only move table when a hand goes to the flop. Is there an easy way to do this?
once it's finished, this would be 10 lines of code... so not a big deal.

basically you create a second function CommunityCardsVisible(id):boolean and change the move_to_slot-condition to "if actionrequired(id) and communitycardsvisible(id) then move_to_free_slot"

Last edited by e306; 12-14-2009 at 11:26 PM.
StackAndTile Quote
12-14-2009 , 11:24 PM
Quote:
Originally Posted by Dread Wings

Also sometimes when I press the fold hotkey, the table will go back to the stack but the hand will not be folded.
this happened to me a few times during testing on fulltilt. are you getting it on stars? the other possiblity is that you are using a funky table size and getting the relative coords of the fold button is broken
StackAndTile Quote
12-14-2009 , 11:27 PM
Quote:
Originally Posted by neverbeclever
Eventually these scripts will do that but for now everybody is trying to get the basic functionality right...which seems pretty hard even for our finest coders-)
well the thing is, whatever Chiren wrote for himself, it was only for him, so he could live with and adjust to minor bugs and whatnot. when you have to build something for a wide audience who request a million different features, it suddenly becomes a lot of work.
StackAndTile Quote
12-14-2009 , 11:28 PM
Quote:
Originally Posted by e306
once it's ready, this would be 10 lines of code... so not a big deal.

basically you create a second function CommunityCardsVisible(id):boolean and change the move_to_slot-condition to "if actionrequired(id) and communitycardsvisible(id) then move_to_free_slot"
If pixel searching is the only way to see community cards then it would be quicker and easier basing it off your first action. ie, move if you click any action other than fold.
StackAndTile Quote

      
m