Jump to content

Fload

Members
  • Posts

    7
  • Joined

  • Last visited

Fload's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thanks syed23 !!
  2. the only thing i dont understand is that i know that color is there... why would it throw an error?
  3. having trouble with a function i wrote, im fairly new to programming... First call of this function works fine however if i call it again i get this error.... C:\Program Files\AutoIt3\Include\PKtools.au3 (80) : ==> Subscript used with non-Array variable.: MouseClick ( "left" ,$coord[0] ,$coord[1]) MouseClick ( "left" ,$coord^ ERROR Func Check() ;Checks For Color does action according to result Local $coord[3] Local $var2 = "0x57C522" ;Color to check $coord = PixelSearch (404,507,406,509, $var2,20) ; Check for color If @error <> 1 Then Sleep(10) Else $coord = PixelSearch(450,226,570,346, "0x6CC462" ,10) ;find item MouseClick ( "left" ,$coord[0] ,$coord[1]) ;click item sleep(3000) MenuSelect("Flo") sleep(3000) MenuSelect("He") EndIf EndFunc
  4. after more searching and searching i found the changes needed to the script here in the forums to make it work for v3, however it is still not working. hangs on tesseract cmd line with error complaining that it cannot open the file ~randomjunk.tif and just crashes... its gotta be something easy im overlooking....
  5. #include <SimpleTesseractColor3.au3> MsgBox (0, "Tester", "click when ready") sleep (2000) $CapturedText = _TesseractScreenCapture(0, "", 0, 3, 383, 640, 173, 197, 0) MsgBox( 0, "Test", $CapturedText) this is the test code im working with
  6. cant figure out why but tesseract keeps crashing with "cannot open file " error, im on win7 anyone had to deal with this error? im using tesseract 3 with the script changes from this thread.... script seems to be working fine no errors just erroring on tesseracts side of things... i turned uaf off too, no luck there, anyone got any ideas?
  7. i too am having the same problems, driving me nuts. Just installed Tesseract 3 gonna see if i can mod the original script to work with it...
×
×
  • Create New...