[Sikuli-driver] [Question #171606]: Windows: building Sikuli needs JDK/bin in %PATH%

2011-09-19 Thread ruixin
New question #171606 on Sikuli: https://answers.launchpad.net/sikuli/+question/171606 [ 95%] Built target sikuli-script.classes [ 95%] Generating ../../../../src/main/native/org_sikuli_script_VDictProxy.h 'JAVA_JAVA_H-NOTFOUND' is not recognized as an internal or external command, operable

Re: [Sikuli-driver] [Question #171533]: Why I always see the content changed --- use similar(0.99) instead of exact()

2011-09-19 Thread RaiMan
Question #171533 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171533 Summary changed to: Why I always see the content changed --- use similar(0.99) instead of exact() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Bug 851592] Re: Windows: building Sikuli needs JDK/bin in %PATH%

2011-09-19 Thread RaiMan
not a bug ** Summary changed: - I encountered a bug when I builded sikuli (rc3 windows 32) + Windows: building Sikuli needs JDK/bin in %PATH% ** Changed in: sikuli Status: New = Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/171606 -- You received

Re: [Sikuli-driver] [Question #171606]: Windows: building Sikuli needs JDK/bin in %PATH%

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

Re: [Sikuli-driver] [Question #171547]: import failing

2011-09-19 Thread RaiMan
Question #171547 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171547 Summary changed to: import failing -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #171387]: Can squish use the sikuli jython interpreter?

2011-09-19 Thread RaiMan
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 Status: Open = Needs information RaiMan requested more information: Some comments/questions, if still needed: -- You seem to use PyDef in Eclipse Do you have already installed another Jython on your

Re: [Sikuli-driver] [Question #171340]: 99% Similarity in Pattern Settings (Matching Preview) - how to stretch it to 100%

2011-09-19 Thread Sudipto Paul
Question #171340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171340 Status: Answered = Solved Sudipto Paul confirmed that the question is solved: Hi RaiMan I wrote code that would use Adobe Acrobat API to read the elements in PDF - this way was able to validate text at

Re: [Sikuli-driver] [Question #171340]: 99% Similarity in Pattern Settings (Matching Preview) - how to stretch it to 100%

2011-09-19 Thread Sudipto Paul
Question #171340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171340 Sudipto Paul 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, which is an answer contact

Re: [Sikuli-driver] [Question #171616]: How to append common string into an array

2011-09-19 Thread RaiMan
Question #171616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171616 Status: Open = Answered RaiMan proposed the following answer: --- string concatenation with + ** mind the usage of raw string rsome-string-with-backslash images = (icon1.png,icon2.png,icon3.png)

[Sikuli-driver] [Question #171632]: [IDE Bug] pyhton unittests with sikuli

2011-09-19 Thread j
New question #171632 on Sikuli: https://answers.launchpad.net/sikuli/+question/171632 I use X-1.0rc3 and win7 Step 1: Open the IDE and type the following code in a new document: import math import unittest import operator class TestMath(unittest.TestCase): def testMultiplication(self):

Re: [Sikuli-driver] [Question #171632]: [IDE Bug] pyhton unittests with sikuli

2011-09-19 Thread j
Question #171632 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171632 j posted a new comment: when starting this script like java -jar sikuli-script.jar I get this error: ImportError: Errors in loading sikuli module: unittest 'with' will become a reserved keyword in Python

Re: [Sikuli-driver] [Question #171632]: [IDE Bug] pyhton unittests with sikuli

2011-09-19 Thread RaiMan
Question #171632 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171632 Status: Open = Answered RaiMan proposed the following answer: Something like that runs perfectly in IDE: import unittest class TestSik(unittest.TestCase): def setUp(self): print in setUp

Re: [Sikuli-driver] [Question #171638]: The sikuli Maltipoo version is unstable on win 7 Enterprise 64 bits

2011-09-19 Thread RaiMan
Question #171638 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171638 RaiMan proposed the following answer: If you get it running again: When stopping the IDE, make sure, that no tab/script is open any more (close all tabs before quitting). -- You received this question

Re: [Sikuli-driver] [Question #171638]: X-1.0rc3: unstable on Windows 7 64Bit

2011-09-19 Thread RaiMan
Question #171638 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171638 Summary changed to: X-1.0rc3: unstable on Windows 7 64Bit -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #171361]: Save screenshots of application

2011-09-19 Thread Dimitris
Question #171361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171361 Status: Answered = Open Dimitris is still having a problem: I have actually looking into using your java library, I think it will be easier to debug that and also just intellisense speeds up my

Re: [Sikuli-driver] [Question #171638]: X-1.0rc3: unstable on Windows 7 64Bit

2011-09-19 Thread Ezequiel
Question #171638 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171638 Status: Answered = Solved Ezequiel 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 #171361]: Save screenshots of application

2011-09-19 Thread RaiMan
Question #171361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171361 Status: Open = Answered RaiMan proposed the following answer: sorry, no valuable examples available for your approach in Java. Feel free to come back with any question you have on the road. -- You

Re: [Sikuli-driver] [Question #171361]: Save screenshots of application

2011-09-19 Thread Dimitris
Question #171361 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171361 Status: Answered = Solved Dimitris confirmed that the question is solved: Thanks for the help and let me say that sikuli is brilliant. I am sure it's still work in progress but there is a lot of good

Re: [Sikuli-driver] [Question #171638]: X-1.0rc3: unstable on Windows 7 64Bit

2011-09-19 Thread RaiMan
Question #171638 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171638 Linked to bug: #851754 https://bugs.launchpad.net/bugs/851754 X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac] -- You received this question notification because you

Re: [Sikuli-driver] [Question #171387]: Can squish use the sikuli jython interpreter?

2011-09-19 Thread Beth Griffin
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 Status: Needs information = Open Beth Griffin gave more information on the question: The Squish IDE is like Eclipse, and has PyDev in it, yes. I don't know if Squish has a Jython interpreter built in,

[Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-19 Thread Jeff Sant
New question #171648 on Sikuli: https://answers.launchpad.net/sikuli/+question/171648 Dear Friends, I have to extract data from a text file (studentinfo.txt), the format of the text file is as following student_name father_name DOB Eg. records are James Smith 1992/12/03 Paul Adams 1977/05/02

Re: [Sikuli-driver] [Question #171387]: Can squish use the sikuli jython interpreter?

2011-09-19 Thread Beth Griffin
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 Beth Griffin gave more information on the question: An FYI: after talking with Squish support, it looks like what I am trying to do won't work: squish only supports C Python, so even though the squish-ide

Re: [Sikuli-driver] [Question #171387]: Can squish use the sikuli jython interpreter?

2011-09-19 Thread RaiMan
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 RaiMan posted a new comment: Uuuups, did not dare to ask that. But will do that in the future. Sorry, that your plan does not work -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #171387]: Can Squish use the sikuli jython interpreter? --- no, it needs C-Python

2011-09-19 Thread RaiMan
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 Status: Open = Solved RaiMan changed the question status: not working -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #171387]: Can Squish use the sikuli jython interpreter? --- no, it needs C-Python

2011-09-19 Thread RaiMan
Question #171387 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171387 Summary changed to: Can Squish use the sikuli jython interpreter? --- no, it needs C-Python -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-19 Thread RaiMan
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Open = Answered RaiMan proposed the following answer: inFile = open(absolute-path-to-studentinfo.txt) content = inFile.readlines() # now contains all lines in a list inFile.close() # I am not

[Sikuli-driver] [Question #171666]: Save logs in a txt file

2011-09-19 Thread Ezequiel
New question #171666 on Sikuli: https://answers.launchpad.net/sikuli/+question/171666 I want to run a .sikuli and save the log activities (activity results) in a file like txt. That is possible? Thanks in advance. Eze -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-19 Thread Raymond Gonzales
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Status: Answered = Open Raymond Gonzales is still having a problem: You have been a major help. Is there anyway to adapt your example so that I can run it in a Java project? I have tried and am stuck

Re: [Sikuli-driver] [Question #171648]: Search inside files and get particular data

2011-09-19 Thread Jeff Sant
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Answered = Open Jeff Sant is still having a problem: Dear Friend, The code you gave works perfect, and i have also visited the link you have shared. But i can not find a way to cut data from

[Sikuli-driver] [Question #171679]: WINDOWS KEY how???

2011-09-19 Thread Ezequiel
New question #171679 on Sikuli: https://answers.launchpad.net/sikuli/+question/171679 Hi all I need open the RUN window, in windows7 I tried : keyDown(Key.WIN) keyUp() but I get the following error: [error] Ocurrió un error en la línea 1 [error] Mensaje de error: Traceback (most recent

[Sikuli-driver] [Question #171684]: wait(file.png) returns too soon

2011-09-19 Thread Beth Griffin
New question #171684 on Sikuli: https://answers.launchpad.net/sikuli/+question/171684 I am writing a script that drive Microsoft Visual Studio. I need to wait on occasion for the debugger to hit a breakpoint, so I created snapshot of the expected breakpoint so that the image contains: the

Re: [Sikuli-driver] [Question #171684]: wait(file.png) returns too soon

2011-09-19 Thread Beth Griffin
Question #171684 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171684 Beth Griffin gave more information on the question: FYI, before suggesting I search a smaller region, trying to determine the region isn't easy. As Visual Studio runs, the placement of where this image will

Re: [Sikuli-driver] [Question #171684]: wait(file.png) returns too soon

2011-09-19 Thread Beth Griffin
Question #171684 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171684 Status: Open = Solved Beth Griffin confirmed that the question is solved: I think I solved my own problem: wait(file.png) wait(3) type(v, ... Apparently, with Visual Studio, I need to give it more

[Sikuli-driver] [Question #171701]: What is expected behavior with onAppear handlers

2011-09-19 Thread Beth Griffin
New question #171701 on Sikuli: https://answers.launchpad.net/sikuli/+question/171701 To drive a Microsoft Visual Studio debug session, I did the following: onAppear(BP1.png, BP1Handler) # Visual Studio stops at first breakpoint observe() type(Key.F5) onAppear(BP2.png, BP2Handler) observe()

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-19 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: I'm not sure if you can use monkey runner without calling the main method of com.android.monkeyrunner.MonkeyRunnerStarter. It seems MonkeyRunnerStarter did some

Re: [Sikuli-driver] [Question #171679]: WINDOWS KEY how???

2011-09-19 Thread Harry Readinger
Question #171679 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171679 Status: Open = Answered Harry Readinger proposed the following answer: you can use type(KEY_WIN, r) that should open the run prompt -- You received this question notification because you are a member

[Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-19 Thread Peter Kim
New question #171716 on Sikuli: https://answers.launchpad.net/sikuli/+question/171716 Hi. I installed 1.0rc3 on a Windows XP system, tried to launch Sikuli IDE using Sikuli-IDE-w.bat from the installation. IDE does not launch even though I see that javaw.exe is running. I installed the

Re: [Sikuli-driver] [Question #171716]: Cannot start Sikuli X IDE 1.0rc3 on Windows XP

2011-09-19 Thread Peter Kim
Question #171716 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171716 Description changed to: Hi. I installed 1.0rc3 on a Windows XP system, tried to launch Sikuli IDE using Sikuli-IDE-w.bat from the installation. IDE does not launch even though I see that javaw.exe is

Re: [Sikuli-driver] [Question #171418]: New Sikuli RC3 and Robot Framework doesn't play nice

2011-09-19 Thread Ricardo Cardona Ramirez
Question #171418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171418 Status: Needs information = Answered Ricardo Cardona Ramirez proposed the following answer: Try change robottest.bat like this: -Dpython.path=..\robotframework-2.6.0.jar\Lib;%sikuli_jar%/Lib ^ I do

[Sikuli-driver] [Question #171725]: Multiple if else indent problem

2011-09-19 Thread aakash
New question #171725 on Sikuli: https://answers.launchpad.net/sikuli/+question/171725 I wanna add multiple if else in my program but i am facing indent problems tried to solve it with Tab but error still occurs Here is my program

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-19 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: Raymond, Thanks for your code, which gave me a hint on how to use MonkeyRunner without the MonkeyRunnerStarter. I will do some updates on the AndroidScreen tomorrow,

Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2011-09-19 Thread daluu
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 daluu posted a new comment: This concept of Sikuli over XML-RPC is a good option for use across language platforms besides Python and Java, and is also an option for integration with Robot Framework as a

Re: [Sikuli-driver] [Question #171616]: How to append common string into an array

2011-09-19 Thread Dude
Question #171616 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171616 Status: Answered = Open Dude is still having a problem: Hi , I checked with all the possibility , that have been suggested by u .. But am getting following error for all the cases [error] Error