[Sikuli-driver] [Bug 1433471] [NEW] Region.click() does not shift if checkLastSeen is TRUE

2015-03-18 Thread TheGambler
Public bug reported: MacOS Retina 10.10.2 Java 1.7_40 SikuliX 1.1.0 nightly build downloaded 01-03-15 Imagine this code: public void clickBelowMyRegion() { Settings.CheckLastSeen = true; Region match = screen.wait("myRegion.png"); match.y = match.y + 20; match.click(); } clickBelowM

[Sikuli-driver] [Bug 1433471] Re: Region.click() does not shift if checkLastSeen is TRUE

2015-03-18 Thread TheGambler
This works. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1433471 Title: Region.click() does not shift if checkLastSeen is TRUE Status in Sikuli: New Bug description: MacOS Retina 10.10.2

[Sikuli-driver] [Question #264593]: Which display shall be the default screen?

2015-04-04 Thread TheGambler
New question #264593 on Sikuli: https://answers.launchpad.net/sikuli/+question/264593 MacOS 10.10 Java 7 sikulixapi.jar build 1.1.0 2015-04-03_01:00nightly Hi Raimund, Normally when i initialized a new Screen(), it used always the display where the application was launched. I now tried the buil

[Sikuli-driver] [Question #265469]: libs to export not found on above classpath: /sikulixlibs/mac/libs64

2015-04-19 Thread TheGambler
New question #265469 on Sikuli: https://answers.launchpad.net/sikuli/+question/265469 Hi Raimund, I am just trying to update my build environment for catching sikulixapi via maven. As I saw in my local maven repository, there are now two jar files: - sikulixapi/1.1.0-SNAPSHOT/sikulixapi-1.1.0-S

Re: [Sikuli-driver] [Question #265469]: Using the Maven artefacts: libs to export not found on above classpath: /sikulixlibs/mac/libs64 --- can only be used in real Maven projects

2015-04-20 Thread TheGambler
Question #265469 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265469 Status: Answered => Solved TheGambler confirmed that the question is solved: Thanks RaiMan. For all maven newbies like me, here is my working build configuration: com.siku

[Sikuli-driver] [Bug 1471099] [NEW] UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-02 Thread TheGambler
Public bug reported: I just tried to port my application to Win32 (using latest sikulix maven build). I realized that sikuli does not work but does not throw any failures either. So I installed the Sikulix IDE. I could read the following line in the dos prompt when starting the Sikulix IDE: java

[Sikuli-driver] [Bug 1471099] Re: UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-02 Thread TheGambler
Here with fixed image name... ** Attachment added: "IDE failure" https://bugs.launchpad.net/sikuli/+bug/1471099/+attachment/4423760/+files/IDE.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/

[Sikuli-driver] [Bug 1471099] Re: UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-02 Thread TheGambler
It is "Bildschirmfoto 2015-07-03 um 06.57.21.png" maybe not the smartest way to upload it with spaces :) Btw. I also think there is no connection between the warning and the failure, but I wanted to give every information I found. -- You received this bug notification because you are a member of

[Sikuli-driver] [Bug 1471099] Re: UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-02 Thread TheGambler
Or if you meant the image I used for the click() in sikuli... I took it with the screenshot function. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1471099 Title: UTF-8 and RegCreateKEeyEx Failur

[Sikuli-driver] [Bug 1471099] Re: UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-03 Thread TheGambler
Oops I did it again... there is indeed a chance to mix up 1.0.1 and 1.1.0, so I downloaded the wrong version... This can be closed. I will open a new bug for the failure of the new version. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Si

[Sikuli-driver] [Bug 1471099] Re: UTF-8 and RegCreateKEeyEx Failures an Win32

2015-07-03 Thread TheGambler
Oh we can leave this bug. 1.1.0 on win 32 throws the same WARNING and the failure: Exception in thread "main" UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 60: ordinal not in range(128) -- You received this bug notification because you are a member of Sikuli Driver

[Sikuli-driver] [Bug 1471099] Re: [1.1.0] Windows: UTF-8 problem with \x... in filenames

2015-07-05 Thread TheGambler
I did not even come to the point to load a script or an image. Here are the steps to reproduce it: 1. Downlaod of SikuliX1.1.0 2. Run the setup on a Windows 7 32 Bit OS 3. Choose Option 1 with Python 4. Start SikuiX IDE with runsikulix.bat 5. The IDE will start due to the mentioned failure. -- Y

Re: [Sikuli-driver] [Question #280855]: There are two buttons that are exactly the same, one is gray but one is yellow. I want it to chose the yellow and not the gray.

2016-01-16 Thread TheGambler
Question #280855 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/280855 Status: Open => Answered TheGambler proposed the following answer: I had exactly the same issue. SikuliX sometimes got the color difference when using a minimum similarity of 0.99, but it was not sta

Re: [Sikuli-driver] [Question #281192]: Cannot start app ONLY when running the tests with maven

2016-01-19 Thread TheGambler
Question #281192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281192 Status: Open => Needs information TheGambler requested more information: Can you post a small example with code and a pom.xml so that we can try to reproduce your problem? -- You received t

Re: [Sikuli-driver] [Question #281182]: Null pointer exception using Sikuli in Java

2016-01-19 Thread TheGambler
Question #281182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281182 Status: Open => Needs information TheGambler requested more information: Can you post a small example code and pom.xml? -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #238562]: Lauch Sikuli from Eclipse

2015-02-25 Thread TheGambler
Question #238562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238562 TheGambler posted a new comment: Ive got the same problem on Windows to run Sikuli from eclipse. Astonishingly the same libs folder is used in the build application and works like a charme. Why does the

Re: [Sikuli-driver] [Question #238562]: Lauch Sikuli from Eclipse

2015-02-25 Thread TheGambler
Question #238562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238562 TheGambler posted a new comment: @RaiMan I had some trouble with 1.1.0 on a Retina Mac with Java 7 (duplicated and false recognitions), so I thought I wait until the stable release. -- You received this

[Sikuli-driver] [Question #262903]: build1.1.0 2015-01-16 Different APIs for Mac and Windows

2015-02-26 Thread TheGambler
New question #262903 on Sikuli: https://answers.launchpad.net/sikuli/+question/262903 Hi Raimund, just generated a Java API .jar using the setup on Windows wich resulted in a sikuli-java.jar. On Mac it was called sikulixapi. The Windows jar also behaves like the old 1.0.1 as it does not know S

Re: [Sikuli-driver] [Question #262903]: build1.1.0 2015-01-16 Different APIs for Mac and Windows

2015-02-27 Thread TheGambler
Question #262903 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/262903 Status: Answered => Solved TheGambler confirmed that the question is solved: Ok, I used the setup of 1.0.1 by accident (looked very similar to 1.1.0 through my blurry view in the morning). But us

Re: [Sikuli-driver] [Question #101902]: Cannot type slash character. This slash: "/"

2015-03-02 Thread TheGambler
Question #101902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/101902 TheGambler posted a new comment: @Raimund Will the keyboard layout be settable in the new 1.1.0 release? -- You received this question notification because you are a member of Sikuli Drivers, which is an