Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ah, interessant, ja dann werde ich wohl auch umsteigen.. Vielen Dank fuer deine Hilfe und deine Arbeit an dem Projekt! Wenn ich wieder Fragen habe melde ich mich

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ja, es soll eine GUI werden die dann die Sikuli funktionen steuert. Das wird ein Haufen Arbeit und viel Lernen, aber das ist ja der Sinn der ganzen Sache :) Es ist ein

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Haha, ja das koennten wir tun :) Ich vermute mal, du hast Recht und der Aufwand das zu lernen und dann zu implementieren, lohnt sich fuer mich wohl nicht.. Version 2

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: "You might dive into and implement your own parallel find, that tries to reuse resources as much as possible." I suppose that is higher level java? I wou

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-30 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Interesting, that means i wont have to deal with the script getting slower then, I made some tests measuring the ms it takes to find images and i have made the

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-29 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: I see.. another question: as I understand it, sikuli creates objects for matches and patterns, in other words these objects are pictures right? at what point will

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-28 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: but the functionality is the same - just pauses script? can I use it like this: wait(0.025f) ? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-24 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ah that works thank you :) I have solved the 3/8 issue, it turned out that i just had insert some wait() after every reroll to give .findBest() time to detect the new

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-24 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Thank you for these suggestions! I have tried applying this to my code but i get these markers on public static double Settings.MinSimilarity = 0.9; //raiman

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-24 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: I have fiddled around with my little bot a bit more and Im almost done with the main function (rerolling). However I came across a problem: the number 3 is often

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-21 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Yes, that is what I meant, I only need the "List" function when I expect the images(objects) to be created in the process of execution, but since I have al

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-21 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: why do I need findBestList instead of findBest? Im not fully getting the difference even though I looked up both functions in the docs. -- You received this question

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-21 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: I'll think about visiting the javadoc next time! I see so in my case I dont really need to use findAnyList correct? since I have the images as files already I

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-20 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: sorry foe dp but i have another question regarding findAny. What exactly is the difference between findAny and findAnyList? -- You received this question notification

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-20 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Why could it return null? It will always find a number there. a live look? i can post a screenshot of the screen i will be running the script on if that helps. yes it

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-20 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ah that explains my struggles so far.. I thought I was just a very slow learner but apparently I chose a tough entry :) Thank you for the clarifications! with the help

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-03-20 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Status: Answered => Solved Alexander Schone confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #666773]: findAnyList() in Java

2018-03-20 Thread Alexander Schone
New question #666773 on Sikuli: https://answers.launchpad.net/sikuli/+question/666773 Hello, I am new to coding in general and currently learning Java. I have a little project where which I'm using to learn and came across this piece of python code in one of the question here. I want to transfe