FindAll return only 1 match

Asked by Djg

Hi,

I am trying to use FindAll using Sikuli IDE to get 3 matches but i get only one match everytime. Can you please help?
The info that is displayed in the console also provide the match for 1.
Below is the code

m=findAll("Sign On")
For i in m:
    i.highlight(1)

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

It seems to be a text search.

If yes, probably a bug.

Revision history for this message
Djg (gdeepakjain) said :
#2

Yes, its a text search and i am using RC2.

Revision history for this message
RaiMan (raimund-hocke) said :
#3

So forget about text search. It is not very reliable in rc2 and not very better in rc3.

You might try to restrict the region to the smallest area that contains the text if possible.

Can you help with this problem?

Provide an answer of your own, or ask Djg for more information if necessary.

To post a message you must log in.