Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread RaiMan
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 Status: Open => Answered RaiMan proposed the following answer: Then you have to compare your Windows flavour/setup with those of the others. There must be some thing special with your Windows version.

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread patrick bateman
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 Status: Answered => Open patrick bateman is still having a problem: Thank you for your prompt replies. I tried both the site-packages method, and the escape character method and neither worked. In try

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread RaiMan
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Status: Open => Answered RaiMan proposed the following answer: Sorry, but that are basics and I do not have the time to teach you how to Java. -- You received this question notification because your t

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Emmanuel Mbambo gave more information on the question: I know that i need to import org.sikuli.script.ImagePath -- You received this question notification because your team Sikuli Drivers is an answer con

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Status: Answered => Open Emmanuel Mbambo is still having a problem: I'm not that really good in java. How do I set this thing up in a java code? -- You received this question notification because your

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread RaiMan
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Status: Open => Answered RaiMan proposed the following answer: ImagePath.addImagePath() -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. _

[Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
New question #700971 on SikuliX: https://answers.launchpad.net/sikuli/+question/700971 Hi, I used sikulix IDE and I successfully find images. The challenge is reading text with inconsistent results. With java and eclipse I'm able to read text successfully and consistently but the challenge is

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread RaiMan
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Status: Open => Needs information RaiMan requested more information: The mail does not have attachments. Send directly to the mentioned mail address (not via launchpad!) -- You received this question

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Emmanuel Mbambo gave more information on the question: Hi RainMan, I attached the images. The text "flew away" is not found, the red text with numbers return inconsistent results but red text with numbers

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Status: Answered => Open Emmanuel Mbambo is still having a problem: I sent the images via email I received! -- You received this question notification because your team Sikuli Drivers is an answer con

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread RaiMan
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 RaiMan proposed the following answer: With 2.0.5 you have the option to use the sites.txt file to specify import locations. \Lib\site-packages -- You received this question notification because your team

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread RaiMan
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 RaiMan proposed the following answer: ... and with 2.0.5 the reload() is no longer needed. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. ___

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread RaiMan
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 RaiMan proposed the following answer: ok, as Manfred already mentioned: either: r"C:\Users\blahblahblah\main\Applications" or: "C:\\Users\\blahblahblah\\main\\Applications" -- You received this question

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread patrick bateman
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 patrick bateman posted a new comment: In threadAgile my imports look like this: from sikuli import * import os import datetime appPath = "C:\Users\blahblahblah\main\Applications" if not appPath in sys.path

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread Manfred Hampl
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 Status: Needs information => Answered Manfred Hampl proposed the following answer: How do you access the appAgile directory from inside the threadAgile script? What is the exact text for setting up imag

Re: [Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread RaiMan
Question #700969 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700969 Status: Open => Needs information RaiMan requested more information: Please give me a sample code how you do the import. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #700969]: Parameter and imagepath escape characters

2022-03-17 Thread patrick bateman
New question #700969 on SikuliX: https://answers.launchpad.net/sikuli/+question/700969 Hello, I am having trouble understanding how paths work with Sikuli and Jython. My project is set up into "threads" which execute high level test automation, and "apps" which deal with interacting with the ac

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread RaiMan
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Status: Open => Answered RaiMan proposed the following answer: You might send me the images/screenshots so I can have a look at it and if possible make suggestions. mail: sikulix---at---outlook---dot--

[Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
New question #700968 on SikuliX: https://answers.launchpad.net/sikuli/+question/700968 Hi, I'm using sikuli version 2.0.5 and when I try to read a this text "FLY NIGHT!"on an image, the result returned is a single character "i". When I read a numbers like "1.25" the results is "ayp". Now my qu

Re: [Sikuli-driver] [Question #700787]: focus application based on pid

2022-03-17 Thread Ben Dix
Question #700787 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700787 Ben Dix posted a new comment: Hey 😄 maybe cmdow can help you. I am using this additional cmd too to resize, activate, hide and arrange windows of any application on win10. in Sikuli IDE i am using align_

Re: [Sikuli-driver] [Question #700949]: cannot open sikulixide-2.0.5.jar file after download

2022-03-17 Thread Adam B
Question #700949 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700949 Adam B 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.

Re: [Sikuli-driver] [Question #700949]: cannot open sikulixide-2.0.5.jar file after download

2022-03-17 Thread Adam B
Question #700949 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700949 Adam B posted a new comment: Yep turns out I have both 32 and 64 bit versions installed. When I ran java -version it returned: java version "1.8.0_321" Java(TM) SE Runtime Environment (build 1.8.0_

Re: [Sikuli-driver] [Question #700949]: cannot open sikulixide-2.0.5.jar file after download

2022-03-17 Thread Adam B
Question #700949 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700949 Status: Answered => Solved Adam B confirmed that the question is solved: . -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX. __

Re: [Sikuli-driver] [Question #700949]: cannot open sikulixide-2.0.5.jar file after download

2022-03-17 Thread RaiMan
Question #700949 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700949 Status: Open => Answered RaiMan proposed the following answer: In a command line window issue: java -version should tell something like: java version "1.8.0_311" Java(TM) SE Runtime Environment (build