Activity log for bug #1556024

Date Who What changed Old value New value Message
2016-03-11 10:29:50 RaiMan bug added bug
2016-03-11 10:33:35 RaiMan sikuli: status New In Progress
2016-03-11 10:33:40 RaiMan sikuli: importance Undecided High
2016-03-11 10:33:44 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2016-03-11 10:33:49 RaiMan sikuli: milestone 1.1.1
2016-03-11 10:34:04 RaiMan summary [request] Text search: should not report file not found error [request] Text search: should not report file not found error --- workaround
2016-03-11 10:34:40 RaiMan description Hello Guys J have simple code: f=exists("Komputer") f.highlight(2) Working ok, but show error, "Image: could not be loaded" [error] Image: could not be loaded: file:/C:/Users/pw05600/Desktop/1.sikuli/Komputer.png [log] highlight M[395,664 52x12]@S(S(0)[0,0 1920x1200]) S:1,00 C:421,670 [1460 msec] for 2.0 secs It is possible disable this errors? ************* workaround for 1.1.0+ use findText() instead ----------------------------------- Hello Guys J have simple code: f=exists("Komputer") f.highlight(2) Working ok, but show error, "Image: could not be loaded" [error] Image: could not be loaded: file:/C:/Users/pw05600/Desktop/1.sikuli/Komputer.png [log] highlight M[395,664 52x12]@S(S(0)[0,0 1920x1200]) S:1,00 C:421,670 [1460 msec] for 2.0 secs It is possible disable this errors?