Question #689478 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689478

Eric G gave more information on the question:
So apparently I got the highlighting to work on multiple images, but is
there any way that I can highlight them at the same time? As in have 3
or 4 highlighted items at once? Currently, I just cycle through them
with a for loop.

##^rest of code
if selected == Comps[3]:
    while True:
        matches = reg.findAny(test)
        for match in matches:
            match.highlight(1)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to