Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #891  
Old 03-29-2007, 10:46 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: TableNavigator

[ QUOTE ]
Oh, an issue with tablenav: when you leave tables at FullTilt, you don't actually leave your seat. It just closes the window. This can limit your number of tables since you have to wait for yourself to time out.

[/ QUOTE ]

Yeah, this is a stupid behavior of the FT software. I can think of no scenario where you would want to close a table but remain seated there.

With the fancy new plug-in architecture of TN, it should be easy to fix [img]/images/graemlins/smile.gif[/img] One must click "Stand Up" (FTCButton7) prior to closing table to fix this.
Reply With Quote
  #892  
Old 03-29-2007, 11:45 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: TableNavigator

The BetPot 0.2j download is on overcards.com.

It should now correctly detect Table Navigator's selected window, no matter where your mouse may be.


Roland, I defer to your expertise... white-space problem, bug or feature? Worth posting for attention of AHK Chris?


dave.
Reply With Quote
  #893  
Old 03-30-2007, 05:48 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

[ QUOTE ]
Roland, I defer to your expertise... white-space problem, bug or feature? Worth posting for attention of AHK Chris?

[/ QUOTE ]

Well, it took a long time to find, but this was the problem: You had a space between the first 'WinExist' and the bracket:

[ QUOTE ]
If ! WinExist ("blue_bar ahk_class AutoHotkeyGUI")

[/ QUOTE ]

This is definitely not a bug...

Looks like you somehow got rid of that space without realizing it was the problem and then blamed it all on an empty line? [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #894  
Old 03-30-2007, 05:51 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

[ QUOTE ]
Looks like Roland is back!!!!!!!!!!!

[/ QUOTE ]

Thanks for fixing TableNavigator while I was away... as you'll see this will be a lot easier to do from now on. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #895  
Old 03-30-2007, 05:53 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

[ QUOTE ]
[ QUOTE ]
Oh, an issue with tablenav: when you leave tables at FullTilt, you don't actually leave your seat. It just closes the window. This can limit your number of tables since you have to wait for yourself to time out.

[/ QUOTE ]

Yeah, this is a stupid behavior of the FT software. I can think of no scenario where you would want to close a table but remain seated there.

With the fancy new plug-in architecture of TN, it should be easy to fix [img]/images/graemlins/smile.gif[/img] One must click "Stand Up" (FTCButton7) prior to closing table to fix this.

[/ QUOTE ]

Dammit... that command is one of the few commands I left in the main script; didn't think it made much sense to have the same function over and over again...
Easy enough to fix though.
Reply With Quote
  #896  
Old 03-31-2007, 06:27 PM
Allinlife Allinlife is offline
Senior Member
 
Join Date: Sep 2004
Location: Folder\'s club member
Posts: 3,207
Default Re: TableNavigator

YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS

my wrist thanks you sir.
Reply With Quote
  #897  
Old 04-02-2007, 04:35 AM
canta canta is offline
Member
 
Join Date: Sep 2006
Posts: 95
Default Re: TableNavigator

[ QUOTE ]
Yeah, I'll definitely write that guide and then you can write the Prima plug in

[/ QUOTE ]

Alright, i gave it a shot and have a problem with function tablesSomeCasino(Lobby)
I got the lobby to minimize with your test.ahk in TableNavigatorGuide(wohoo), but i cant get TN to recognise the tables(grrrr).
What should i write in this line: WinGet, list, list, ?????

The window spy says this:

>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
Poker - (6 Seat Table) - MyScreenName - Blinds $1/$2 Ingvar [Hold 'em Real Money No Limit]
ahk_class POPUP_INT_DLG_WINDOW


btw, here is LobbySomeCasino:
lobbyRedNines() {
SetTitleMatchMode 1
WinGet, id, id, ahk_class GFX_INT_DLG_WINDOW_MAIN_PrimaPokerNetwork
return id
}

and i found the coordinates of the rest of the functions also, just not to get TN to recognise tables, grrrrr.
Reply With Quote
  #898  
Old 04-02-2007, 07:31 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

Do all window titles start with the string "Poker -"?
Is the ahk_class the same for all tables?

SetTitleMatchMode, 1
If so, this should work:
WinGet, id, id, Poker - ahk_classPOPUP_INT_DLG_WINDOW
Reply With Quote
  #899  
Old 04-02-2007, 08:12 AM
canta canta is offline
Member
 
Join Date: Sep 2006
Posts: 95
Default Re: TableNavigator

All tables including the lobby starts with "Poker-", including the lobby
All tables have ahk_class POPUP_INT_DLG_WINDOW.
Lobby have ahk_class GFX_INT_DLG_WINDOW_MAIN_PrimaPokerNetwork
Still wont recognise. This is what i have so far:

lobbyRedNines() {
SetTitleMatchMode 1
WinGet, id, id, ahk_class GFX_INT_DLG_WINDOW_MAIN_PrimaPokerNetwork
return id
}

tablesRedNines(lobby) {
SetTitleMatchMode 1
WinGet, pid, pid, ahk_id%lobby%
WinGet, list, list, Poker - ahk_class POPUP_INT_DLG_WINDOW
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}
Reply With Quote
  #900  
Old 04-02-2007, 08:17 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: TableNavigator

Try:

WinGet, id, id, Poker - ahk_pid%pid%
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:14 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.