[Sikuli-driver] [Bug 1833356] Re: [1.1.3] findAll fails but image exists

2019-06-19 Thread Jeff_Vallis
Thanx Perhaps I should have said that the image should not match but on exist and find it matches the % image on the screen at 0.81 which is something I can deal with. What I need and I imagine all users need is for matching to be consistant on exist find and findAll and if exists or find gets

Re: [Sikuli-driver] [Question #681495]: Run script in different directory with sikulix.jar

2019-06-19 Thread dongleilin
Question #681495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681495 Description changed to: Hi, There is a problem.. I put sikulix.jar at D:/SikuliTest/ directory and skl script at D:/SikuliTest/Script/ ... There always be problem when I execute skl script by shell

[Sikuli-driver] [Question #681495]: Run script in different directory with sikulix.jar

2019-06-19 Thread dongleilin
New question #681495 on Sikuli: https://answers.launchpad.net/sikuli/+question/681495 Hi, Ther is a problem ... I put sikulix.jar at D:/SikuliTest/ directory and skl script at D:/SikuliTest/Script/ ... There always be problem when I execute skl script by shell command "java -jar sikulix.jar

Re: [Sikuli-driver] [Question #681484]: "what's new" in nigthly builds is present?

2019-06-19 Thread RaiMan
Question #681484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/681484 Status: Open => Answered RaiMan proposed the following answer: what about this: https://sikulix-2014.readthedocs.io/en/latest/index.html#new-features-and-major-changes-version-1-1-4 -- You received

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2019-06-19 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-06-19 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

[Sikuli-driver] [Question #681487]: "click" does nothing on OSX Mojave

2019-06-19 Thread Manan Saddique
New question #681487 on Sikuli: https://answers.launchpad.net/sikuli/+question/681487 I have a working script that ive tested on a linux box and it works but the same script fails to run on a OSX Mojave. Im using RJB gem to load the latest nightly Sikuli API and then have a simple script that

[Sikuli-driver] [Question #681484]: "what's new" in nigthly builds is present?

2019-06-19 Thread matteoa
New question #681484 on Sikuli: https://answers.launchpad.net/sikuli/+question/681484 Hello, would be helpful to have a "what's new" short description for the Sikulix releases.. If I'm not wrong there is only the link to "Things that have been fixed" that goes to a list of bugfix committed that

[Sikuli-driver] [Question #681482]: Not able to run sikuli while skype sharing

2019-06-19 Thread Rajeev D R
New question #681482 on Sikuli: https://answers.launchpad.net/sikuli/+question/681482 Hi, I faced a surprising problem while giving a demo to the client on skype using sikuli scripts . The scripts don't run even after clicking on the application to activate the focus. Request to give a

[Sikuli-driver] [Bug 1833356] Re: [1.1.3] findAll fails but image exists

2019-06-19 Thread RaiMan
** Changed in: sikuli Status: New => Opinion ** Changed in: sikuli Milestone: None => 1.1.4 ** Changed in: sikuli Importance: Undecided => Low ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) -- You received this bug notification because you are a

[Sikuli-driver] [Bug 1833356] Re: [1.1.3] findAll fails but image exists

2019-06-19 Thread RaiMan
the screen shot does not contain any close button. ** Summary changed: - findAll Fails + [1.1.3] findAll fails but image exists -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1833356 Title:

[Sikuli-driver] [Bug 1833356] Re: findAll Fails

2019-06-19 Thread Jeff_Vallis
Image ** Attachment added: "Close X big Region.png" https://bugs.launchpad.net/sikuli/+bug/1833356/+attachment/5271516/+files/Close%20X%20big%20Region.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1833356] Re: findAll Fails

2019-06-19 Thread Jeff_Vallis
Have been fighting this for ages findAll fails at similiar 0.80 I added this bit of code to try to debug ## v_Pos = find(v_Image) print "v_Pos",v_Pos hover(Location(v_Pos.x,v_Pos.y)) print "hovering",v_Pos.x,v_Pos.y popup("Found and

[Sikuli-driver] [Bug 1833356] [NEW] findAll Fails

2019-06-19 Thread Jeff_Vallis
Public bug reported: Code def Find_All_Close_X(v_Image): if exists(v_Image,0.2): v_Pos = find(v_Image) print "v_Pos",v_Pos hover(Location(v_Pos.x,v_Pos.y)) print "hovering",v_Pos.x,v_Pos.y popup("Found and hovering") v_Result = findAll(v_Image)