Problem with finding text image

Problem with finding text image using WindowsTIG on Windows XP and imageFound with new EggPlant 10.1 on Mac OS Snow Leopard.

Mac OS X 10.6.1
eggPlant Version 10.1 (1221)
WindowsTIG 1.02
Windows XP SP3

In this latest version I have problem to find text using Windows TIG and imageFound on ESEST applications…
Before I was using Segoe UI font with hight 9.5 and always find it. Now I have to use 9.1 and still is not find every time even I use Discrepancy: 1%.
Anybody has any clue to solve the problem or is bug on new EggPlant version ?

to clickTextMenu myText
setOption SearchRectangle, ()
Click (“protection_status”)
if imageFound((Text: myText, TextFont: “Segoe UI”, TextPlatform: “WindowsClassic”, TextSize: 9.1,Discrepancy: 1%)) then
Click FoundImageLocation()
else
if imageFound((Text: myText, TextFont: “Segoe UI”, TextPlatform: “WindowsClassic”, TextSize: 9.1, Discrepancy: 2%)) then
Click FoundImageLocation()
else
if imageFound((Text: myText, TextFont: “Segoe UI”, TextPlatform: “WindowsClassic”, TextSize: 9.1, Discrepancy: 3%)) then
Click FoundImageLocation()
Log myText && “text found”
else
LogWarning myText && “not found”
return true
end if
end if
end if
end clickTextMenu

EggPlant 10.11 released on Monday, October 12, fixes this issue.

Thanks, works properly with new EggPlant version now.