Re: [Sikuli-driver] [Question #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Akbar gave more information on the question: Code, Settings.BundlePath = D:\\Sikuli 1.0.1\\; Screen s = new Screen(); s.find(image.png); -- You received this question notification because you are a

[Sikuli-driver] [Question #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Akbar
New question #235073 on Sikuli: https://answers.launchpad.net/sikuli/+question/235073 Screen.find(image.png) fails with the latest Java API. The image is definitely present in the bundle path. Throws the following error, [error] image.png looks like a file, but not on disk. Assume it's text.

Re: [Sikuli-driver] [Question #235073]: screen.find() failing with 1.0.1 version

2013-09-03 Thread Roman Podolyan
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Status: Open = Answered Roman Podolyan proposed the following answer: When did you do install? The error looks like a problem solved a few days ago:

Re: [Sikuli-driver] [Question #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread RaiMan
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Summary changed to: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Akbar posted a new comment: JAR was downloaded on 29th August. The other question is dated 27th August. Still i will try with latest today. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread Akbar
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 Status: Answered = Solved Akbar confirmed that the question is solved: ImageLocator.setBundlePath() worked -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #235073]: [1.0.1] Java: Settings.BundlePath not useable --- use ImageLocator.setBundlePath(path) instead

2013-09-03 Thread RaiMan
Question #235073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235073 RaiMan posted a new comment: I totally revised the ImageLocator feature (addImagePath), since it made many problems in the past. The so called BundlePath is only defined for usages in Sikuli scripts and has

Re: [Sikuli-driver] [Question #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-09-03 Thread Akbar
Question #234819 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234819 Status: Open = Solved Akbar confirmed that the question is solved: https://answers.launchpad.net/sikuli/+question/235073 -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #234821]: 1.0.1 - Error while setting MinTargetSize

2013-09-03 Thread Akbar
Question #234821 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234821 Status: Answered = Solved Akbar confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-09-03 Thread RaiMan
Question #234819 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234819 RaiMan posted a new comment: Good point ;-) I just realized, that looking from the Java API level ImageLocator at least has some public features (addImagePath, removeImagePath, ...) but is in the

Re: [Sikuli-driver] [Question #234819]: [1.0.1] org.sikuli.basics package documentation --- not for public use

2013-09-03 Thread RaiMan
Question #234819 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234819 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #234917]: [1.0.1] Java: java.lang.UnsatisfiedLinkError --- leave Sikuli stuff in one place and use references to sikuli-java.jar

2013-09-03 Thread RaiMan
Question #234917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234917 Summary changed to: [1.0.1] Java: java.lang.UnsatisfiedLinkError --- leave Sikuli stuff in one place and use references to sikuli-java.jar -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #234917]: VisionProxyJNI.new_FindInput__SWIG_0()J

2013-09-03 Thread RaiMan
Question #234917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234917 Status: Open = Answered RaiMan proposed the following answer: 1.0.1 now contains all things needed in one jar file including the native libraries, that implement the OpenCV (image search) features.

[Sikuli-driver] [Bug 1220117] [NEW] The box created by highlight() is not transparent

2013-09-03 Thread Dmitry Nosov
Public bug reported: Sikuli 1.0.1 Java 1.7.25 (x32) Windows 7, x64 In previous versions of Sikuli, it was possible to outline a Region using the highlight() method. It still works in the new version, but the newly-created box is not transparent. Instead, it contains the last image which

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-03 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open = Answered RaiMan proposed the following answer: --- the click action sometime click, sometime it silent until timeout. This usually is caused by bad screenshots. Good screenshots have as

[Sikuli-driver] [Bug 1220117] Re: [1.0.1] The box created by highlight() is not transparent

2013-09-03 Thread RaiMan
** Summary changed: - The box created by highlight() is not transparent + [1.0.1] The box created by highlight() is not transparent ** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Importance: Undecided = High ** Changed in: sikuli Assignee: (unassigned) =

[Sikuli-driver] [Bug 1220117] Re: [1.0.1] The box created by highlight() is not transparent

2013-09-03 Thread RaiMan
confirmed. This is due to changes in handling transparency in Java 7. I had to do this to get a Sikuli version that runs on Java 6 and Java 7 as well. I will revise this again the next time and hope to bring back transparency again latest with version 1.1 Until then highlight will not be

[Sikuli-driver] [Question #235082]: FitNesse Error while executing Sikuli code

2013-09-03 Thread Chavali Muralee
New question #235082 on Sikuli: https://answers.launchpad.net/sikuli/+question/235082 I have integrated Sikuli code for upload a file and following is the Sikuli code for upload: public void uploadSikiuliCode(String image){ String target

[Sikuli-driver] [Bug 752065] Re: Screen goes black when capturing image when running on VM Fusion

2013-09-03 Thread Avinash Jha
I am having a similar issue(Host:Win7 ,Guest:Ubuntu 12.04).What is the solution -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/752065 Title: Screen goes black when capturing image when

Re: [Sikuli-driver] [Question #235082]: FitNesse Error while executing Sikuli code

2013-09-03 Thread RaiMan
Question #235082 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235082 Status: Open = Answered RaiMan proposed the following answer: Cannot see the Sikuli problem. Might have something to do with how in FitNess such snippets are handled. Seems it is pushed into a thread,

Re: [Sikuli-driver] [Question #234716]: Adding text to the GUI as my test runs

2013-09-03 Thread Len Lesesne
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Len Lesesne gave more information on the question: I cannot use the Extensions feature how do I do this what needs to be downloaded. I have tried to lauch its from the Tool --- Extensions through the IDE but

[Sikuli-driver] [Bug 1220219] [NEW] IDE crashed.due to some unknown reasons

2013-09-03 Thread Rashmi
Public bug reported: I had installed Sikuli-X-1.0rc3 (r905)-win32 (i had java installed for 32 bit on win 7 machine ) Was able to run bat file to launch sikuli and program but suddenly.. i couldnt launch IDE from bat file(which was opening earlier) reinstalling java jre for 32 bit also didnt

Re: [Sikuli-driver] [Question #234128]: Script always stops in one place on windows 7/8

2013-09-03 Thread Hurski paul
Question #234128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234128 Status: Needs information = Open Hurski paul gave more information on the question: I need to run my scripts from command line in debug mode. I write in command line next value '

[Sikuli-driver] [Question #235095]: sikuli 1.0.1 global name 'getRegionFromPSRM' is not defined

2013-09-03 Thread Carma Needham
New question #235095 on Sikuli: https://answers.launchpad.net/sikuli/+question/235095 I just installed sikuli 1.0.1, and have several scripts that reliably ran on previous versions. I am getting this error: [error] NameError ( global name 'getRegionFromPSRM' is not defined ) I have seen

[Sikuli-driver] [Bug 1220219] Re: IDE crashed.due to some unknown reasons

2013-09-03 Thread RaiMan
you might try with the new version 1.0.1, which is more robust and easier to handle. start here and read carefully: http://www.sikuli.org/download.html On the other hand, we have faq 2005 for such problems with RC3. -- You received this bug notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #234128]: Script always stops in one place on windows 7/8

2013-09-03 Thread RaiMan
Question #234128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234128 Status: Open = Answered RaiMan proposed the following answer: Uuups, my fault (but should have been easy to correct ;-) with 1.0.0 the commandline parameter is d:3 (as usage without any parameters or

Re: [Sikuli-driver] [Question #235095]: sikuli 1.0.1 global name 'getRegionFromPSRM' is not defined

2013-09-03 Thread RaiMan
Question #235095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235095 Status: Open = Answered RaiMan proposed the following answer: Why and how are you using this? Has never been an official API. When I revised the Region class, I made it private and renamed it to

Re: [Sikuli-driver] [Question #235095]: [1.0.1] global name 'getRegionFromPSRM' is not defined

2013-09-03 Thread RaiMan
Question #235095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235095 Summary changed to: [1.0.1] global name 'getRegionFromPSRM' is not defined -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Linked to bug: #1220300 https://bugs.launchpad.net/bugs/1220300 [request] Adding text to the GUI as my test runs -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 988697] Re: [request] IDE: integrated search should be case insensitive

2013-09-03 Thread RaiMan
** Changed in: sikuli Milestone: 1.0 = 1.0.0 ** Changed in: sikuli Status: Fix Released = Fix Committed ** Changed in: sikuli Importance: Wishlist = Medium ** Changed in: sikuli Milestone: 1.0.0 = 1.1.0 -- You received this bug notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #234716]: Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Open = Answered RaiMan proposed the following answer: Uuups, then forget it. For a non-programmer this is too complicated. I take this as a request bug for some new feature. -- You received

[Sikuli-driver] [Bug 1220300] [NEW] [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Public bug reported: How do I add text to the screen that comes up as each individual item of a test a is executing describing what is being done ** Affects: sikuli Importance: Medium Assignee: RaiMan (raimund-hocke) Status: In Progress -- You received this bug notification

Re: [Sikuli-driver] [Question #234716]: Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Open = Answered RaiMan proposed the following answer: The extensions currently are not available and hence the extension Guide neither. Guide would not help you I guess, since while the Guide

Re: [Sikuli-driver] [Question #234716]: Adding text to the GUI as my test runs

2013-09-03 Thread Len Lesesne
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Answered = Open Len Lesesne is still having a problem: Can I do this using the IDE I am not a developer and am pretty much relying on Records and playback until I get more skilled with the tool.

[Sikuli-driver] [Bug 1220300] Re: [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
I will add some floating text frame, that can be positioned and switched on and off like the highlight feature. ** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Assignee: (unassigned) = RaiMan

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Assignee: None = RaiMan Summary changed to: [request] Adding text to the GUI as my test runs -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Question #234716]: Status of bug #1220300 changed to 'In Progress' in Sikuli

2013-09-03 Thread RaiMan
Bug #1220300 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1220300 [request] Adding text to the GUI as my test runs This bug is linked to #234716. [request] Adding text to the GUI as my test runs https://answers.launchpad.net/sikuli/+question/234716 --

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Open = Answered RaiMan proposed the following answer: It will be available at some time before December in a Beta of 1.1.0 and finally in December. If you have a (Java) developer at hand: he

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread Len Lesesne
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Solved = Open Len Lesesne is still having a problem: Will you be adding this feature to a new release and when will that take place. If I had a developer here that could do it could he perform

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread RaiMan
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Answered = Solved RaiMan changed the question status: already solved. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #234716]: [request] Adding text to the GUI as my test runs

2013-09-03 Thread Len Lesesne
Question #234716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234716 Status: Answered = Solved Len Lesesne confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 1220391] [NEW] How to resolve libs\Win32Util.dll: Can't load 32-bit .dll on a AMD 64 bit platform issue

2013-09-03 Thread Prashant
Public bug reported: i have been setup my environment variable Correctly, confirm my checking in command line. but while executing the script with test-ng seeing below issue. Please let me know what i am doing wrong. Setup: Sikuli jar 64 bit, Java: jdk1.6.0_45, jre6 all are at C:\Program Files

Re: [Sikuli-driver] [Question #235095]: [1.0.1] global name 'getRegionFromPSRM' is not defined

2013-09-03 Thread Carma Needham
Question #235095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235095 Status: Answered = Open Carma Needham is still having a problem: here are the steps of my program: findAll(imageA), matchesList = [] matches = SCREEN.getLastMatches() while matches.hasNext():

Re: [Sikuli-driver] [Question #234917]: [1.0.1] Java: java.lang.UnsatisfiedLinkError --- leave Sikuli stuff in one place and use references to sikuli-java.jar

2013-09-03 Thread Kurt Chen
Question #234917 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234917 Status: Answered = Solved Kurt Chen confirmed that the question is solved: Hi RaiMan, Thanks for your more explanation, it is real great for me to understand it. Yes, seems I have solved the libs

Re: [Sikuli-driver] [Question #235111]: How to resolve libs\Win32Util.dll: Can't load 32-bit .dll on a AMD 64 bit platform issue

2013-09-03 Thread RaiMan
Question #235111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235111 RaiMan posted a new comment: this is a question -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1220391] Re: How to resolve libs\Win32Util.dll: Can't load 32-bit .dll on a AMD 64 bit platform issue

2013-09-03 Thread RaiMan
this is a question ** Changed in: sikuli Status: New = Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/235111 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #235111]: How to resolve libs\Win32Util.dll: Can't load 32-bit .dll on a AMD 64 bit platform issue

2013-09-03 Thread Prashant
New question #235111 on Sikuli: https://answers.launchpad.net/sikuli/+question/235111 i have been setup my environment variable Correctly, confirm my checking in command line. but while executing the script with test-ng seeing below issue. Please let me know what i am doing wrong. Setup:

Re: [Sikuli-driver] [Question #235095]: [1.0.1] global name 'getRegionFromPSRM' is not defined

2013-09-03 Thread RaiMan
Question #235095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235095 Status: Open = Answered RaiMan proposed the following answer: for x in list(e for e in findAll(imageA) if e.getScore() 0.95): newRegion = x.above(70) if newRegion.exists(imageB): # her

Re: [Sikuli-driver] [Question #235111]: How to resolve libs\Win32Util.dll: Can't load 32-bit .dll on a AMD 64 bit platform issue

2013-09-03 Thread RaiMan
Question #235111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235111 Status: Open = Answered RaiMan proposed the following answer: might be, that everything is in its place ... ... but at the moment of crash a 64-bit Java is working. -- You received this question

Re: [Sikuli-driver] [Question #228737]: IDE crashes without any error

2013-09-03 Thread Rashmi
Question #228737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228737 Rashmi posted a new comment: I had same problem.. How to delete the registry entry? the start menu has a search box : type: regedit in the box But i coudnot see any such when i did find -- You received