Open Side Menu Go to the Top

10-10-2009 , 07:41 AM
Hi,
I play 12 tables, with only 6 tables that are visible in a tiled way (so 2 tables on top of each other).

If there is a big hand on a table which is behind another table, I would like to be able to quickly move that table in front of the other with just a simple keycommand.

So this is what I want:
For example: When the mouse is over the top right 2 tables and I press the 's' button, I want the top-right table in the background to move to the foreground. When I press 's' again when the mouse is in the same position, I want the situation undone. Same goes for all the other tables at other positions of the screen.

I think you know what I mean.

I have some AHK experience myself, but the only command I could find was 'WinActivateBottom'. The problem is, I dont know how to program with this function.

I hope someone can help, such a script might be useful for the entire poker community.
Simple script request: Need script for table in the background to come to foreground Quote
Simple script request: Need script for table in the background to come to foreground
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Simple script request: Need script for table in the background to come to foreground
10-10-2009 , 08:57 AM
This is exactly the same thing I would like to use. I tried stacking, but found that I had two tables that were on the bottom that never came to the top. I ended up getting blinded out (SNG)!!!!!

I tile twelve tables now, but I'd like to stack again and have the option to flip through all of the tables in each stack.
Simple script request: Need script for table in the background to come to foreground Quote
10-10-2009 , 01:12 PM
Easiest would be to move the table at top (table which your mouse pointer is over) and move it to bottom like the hotkey shown at the bottom of my post 33 in this thread
Simple script request: Need script for table in the background to come to foreground Quote
10-10-2009 , 07:03 PM
Quote:
Originally Posted by Quetzo
Easiest would be to move the table at top (table which your mouse pointer is over) and move it to bottom like the hotkey shown at the bottom of my post 33 in this thread

You seriously rock! I already currently use your script to tile (it works beautifully), but I didn't know about this capability. I'll try it later.

Very nice work, Quetzo!
Simple script request: Need script for table in the background to come to foreground Quote
10-10-2009 , 07:58 PM
Okay... so it works pretty well.....

for some reason, though, when I close a table and middle click, the tables don't fill in the space.

Suppose I have twelve tables going and stacks of two in the upper left corner and the top middle sections.

If I close a table in the bottom row and click the middle mouse button, one of the two stacked tables doesn't fill the hole in. The hole remains.

Also, when the number of tables reaches six and four, the table sizes don't get larger like they do in your other script.

Question: Can I merge the two scripts to keep the filling in and table size features of the old script and the new stacking feature of the new one?

I'll try running them separately at the same time, but I'm guessing it won't work.


Sorry for all the questions. Thanks, Quetzo!

Last edited by aura; 10-10-2009 at 08:10 PM.
Simple script request: Need script for table in the background to come to foreground Quote
10-11-2009 , 06:54 AM
After a lot of experimenting, I came up with this solution (as I dont want to move tables). I edited the betpot ahk script (the 'betpot_default_hotkeys.ahk' file): you have to look for these lines:

Xbutton1::
delete whatever lines are here
return

Xbutton2::
delete whatever lines are here
return

You change them to:

Xbutton1::
MouseGetPos,,,tableID
IfWinExist, ahk_id %tableID%
WinMinimize
return

Xbutton2::
IfWinExist, ahk_id %tableID%
WinActivate
return

Now with a single click at the bottom thumb button on your mouse you can minimize the table at which your mouse is pointing at. Clicking the top thumb button restores the table you minimized. Works great for me, its exactly what I wanted.

Problem for you is that it only remembers 1 minimized table for restoration, so I guess its not suitable if you stack more than 2 tables behind each other. I think you really want to be able to cycle between tables.
Simple script request: Need script for table in the background to come to foreground Quote
10-11-2009 , 08:46 AM
Quote:
Originally Posted by Thois
After a lot of experimenting, I came up with this solution (as I dont want to move tables). I edited the betpot ahk script (the 'betpot_default_hotkeys.ahk' file): you have to look for these lines:

Xbutton1::
delete whatever lines are here
return

Xbutton2::
delete whatever lines are here
return

You change them to:

Xbutton1::
MouseGetPos,,,tableID
IfWinExist, ahk_id %tableID%
WinMinimize
return

Xbutton2::
IfWinExist, ahk_id %tableID%
WinActivate
return

Now with a single click at the bottom thumb button on your mouse you can minimize the table at which your mouse is pointing at. Clicking the top thumb button restores the table you minimized. Works great for me, its exactly what I wanted.

Problem for you is that it only remembers 1 minimized table for restoration, so I guess its not suitable if you stack more than 2 tables behind each other. I think you really want to be able to cycle between tables.

Yeah. Thanks, but I need to cycle between more than two stacked tables.

fwiw, Quetzo's solution works perfectly now.
Simple script request: Need script for table in the background to come to foreground Quote
10-11-2009 , 08:53 AM
Okay.

Figured out the solution to both problems.

As far as filling in the holes, it's already in the new script. The problem is that it doesn't work unless I reload the script. I have to reload the script every time I want to fill in a hole. No prob..... issue resolved!

The resizing is accomplished by pausing/exiting the new script and starting the old one. This is done when stacking is no longer needed (9 or less tables). Yay!

Quetzo! I'll ship you a few on FT or stars if you want. You can post or pm me your sn. I don't have a ton of money, but you're worth it!
Simple script request: Need script for table in the background to come to foreground Quote
10-12-2009 , 10:02 AM
wow, ive finally come with the ultimate solution:

Xbutton1::
MouseGetPos,,,tableID
IfWinExist, ahk_id %tableID%
WinSet, Bottom,, ahk_id %tableID%
return

This code works for stacks with more tables as well! When you click on the thumb button on your mouse it brings the table in front of the stack to the bottom of the stack, so you can cycle infinitely!!!

Ive also added this line to my fold button, so whenever I fold, that table is gone to the back of the stack.

It works really great.

Last edited by Thois; 10-12-2009 at 10:11 AM.
Simple script request: Need script for table in the background to come to foreground Quote
10-12-2009 , 01:23 PM
Which website are you playing on?
Simple script request: Need script for table in the background to come to foreground Quote
10-12-2009 , 01:58 PM
Quote:
Originally Posted by dashortstack
Which website are you playing on?
it doesnt matter, it works for every website as it just brings the window (could be any window, even an internet explorer window or whatever) youre pointing at to the back of the stack of windows
Simple script request: Need script for table in the background to come to foreground Quote
Simple script request: Need script for table in the background to come to foreground
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Simple script request: Need script for table in the background to come to foreground

      
m