sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46509
Re: [Question #666773]: How to get on the road as a newcomer to Java programming
Question #666773 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/666773
RaiMan posted a new comment:
- findAnyList()
... yep, goes into the right direction.
... but (if I understand my implementation well) a match in the returned matches list might be null.
for (Match match : numbers) {
if (match == null) continue;
indexValue = match.getIndex();
System.out.println(String.format("%s was found", imageList.get(indexValue));
}
Interesting situation - possible to have a live look at the game in the
net?
Is it a 2-digit-number?
If yes, then you need a separate region for each digit I guess.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.