View Single Post
  #108  
Old 10-25-2006, 07:57 PM
Nortonesque Nortonesque is offline
Member
 
Join Date: Oct 2004
Posts: 58
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]


Try changing these bits: (or running XP theme "Windows Classic")
--------------------------------------------------------------------------------------------------------------------
pot := DigitSearch(relXStars(<font color="blue">320</font>, w), relYStars(35, h), relXStars(496, w), relYStars(<font color="blue">90</font>, h), id, potPicDir, 30)
--------------------------------------------------------------------------------------------------------------------


[/ QUOTE ]
The script I downloaded has another argument in DigitSearch before the "shades" argument. After adding ', "", 30' it worked for me.

Maybe this problem has something to do with the color depth of the machines we're using?
Reply With Quote