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

2023-09-21 Thread Nikki Nik
Question #699312 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/699312 Nikki Nik posted a new comment: thank you so much guys for sharing this amazing function i am looking this type of solution from a long ago i have many images on https://cocbases.net/th14-war-base/ all

Re: [Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-08 Thread Nikki
Question #272000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272000 Status: Answered => Open Nikki is still having a problem: I tried your example above and now i get an error undefined variable: click undefined variable: r Does this mean that I have not se

Re: [Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-06 Thread Nikki
Question #272000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272000 Status: Answered => Open Nikki is still having a problem: RainMan, So I fixed the stored image problem but I get this error: from sikuli import * from Lib.sikuli.Sikuli import addImagePath f

[Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-02 Thread Nikki
New question #272000 on Sikuli: https://answers.launchpad.net/sikuli/+question/272000 I have read all the documents on using Eclipse with sikuli. I don't understand why click and doubleClick are not recognized. I can't add images like in sikuli. What am i doing wrong. from sikuli import *

Re: [Sikuli-driver] [Question #271722]: [1.1.0] How to control the inner timing of dragDrop()

2015-09-30 Thread Nikki
Question #271722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271722 Status: Answered => Open Nikki is still having a problem: This doesn'tdo anything: f = find("image.png") dragDrop(f, Location(f.x + 200, f.y)) -- You received this question notification

[Sikuli-driver] [Question #271722]: dragDrop

2015-09-23 Thread Nikki
New question #271722 on Sikuli: https://answers.launchpad.net/sikuli/+question/271722 I would like to resize a column using dragDrop method but nothing happens when using this code: col=find(Pattern("1443032753714.png").targetOffset(0,-1)) dragDrop(col,[col.x+200,col.y]) Can you tell me what I

Re: [Sikuli-driver] [Question #271428]: I would like to compare an image to the screen

2015-09-17 Thread Nikki
Question #271428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271428 Nikki posted a new comment: What you suggested did not work so i tried this: focusWindow = App.focusedWindow() regionImage = capture(focusWindow) img2=(regionImage) file=open(r"C:\Sikuli\Tes

Re: [Sikuli-driver] [Question #271428]: I would like to compare an image to the screen

2015-09-16 Thread Nikki
Question #271428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271428 Status: Needs information => Open Nikki gave more information on the question: I would like to compare a pic with a on screen list and have a popup if the screen matches but I can not get the comp

[Sikuli-driver] [Question #271428]: I would like to compare an image to the screen

2015-09-15 Thread Nikki
New question #271428 on Sikuli: https://answers.launchpad.net/sikuli/+question/271428 I am very new with Sikuli. I would like to compare an image to what is shown on the screen to make sure they are the same. -- You received this question notification because your team Sikuli Drivers is an