Re: [Sikuli-driver] [Question #701540]: SikuliX cannot see my screen

2022-04-26 Thread Stephan Timmers
Question #701540 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701540 Status: Answered => Open Stephan Timmers is still having a problem: Newest version. The problem was the space in the directory name. Resolved Op di 26 apr. 2022 om 16:55 schreef RaiMan < quest

[Sikuli-driver] [Question #701540]: SikuliX cannot see my screen

2022-04-26 Thread Stephan Timmers
New question #701540 on SikuliX: https://answers.launchpad.net/sikuli/+question/701540 Sikuli gives this error when clicking a screenshot made with sikuli inside the ide: [error] ImagePath: find: File does not exist:

[Sikuli-driver] [Bug 1970261] [NEW] SikuliX cannot see my screen

2022-04-25 Thread Stephan Timmers
Public bug reported: Sikuli gives this error when clicking a screenshot made with sikuli inside the ide: [error] ImagePath: find: File does not exist: /Users/stephantimmers/Desktop/OSRS%20Scripts/MiningIronAlKharid.sikuli/1650821227112.png [error] PatternPaneTargetOffset: Can't load

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-29 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Thanks, this works! I made a video of an example of the mouse movement and random clicking. The mouse is acting weird sometimes, i'm not touching mine and you can tell

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-28 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Thanks alot for your patience Manfred. I'm going to paste the code im using now to test your piece: #above this part is the whole bezier human mouse movement code

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-28 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Settings.MoveMouseDelay = 0 Mouse.move(getBottomRight().offset(-300, -300)) mouseMoveRandom(Region(0+80, 80, 10, 10), 50, 50) import random if exists("15959176

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-28 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Status: Answered => Open Stephan Timmers is still having a problem: Thanks i tried it out and am googling to find a solution to the following syntax error: [log] CLICK on L[1139,599]@S(0) (51 m

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-28 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers gave more information on the question: # --- main script Settings.MoveMouseDelay = 0 Mouse.move(getBottomRight().offset(-300, -300)) mouseMoveRandom(Region(0+80, 80, 10, 10), 50, 50

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-28 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Status: Answered => Open Stephan Timmers is still having a problem: import random m = find("1595940323624.png") click(m.offset(random.randint(0,100), random.randint(0,100))) wait(r

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-27 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers gave more information on the question: I think i found a proper way to share the code: https://codeshare.io/G8DwWD -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-27 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Is there a way i can share my script with you? Its done and functioning very well except for the randomization of wait times, random clicking withing a region

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-24 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Status: Answered => Open Stephan Timmers is still having a problem: This looks pretty good. I see its indeed working and randomizing the pattern and start and slowdown speed of the mouse. Looks v

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-23 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Awh what a letdown that couldnt be used, i found similar projects by googling "human mouse movement python". Im excited by the fact that you are

Re: [Sikuli-driver] [Question #692019]: Randomized mouse route from A to B?

2020-07-23 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Status: Answered => Open Stephan Timmers is still having a problem: I actually found a piece of python which is exactly as i want it to be, looks amazing! How can i implement pieces of code l

Re: [Sikuli-driver] [Question #692019]: Randomized mouse route from A to B?

2020-07-23 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Thanks for the reply, i was hoping some kind of base code was already written and usable somewhere for adjustment. Your explanation is clear but i know i wont be able

Re: [Sikuli-driver] [Question #692019]: Randomized mouse route from A to B?

2020-07-23 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Status: Answered => Open Stephan Timmers is still having a problem: I would like to get something similar to this @masuo. https://youtu.be/VP2cpgXJzvw Cant seem to find how to make something l

[Sikuli-driver] [Question #692019]: Randomized mouse route from A to B?

2020-07-23 Thread Stephan Timmers
New question #692019 on Sikuli: https://answers.launchpad.net/sikuli/+question/692019 Hi, Im planning on building a script that needs to move the mouse from region A to region B but with a random route. So i dont want it to go perfectly straight from A to B but randomly everytime it does so

[Sikuli-driver] [Question #662974]: SikuliX suddenly slowing down on MacOS High Sierra (have searched forums)

2018-01-11 Thread Stephan Timmers
New question #662974 on Sikuli: https://answers.launchpad.net/sikuli/+question/662974 After some time it suddenly slows down to 10 - 15 secs per action. I have added my script here: https://codepaste.net/ezxm11 Hopefully someone knows how to solve this. Thanks in advance. -- You received

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: And what about xlutils? So again: SikuliX has NO way to Edit existing excel files? Can barely believe it. Op wo 10 jan. 2018 om

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: So SikuliX has not a single option to Edit excel cells? Like xlwt or something Op wo 10 jan. 2018 om 23:09 schreef masuo < quest

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: I don't want to use VBA it needs to be done by SikuliX. Otherwise the script wont work. Please just tell me the lines Op wo 10

[Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
New question #662804 on Sikuli: https://answers.launchpad.net/sikuli/+question/662804 I need to adjust cell A2 from "No" to "Yes" at the end of my script. Cant get it to work. Please show me the line of code. Thanks in advance. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread Stephan Timmers
Question #662729 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662729 Status: Answered => Open Stephan Timmers is still having a problem: Thanks I know that this Part doesnt need visual programming but the rest of my script does. Could you please help me with a p

[Sikuli-driver] [Question #662729]: If answer is yes then skip, if answer is no then execute.

2018-01-09 Thread Stephan Timmers
New question #662729 on Sikuli: https://answers.launchpad.net/sikuli/+question/662729 This is a visualisation of the Excel sheet I am using: I need Sikuli to execute the following: If cell A1 = Yes then skip to next cell. If cell A1 = No then copy C1 -A---B---C

Re: [Sikuli-driver] [Question #293205]: Using Excel data as input, im stuck here! :(

2016-05-07 Thread Stephan Timmers
Question #293205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293205 Stephan Timmers gave more information on the question: Any one knows a solution? Im still stuck! Op do 5 mei 2016 om 09:17 schreef Stephan Timmers < question293...@answers.launchpad.net> > Your

Re: [Sikuli-driver] [Question #293205]: Using Excel data as input, im stuck here! :(

2016-05-05 Thread Stephan Timmers
Question #293205 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293205 Status: Needs information => Open Stephan Timmers gave more information on the question: Thanks I understand now. I have uploaded a copy of it as a document. Will use the html next time or If nee

[Sikuli-driver] [Question #293205]: Using Excel data as input, im stuck here! :(

2016-05-03 Thread Stephan Timmers
New question #293205 on Sikuli: https://answers.launchpad.net/sikuli/+question/293205 Hi, My idea is to let SikuliX: > start at a point > fill in first number on a list (Excel) > complete entire script > end at starting point > fill in next number (Excel) I have written the script and i will

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-22 Thread Stephan Timmers
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Stephan Timmers posted a new comment: Amazing! I love using this program! :D On Fri, Apr 22, 2016 at 9:47 AM, RaiMan < question291...@answers.launchpad.net> wrote: > Your question #291727 on Sikul

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-22 Thread Stephan Timmers
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Answered => Solved Stephan Timmers confirmed that the question is solved: Thanks alot, my apologies for not pre-writing a piece of script guys. First time here. I will try to use this and i

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Stephan Timmers
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Answered => Open Stephan Timmers is still having a problem: Thanks but this stil leaves me clueless how to insert that piece of code. As I dont know how to write it Op do 21 apr. 2016 om 20

[Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Stephan Timmers
New question #291727 on Sikuli: https://answers.launchpad.net/sikuli/+question/291727 Hi, My idea is to let SikuliX: > start at a point > fill in first number on a list (excel, screenshot, manual input at start of > macro, i dont care) > complete entire macro > end at starting point > fill in