Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-09-23 Thread Peter Kim
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Peter Kim posted a new comment: I noticed that a script using onAppear() and observe() used 100% CPU. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #132445]: Reading / writing to a file in sikuli

2011-09-23 Thread RaiMan
Question #132445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/132445 RaiMan posted a new comment: @brian you can use the Sikuli features in Java: http://sikuli.org/docx/faq/030-java-dev.html -- You received this question notification because you are a member of Sikuli

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

2011-09-23 Thread RaiMan
Question #171648 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171648 Status: Open = Answered RaiMan proposed the following answer: Sorry, my fault. inside this for loop for i in range(0, len(testcases), 2): you have to replace the word line with testcases -- comment:

Re: [Sikuli-driver] [Question #171922]: Issue while integrating eclipse

2011-09-23 Thread RaiMan
Question #171922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171922 RaiMan posted a new comment: Ok, just forget it. I was thinking in a wrong direction. It seems you are using: HP Mercury Quick Test Pro This tool has very complex environment setups, that might interfere

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-09-23 Thread sylvain caillet
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 sylvain caillet posted a new comment: I don't have any more information about that issue because I went on with my own scripts to implement appear / vanish events and windows detection. -- You received

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-09-23 Thread RaiMan
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 RaiMan posted a new comment: I made some tests (Mac Lion, X-1.0rc3). In the standard during search operations in the standard Sikuli is searching for the visual object continuously. This leads to 100% cpu,

Re: [Sikuli-driver] [Question #172013]: Documentation in PDF

2011-09-23 Thread ankita
Question #172013 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172013 ankita posted a new comment: how can i compile the doc into latex. can you please elaborate? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU

2011-09-23 Thread RaiMan
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Linked to bug: #857194 https://bugs.launchpad.net/bugs/857194 [request] IDE: Settings like ObserveScanRate should be reset to default on rerun -- You received this question notification

Re: [Sikuli-driver] [Question #165336]: Script runs with 100% CPU using wait(image) or observe()

2011-09-23 Thread RaiMan
Question #165336 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165336 Summary changed to: Script runs with 100% CPU using wait(image) or observe() -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 857194] [NEW] [request] IDE: Settings like ObserveScanRate should be reset to default on rerun

2011-09-23 Thread RaiMan
Public bug reported: When setting the ObserveScanRate to a specific value, this is remembered, when running scripts in the IDE on the next rerun, even if you delete/comment out the statement, expecting that the script would be run with the default value. *** request: The IDE should reset the

Re: [Sikuli-driver] [Question #172015]: is there any inbuilt function to find out the OS bit

2011-09-23 Thread RaiMan
Question #172015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172015 Status: Open = Answered RaiMan proposed the following answer: There might be many possibilities using some command line utilities (Windows: have a look into the registry). But this might be more or

Re: [Sikuli-driver] [Question #172013]: Documentation in PDF

2011-09-23 Thread RaiMan
Question #172013 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172013 RaiMan posted a new comment: @ankita - you need Python and Sphinx on your machine - clone the docs directory from https://github.com/sikuli/sikuli - inside the directory on command line say: make latex

[Sikuli-driver] [Bug 857446] [NEW] Renaming an image in IDE sets similarity to 0.00

2011-09-23 Thread Harry Readinger
Public bug reported: WIndows 7 64 bit SIkuli x 1.0 RC3 (r905) Renaming an image without adjusting the targeting offset or matching similarity will set the similarity to 0.00 Repro Steps: Open SIkuli IDE, capture any image Click on image and rename it, click OK Observe similarity set to 0.00 **

[Sikuli-driver] [Question #172119]: Presentation of Sikuli Script in .ppt

2011-09-23 Thread Snehal Patel
New question #172119 on Sikuli: https://answers.launchpad.net/sikuli/+question/172119 I'm currently working on seminar project of Sikuli Script i'm trying to make one ppt slides for show iit to my College... So, please any one provide any information on ppt slides..?? -- You received this

Re: [Sikuli-driver] [Question #172119]: Presentation of Sikuli Script in .ppt

2011-09-23 Thread RaiMan
Question #172119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172119 Status: Open = Answered RaiMan proposed the following answer: a google sikuli presentation slides gives you some links. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 857446] Re: Renaming an image in IDE sets similarity to 0.00

2011-09-23 Thread RaiMan
I just tried on my Mac Lion and on my Win7 64Bit with rc3, but cannot reproduce it. Renaming works fine for me on both systems. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/857446 Title:

[Sikuli-driver] [Question #172151]: Screenshots for IE vs other browers

2011-09-23 Thread Anthony
New question #172151 on Sikuli: https://answers.launchpad.net/sikuli/+question/172151 I was just wondering is there a big difference in capturing images in IE vs FF and Chrome. The problem I'm seeing is that Sikuli recognizes my images just fine in FF and Chrome but in IE for the same app, it

Re: [Sikuli-driver] [Question #172015]: is there any inbuilt function to find out the OS bit

2011-09-23 Thread Brian Parma
Question #172015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172015 Brian Parma posted a new comment: python has a built in 'platform' module. http://www.jython.org/docs/library/platform.html platform.architecture() should tell you whether you are on x32 or x64, although I

Re: [Sikuli-driver] [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

2011-09-23 Thread RaiMan
Question #172136 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172136 Status: Open = Answered RaiMan proposed the following answer: --1. you are right only .exe and .cmd are working. a .msc definitely not. you might use os.popen to start an .msc import os

Re: [Sikuli-driver] [Question #172015]: is there any inbuilt function to find out the OS bit

2011-09-23 Thread RaiMan
Question #172015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172015 RaiMan posted a new comment: @Brian not a problem of Sikuli, but of Jython 2.5.1 (still on Windows) and Jython 2.5.2 (on Mac). I will check later on. -- You received this question notification because you