Open Side Menu Go to the Top
Register
AHK Script: Stacked Table Previewer AHK Script: Stacked Table Previewer

11-18-2010 , 08:48 PM
Quote:
Originally Posted by freo
Both of these requests are a bit more complex, as getting live game info is tricky, but i'll see what I can do.


Tbh I'm not sure of this scripts potencial, but if there's any way to read text from a windows, if you compare the text below the nickname with 'All in' maybe it would work.

There would be another problem that would be the position on the table, but using specific table seats or adding a username field on the script would solve solve.
AHK Script: Stacked Table Previewer Quote
11-18-2010 , 08:56 PM
I think I would like to do something a bit more expanded than just the hero being all in, as you may call an all in and have villain covered and it wont show you as all in, but you'd still want to see the outcome. So it would need to be either hero or villain all in.

I was also thinking that it would be nice to be able to set a pot size limit at which you show, say if the pot is more than 100bb?

Anyway, I have to work out if its possible first
AHK Script: Stacked Table Previewer Quote
11-18-2010 , 09:04 PM
Quote:
Originally Posted by freo
I think I would like to do something a bit more expanded than just the hero being all in, as you may call an all in and have villain covered and it wont show you as all in, but you'd still want to see the outcome. So it would need to be either hero or villain all in.

I was also thinking that it would be nice to be able to set a pot size limit at which you show, say if the pot is more than 100bb?

Anyway, I have to work out if its possible first
good point, forgot about that case

If you make that number adjustable, i can see some use on that.


Something that would filter tables with no action would be welcome, at least my problem (and considering that people that stack play a lot of tables so they might have the same problem) is that if we are playing 20 tables, the size of the previews are very small.


gl
AHK Script: Stacked Table Previewer Quote
11-18-2010 , 09:11 PM
Yes, I can see the value of only showing tables that match certain requirements. ie, not seated, large pot, all-in, sitting out etc.
AHK Script: Stacked Table Previewer Quote
11-18-2010 , 09:30 PM
Quote:
Originally Posted by freo
Yes, I can see the value of only showing tables that match certain requirements. ie, not seated, large pot, all-in, sitting out etc.
that would be ****ing awesome....
AHK Script: Stacked Table Previewer Quote
11-18-2010 , 11:38 PM
Is it possible to get this to work using XP with an "aero effects" program installed?
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 12:01 AM
it is not. it uses aero's dwmapi.dll, this isn't included in XP and I very much doubt any 3rd party effects prog uses the real deal from microsoft.
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 06:02 AM
Quote:
Originally Posted by freo
Both of these requests are a bit more complex, as getting live game info is tricky, but i'll see what I can do.
Idk what's possible with ahk scripts but if it could also auto close tables that get below a set number of people playing, that would be amazing!
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 06:47 AM
If I can get it so that one of the filter criteria is less than a certain number of active players, i'll give the option of showing or closing as closing is a simple command. It's getting the number of active players thats the hard part.
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 04:45 PM
Quote:
Originally Posted by freo
If I can get it so that one of the filter criteria is less than a certain number of active players, i'll give the option of showing or closing as closing is a simple command. It's getting the number of active players thats the hard part.
Would it also close the 'actual' table? Sorry, I guess I was a little unclear.
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 07:43 PM
edit: what do you know I scrolled up and found my answer
this is awesome
AHK Script: Stacked Table Previewer Quote
11-19-2010 , 08:28 PM
Quote:
Originally Posted by Matixboy
Would it also close the 'actual' table? Sorry, I guess I was a little unclear.
Yes it would close the actual table as clicking the top right of the thumbnail does now
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 08:16 AM
Brilliant tool you have. Wonder if it uses much cpu?

Anyway I am using it on iPoker and got it all working apart from the close table feature. Is it supposed to working yet on custom sites?
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 10:10 AM
Quote:
Originally Posted by pokerash
Brilliant tool you have. Wonder if it uses much cpu?

Anyway I am using it on iPoker and got it all working apart from the close table feature. Is it supposed to working yet on custom sites?
I quickly tried on Titan and got the close feature to work by setting:

ptablebasew=486
ptablebaseh=366
closexl=419
closexr=478
closeyt=22
closeyb=46

This should close the table by clicking the area in the top right hand side of the thumbnail where the "Hulk" and "Blackjack" icons show. Give those settings a try and let me know how it goes.
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 10:24 AM
Quote:
Originally Posted by freo
I quickly tried on Titan and got the close feature to work by setting:

ptablebasew=486
ptablebaseh=366
closexl=419
closexr=478
closeyt=22
closeyb=46

This should close the table by clicking the area in the top right hand side of the thumbnail where the "Hulk" and "Blackjack" icons show. Give those settings a try and let me know how it goes.
Brilliant.. that works thanks
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 01:27 PM
This is insanely good, thank you so much!
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 04:02 PM
When you start to get a lot of tables going they start to get pretty small is there something i can change to make the tables bigger?
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 05:19 PM
Quote:
Originally Posted by ThanksInAdvance
When you start to get a lot of tables going they start to get pretty small is there something i can change to make the tables bigger?
+1

I'm not sure if you've implemented it yet but I can't find it in the code. I'd like to fill in the extra white space to increase visibility -- only 20 tables loaded as observer in this screenshot, 3x8 tables when full.

AHK Script: Stacked Table Previewer Quote
11-20-2010 , 08:23 PM
Unfortunately the only way to increase the thumbnail sizes would be to increase the size of the preview window. The size of the thumbnails is determined by that. In your example you see that you will only be able to have tables 3 high based on the size of the preview window. The number of tables wide is then a function of that 3 high.

The suggestions made to filter out tables that you have folded and are waiting for the next deal, or the pot is below a certain limit will reduce the number of tables showing and subsequently increase the size of the thumbnails, however i'm still trying to work out how to do that.
AHK Script: Stacked Table Previewer Quote
11-20-2010 , 08:39 PM
Quote:
Originally Posted by freo
The suggestions made to filter out tables that you have folded and are waiting for the next deal, or the pot is below a certain limit will reduce the number of tables showing and subsequently increase the size of the thumbnails, however i'm still trying to work out how to do that.
This would be brilliant. Suggestion would be to check for a flop? Calibrate a background color where the flop would be and if its different show it in the preview?

So even if you're all in pre flop a flop will be dealt and the preview would appear.
AHK Script: Stacked Table Previewer Quote
11-21-2010 , 12:42 AM
checking for a flop would stop you seeing "sit back in" etc., plus it'd have to be flop + hero still has hole cards to be useful.

I can see doing fairly well with checking certain pixels - but that gets you in trouble with different themes / sites etc.

getting active hand info from Stars is hard
AHK Script: Stacked Table Previewer Quote
11-21-2010 , 04:50 AM
Yeh however is done neds to cater for the all the different themes somehow. I have some ideas but need to dig a little deeper as its quite complicated.
AHK Script: Stacked Table Previewer Quote
11-21-2010 , 08:52 AM
Quote:
Originally Posted by _dave_
checking for a flop would stop you seeing "sit back in" etc., plus it'd have to be flop + hero still has hole cards to be useful.

I can see doing fairly well with checking certain pixels - but that gets you in trouble with different themes / sites etc.

getting active hand info from Stars is hard
Yeh I was thinking checking the two points for flop and hole cards but I'm no AHK programmer.

Quote:
Originally Posted by freo
Yeh however is done neds to cater for the all the different themes somehow. I have some ideas but need to dig a little deeper as its quite complicated.
Some sort of calibration? But I guess that requires more work to create a gui or something. Or maybe just get people to input pixel coordinates and colors?

Anyway, on pokerstars I was just wondering how people handle the close table dialog. Love the way I can just click in the previewer but then the confimation dialog gets stuck in the stack anyway. Just interested in people's solutions?
AHK Script: Stacked Table Previewer Quote
11-21-2010 , 08:58 AM
Quote:
Anyway, on pokerstars I was just wondering how people handle the close table dialog. Love the way I can just click in the previewer but then the confimation dialog gets stuck in the stack anyway. Just interested in people's solutions?
Might be able to auto-click that, i'll check it out.
AHK Script: Stacked Table Previewer Quote
11-21-2010 , 10:39 AM
Quote:
Originally Posted by freo
Might be able to auto-click that, i'll check it out.
That would be great
AHK Script: Stacked Table Previewer Quote

      
m