View Single Post
  #504  
Old 12-06-2006, 08:19 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Is there any way for me to disable the way that the script functions only work while the mouse is hovering over the active table? I am trying to get this work concurrently with TableNavigator. Thanks!!!!

[/ QUOTE ]

Yes,

read back throught this thread for disco_stu's posts on this matter.

You need to add the line:

---------------------------------------

act_only_on_active_table := 1

---------------------------------------

right at the top of the script.

This makes the functions go to the active table, rather than the table the mouse is over.

dave.
Reply With Quote