Thread: TableNavigator
View Single Post
  #9  
Old 02-10-2006, 11:13 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: A script you might like

Glad you like it.

[ QUOTE ]
I do have a slight overlap on my setup

[/ QUOTE ]

In this case you might want to try this:

up::
key = up
def_t := GetTarget(key)
WinGetPos, px, py, , , ahk_id%def_t%
Gui, Show, w%w% x%px% y%py% NoActivate
<font color="red"> WinActivate, ahk_id%def_t% </font>
Return

etc....

That way you’ll be able to see the entire table.

Good ideas with the demo money and the alt-modifier, thx for sharing.

[ QUOTE ]
Also, I only 4-table 6max atm, and just wondered if it would be possible to stop the wrap-around effect (EG: So if I am in the top left window and press up or left, the GUI just stays at the top left).

[/ QUOTE ]

No problem. Getting it to work was the hard part [img]/images/graemlins/laugh.gif[/img]. Do you still want it to skip from the last table in the first row to the first table in the last row etc., or should I turn that off too?


[ QUOTE ]
I owe you one for this!!!

[/ QUOTE ]

Nope. [img]/images/graemlins/smile.gif[/img] I use Auto Resizer and love it (especially the auto-rebuy) so tyvm for that mate.
Reply With Quote