Thread: TableNavigator
View Single Post
  #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