[Sikuli-driver] [Question #699326]: Access Windows Registry from Sikuli IDE

2021-11-02 Thread Chetan
New question #699326 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699326

is there a way we can access windows registry value from siuli ide
we did find winreg in python but that does not seem to work in ide
https://www.programcreek.com/python/example/53858/winreg.HKEY_LOCAL_MACHINE

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

___
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


Re: [Sikuli-driver] [Question #699312]: [Enhancement] Find All possible matches from an list of input images

2021-11-02 Thread Chetan
Question #699312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699312

Status: Answered => Solved

Chetan confirmed that the question is solved:
Thanks RaiMan, that solved my question.

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

___
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


Re: [Sikuli-driver] [Question #699312]: [Enhancement] Find All possible matches from an list of input images

2021-11-02 Thread Chetan
Question #699312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699312

Chetan posted a new comment:
thanks Raiman for your inputs. yes we are already using it as a def function.
can you please share us the expected build and if possible link to track this

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

___
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


Re: [Sikuli-driver] [Question #699312]: [Enhancement] Find All possible matches from an list of input images

2021-11-02 Thread RaiMan
Question #699312 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699312

Status: Open => Answered

RaiMan proposed the following answer:
I understand your request.

But if you pack such an implementation into a function (def) and put it
into your global module, then you are there.

findAll principally is the same as find, but in case returns all matches
with an appropriate score instead of only that with the highest score.

An enhancement IMHO  for your situation would be to internally run the
find ops for each target in parallel (as for findAny) instead of
sequentially, which takes longer in average and uses a new shot for
every sequential findAll (your workaround).

So I accept your request as an enhancement for findAny, so that for each
given target a list of all found matches (as with findAllList) is
returned.

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

___
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


[Sikuli-driver] [Question #699312]: [Enhancement] Find All possible matches from an list of input images

2021-11-02 Thread Chetan
New question #699312 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699312

problem:
currently we use findbest to find the best match from a list of input images. 
however sometimes we need to find all matches as the best match image is not 
the image we need. for this there is no method where we pass a list of images 
to findALL and it returns all the matches from each of the input image

alternatively we use loop in findalllist where we feed it with one image at a 
time

  for imgall in imagelistwithMatchpercent:
closestImagesfindAll=[]
closestImagesfindAll=regiontoSearch.findAllList(imgall)


enhancement
it would be helpful we we can pass all the images to findAllList in one go



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

___
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


Re: [Sikuli-driver] [Question #699134]: [2.0.5] JythonRunner don't initialize sometimes

2021-11-02 Thread Launchpad Janitor
Question #699134 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699134

Status: Open => Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Open' state
without activity for the last 15 days.

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

___
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