Re: [Sikuli-driver] [Question #227960]: How to make sikuli detect motions within a specific region?

2013-05-03 Thread RaiMan
Question #227960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227960 Status: Open = Answered RaiMan proposed the following answer: You overwrite the handler parameter event, which is set outside, so it gets invalid. this is a version using inline/foreground observation

[Sikuli-driver] [Bug 949808] Re: [request] Ubuntu 12.04: Sikuli should work with OpenCV 2.3

2013-05-03 Thread RaiMan
@Chris yes, if you do not get it running, you have to build from sources. There should be some hints about that here and in the net. After the new version is ready in May, I will take care in June/July, that these kind of packages come back -- You received this bug notification because you are

[Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-03 Thread Chris Kiick
New question #228089 on Sikuli: https://answers.launchpad.net/sikuli/+question/228089 I have an application that takes long clicks - where the mouse is clicked, you wait about a second, and then release to activate the feature. I would like to be able to do something like r.longclick(pattern),

[Sikuli-driver] [Question #228095]: differentiate text color?

2013-05-03 Thread Chris Kiick
New question #228095 on Sikuli: https://answers.launchpad.net/sikuli/+question/228095 Here's the problem: region.text() is not working for me. This is a known problem with the OCR engine, I know. It's probably due to the small font size that I have to deal with, the text color and the noisy

Re: [Sikuli-driver] [Question #228089]: howto extend region class for long click?

2013-05-03 Thread RaiMan
Question #228089 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228089 Status: Open = Answered RaiMan proposed the following answer: Supposing we are talking about the Python level. Should be sufficient to have this as a global function. Put all these global def()'s in

Re: [Sikuli-driver] [Question #228095]: differentiate text color?

2013-05-03 Thread RaiMan
Question #228095 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228095 Status: Open = Answered RaiMan proposed the following answer: There are no possibilities in the current version, that make really sense. Starting with the next version 1.1 we will try to improve the

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread Chris
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Chris posted a new comment: Download and put the module in same folder as your .py file where is this location, i tried multiple locations with no success... -- You received this question notification

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread RaiMan
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 RaiMan posted a new comment: @Chris Here you have the HTMLTestRunner with the added feature of saving screenshots when failing. https://dl.dropboxusercontent.com/u/42895525/HTMLTestRunner.zip Put the

[Sikuli-driver] [Question #228100]: win64beta500 sikuli-ide.cmd opens r930 ide

2013-05-03 Thread robert gonzales
New question #228100 on Sikuli: https://answers.launchpad.net/sikuli/+question/228100 i downloaded the win64beta and extracted it but when i ran the included sikuli-ide.cmd file it opened the old r930 ide. this is the code i ran and what printed to the terminal

Re: [Sikuli-driver] [Question #228100]: win64beta500 sikuli-ide.cmd opens r930 ide

2013-05-03 Thread RaiMan
Question #228100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228100 Status: Open = Answered RaiMan proposed the following answer: Uuups, you seem to have set SIKULI_HOME in your environment pointing to the old installation. Unset it and try again. I have to somehow

Re: [Sikuli-driver] [Question #228100]: win64beta500 sikuli-ide.cmd opens r930 ide

2013-05-03 Thread robert gonzales
Question #228100 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228100 robert gonzales posted a new comment: should i set SIKULI_HOME to something else? or should i just delete it? -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #228100]: win64beta500 sikuli-ide.cmd opens r930 ide

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

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread Chris
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Chris posted a new comment: Great thanks :D that worked but now the script just says EEE time elapsed 0:00:00... I really love sikuli it will be awesome for non- coder-testers, sry for all the bother but is

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread Chris
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Chris posted a new comment: In the report, when i click the error it says: AttributeError: 'BDTest' object has no attribute 'app' -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread Chris
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Chris posted a new comment: Nvm i figured it out my app definition and my setup and teArdown go inside the class :P obviously, thanks for the help RaiMan! :D Now i just need to figure out why word is not

Re: [Sikuli-driver] [Question #176005]: [HowTo] Nice unit test runner with html output

2013-05-03 Thread Chris
Question #176005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176005 Chris posted a new comment: Lol just figured it out, running sikuli as admin makes word opened from sikuli run as admin as well and my plugins were installed per user. Weird but ok! :D -- You received this