Question #141159 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/141159
Status: Open => Solved
Kristian Karl confirmed that the question is solved:
...and yeah, I now see I have a bug:
for (; matches.hasNext();) {
count++;
should be:
for (; matches.hasNext();matches.next()) {
count++;
And for some reason I cannot reproduce the 'hang' in findAll
So, sorry for the noise people.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp