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

11-27-2012 , 09:18 AM
Figured out how to get fold to work from the preview window, but would like help on how to get color coding for eg. - active and - last active window working and preferably a code where I can click the fold [ ] instead of just the big FOLD button when it's my turn to act to speed up the action. Not sure if possible. Willing to pay $$$ for a quick solution.
AHK Script: Stacked Table Previewer Quote
11-28-2012 , 04:31 PM
try if this works:

RButton:: ;fold
MouseGetPos, , , window
WinGetClass, class, ahk_id %window%
if class <> PTIODEVICE
return

getcoordinates(FoldX, FoldY, window)
controlclick, x%pixel_x% y%pixel_y%, ahk_id%window%,,,,NA

return
AHK Script: Stacked Table Previewer Quote
12-02-2012 , 09:46 AM
Hey, Is it possible to use this with Partypoker & Unibet? Don't know much about AHK scripts, so would be nice of someone can help me out here
AHK Script: Stacked Table Previewer Quote
12-25-2012 , 08:22 PM
Trying to use it for PS, how can i fix this issue?
thx
AHK Script: Stacked Table Previewer Quote
12-26-2012 , 05:03 AM
Quote:
Originally Posted by rhalala
Trying to use it for PS, how can i fix this issue?
thx
fixed alone!
AHK Script: Stacked Table Previewer Quote
12-27-2012 , 09:17 PM
hi, whats the actual reason this script only works on vista/aero, etc ?
AHK Script: Stacked Table Previewer Quote
12-27-2012 , 09:34 PM
Quote:
Originally Posted by Show`nTell
hi, whats the actual reason this script only works on vista/aero, etc ?
It hooks into the Thumbnail viewer (shows a thumnail view when you hover over the icon on the menu bar) which was only implemented in Windows versions from Vista onwards.
AHK Script: Stacked Table Previewer Quote
12-27-2012 , 10:00 PM
I see! thanks for the explanation.

I wonder.. maybe its possible to use a vista mod on my XP to make this work...
AHK Script: Stacked Table Previewer Quote
01-09-2013 , 06:10 PM
is there a version that works on cake poker? looks sick
AHK Script: Stacked Table Previewer Quote
01-12-2013 , 04:36 PM
can somebody help me i can´t get this working!

I tried almost every script that was here.

I do every step of the installation but when i run the script only get the grey window. When i open a table i don't get any thing on the grey window.

Im missing something?
AHK Script: Stacked Table Previewer Quote
01-13-2013 , 02:06 PM
solved...

Forgot to turn on AERO!
AHK Script: Stacked Table Previewer Quote
01-23-2013 , 07:57 PM
great idea!

But how do you guys use it?
with more then 12 tables stacked the previews tend to get too small to recognize anything.
I use two 24 inch monitors..

is anyone using it together with table ninja?
AHK Script: Stacked Table Previewer Quote
01-24-2013 , 12:15 AM
Quote:
Originally Posted by icantfoldatc
great idea!

But how do you guys use it?
with more then 12 tables stacked the previews tend to get too small to recognize anything.
I use two 24 inch monitors..

is anyone using it together with table ninja?
You can make the preview winder bigger. I use an entire 2nd monitor for the preview.

Just change the values for the preview window's width and height as desired.

;------------------------------------------------------------------------------------------------------------------
;User defined settings

hostwindoww=450 ;Host preview window width
hostwindowh=800 ;Host preview window height
hostwindowx=800 ;Host preview window x position on screen
hostwindowy=0 ;Host preview window y position on screen
AHK Script: Stacked Table Previewer Quote
02-14-2013 , 01:05 PM
Can anybody help me change the color to black? Thanks!
AHK Script: Stacked Table Previewer Quote
02-14-2013 , 01:47 PM
Quote:
Originally Posted by ErcOac
Can anybody help me change the color to black? Thanks!
forumserver.twoplustwo.com/showpost.php?p=33311068&postcount=209
AHK Script: Stacked Table Previewer Quote
02-18-2013 , 08:20 AM
Thanks alot! I knew i saw it before but just couldn't find it again.
AHK Script: Stacked Table Previewer Quote
04-02-2013 , 03:30 PM
Hi guys, did someone figured out already how to get this working for pokerstars AND fulltilt?
AHK Script: Stacked Table Previewer Quote
04-02-2013 , 03:32 PM
Quote:
Originally Posted by Yngwie Malmsteen
If you want the ordinary poker table window to have a border there is this script I found a while ago.
Thank you very much, it doesn't do exactly what I want, but maybe I can edit it if I have some time and I can understand the crappy scripting language (I can code in different languages, but this is total chinese for me)
AHK Script: Stacked Table Previewer Quote
04-22-2013 , 07:30 AM
Anyone got a working script for williamhill on ipoker?

edit/found a working one in post 170 except it doesnt work for tourneys any ideas?

Last edited by timbos; 04-22-2013 at 07:58 AM.
AHK Script: Stacked Table Previewer Quote
05-15-2013 , 06:50 AM
Script is awesome, thx

is it possible to change the script, so that the previewed tables have a fixed (and small) size instead of getting smaller?
AHK Script: Stacked Table Previewer Quote
05-16-2013 , 09:56 PM
is there anyway to make this work on a mac ?
AHK Script: Stacked Table Previewer Quote
05-19-2013 , 02:39 PM
Does this work with win8? I know it doesn't have aero but some options are still available, tried the script with no success, anyone else?
AHK Script: Stacked Table Previewer Quote
05-19-2013 , 03:17 PM
Ok, it is working, just had to use Max1mums version! Thank you very much!
AHK Script: Stacked Table Previewer Quote
05-23-2013 , 03:08 PM
Did someone already figured out how to get this working for FT and Pokerstars in 1 script ?
AHK Script: Stacked Table Previewer Quote
05-23-2013 , 04:38 PM
Does anyone know if this script is working for the .DK client ?
AHK Script: Stacked Table Previewer Quote

      
m