Re: [Sikuli-driver] [Question #269348]: Unable to install Version 1.0.1 on windows system

2015-07-20 Thread RaiMan
Question #269348 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269348 Status: Open = Answered RaiMan proposed the following answer: You should try again with today's build 1.1.0 I fixed the problem: [debug (7/19/15 2:30:30 PM)] FileManager: Downloading

Re: [Sikuli-driver] [Question #268861]: Optimize Sikuli Minesweeper Solver

2015-07-20 Thread Launchpad Janitor
Question #268861 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268861 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #269439]: Importing Custom sikuli module - [error] NameError ( global name 'click' is not defined )

2015-07-20 Thread Zoran Lisovac
New question #269439 on Sikuli: https://answers.launchpad.net/sikuli/+question/269439 I have a utility sikuli module that I would like to reuse throughout other sikuli modules my util file looks like: from sikuli import * def helperMethod1(): ... def helperMethod2(): ... So it has

[Sikuli-driver] [Question #269440]: Sikulix 1.1.0 Onchange-problem

2015-07-20 Thread Dr. Xenofon Nastos
New question #269440 on Sikuli: https://answers.launchpad.net/sikuli/+question/269440 I am trying to do the following: find a menu, open it and using the onchange-event get the menu Point using the text() function. Unfortunately my code doesn't work as expected: import

Re: [Sikuli-driver] [Question #269440]: Sikulix 1.1.0 Onchange-problem

2015-07-20 Thread Dr. Xenofon Nastos
Question #269440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269440 Description changed to: I am trying to do the following: find a menu, open it and using the onchange-event get the menu points using the text() function. Unfortunately my code doesn't work as expected:

Re: [Sikuli-driver] [Question #268851]: Can sikuli work with only jar path /org/sikuli/sciprt?

2015-07-20 Thread Launchpad Janitor
Question #268851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268851 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Question #269442]: Ubuntu - mouse problem - location and rightClick()

2015-07-20 Thread Jonas Eriksson
New question #269442 on Sikuli: https://answers.launchpad.net/sikuli/+question/269442 Hi, I'm using sikulix API (Java) to run automated GUI tests on a jenkins machine running Ubuntu. Everything works great apart from one thing: I want to right click on a file in the eclipse project explorer and

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-20 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Tepedino posted a new comment: @Eugene: Will try the 1.1.0 here now. @RaiMan: I see, so with this external Jython will I be able to run it with jaba over eclipse? D= Gimme few more mintues and will post

[Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread Ryan
New question #269444 on Sikuli: https://answers.launchpad.net/sikuli/+question/269444 1: https://pastebin.com/fmSBWnuV 2: https://pastebin.com/s1DAyLr3 3: https://pastebin.com/y8NSY7Rg Album: http://imgur.com/a/jxEIv I've just moved over to Sikuli today, and was previously using the trial of

[Sikuli-driver] [Question #269449]: How to select and copy multiple/random files through sikuli?

2015-07-20 Thread Dhaval Rajput
New question #269449 on Sikuli: https://answers.launchpad.net/sikuli/+question/269449 I am trying to select multiple random files through Sikuli IDE but not able to select through keyword syntax? Suppose on C: drive I have one folder TEST 123 and in their folder approx 25 files exists. Now I

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread Ryan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Description changed to: 1: https://pastebin.com/fmSBWnuV 2: https://pastebin.com/s1DAyLr3 3: https://pastebin.com/y8NSY7Rg Album: http://imgur.com/a/jxEIv I've just moved over to Sikuli today, and was

Re: [Sikuli-driver] [Question #269439]: Importing Custom sikuli module - [error] NameError ( global name 'click' is not defined )

2015-07-20 Thread RaiMan
Question #269439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269439 Status: Open = Answered RaiMan proposed the following answer: what version of Sikuli? how do you run the main (consuming) script? in any case: utilFunctionsPath = 'MyDir\UtilFunctions' # this must be

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread RaiMan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Status: Open = Answered RaiMan proposed the following answer: What version of SikuliX ? It is surely not Sikuli, that lets your game get slower: It either makes your game slow from beginning or not at

Re: [Sikuli-driver] [Question #269375]: Load Script

2015-07-20 Thread RaiMan
Question #269375 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269375 Status: Open = Answered RaiMan proposed the following answer: http://sikulix.com - nightly button Be sure to start in an empty folder with setup. -- You received this question notification because

Re: [Sikuli-driver] [Question #269449]: How to select and copy multiple/random files through sikuli?

2015-07-20 Thread RaiMan
Question #269449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269449 Status: Open = Answered RaiMan proposed the following answer: do not fiddle around visually, just use Python's baked in file features. look for - how to list files in a folder - how to copy files --

Re: [Sikuli-driver] [Question #269442]: Ubuntu - mouse problem - location and rightClick()

2015-07-20 Thread RaiMan
Question #269442 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269442 Status: Open = Needs information RaiMan requested more information: Are you running a native Ubuntu on a separate machine sitting in front of a real screen, or is it some virtual environment? If it is

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread Ryan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Ryan posted a new comment: Ah, thanks. The observe feature looks like what I needed, just have to read up on how to implement it now. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #269303]: Text Search off error on image [Sikuli java Eclipse]

2015-07-20 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Status: Answered = Open Tepedino is still having a problem: @Eugene: Tried to add 1.1.0 and I got this message: Somethign serious happened! Sikuli not useable! Check the error log at

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread Ryan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Status: Answered = Solved Ryan 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 #269456]: sikuli and jython2.7.0

2015-07-20 Thread RaiMan
Question #269456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269456 Status: Open = Answered RaiMan proposed the following answer: -- 1: sikuli-java.jar must be on Java class path before you start Jython -- 2: then put sikuli-java.jar/Lib on sys.path however you want.

[Sikuli-driver] [Bug 1466231] Re: [1.1.0] OS X 10.10: KeyModifier being sent to Sikuli, not to app

2015-07-20 Thread Elaine F
@raiman: I believe Sketch has a free 30 day trial. It seems like it's anything with multi-window support, so let me know if the trial doesn't work and you need another piece of software that reproduces the issue. -- You received this bug notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread Ryan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Status: Answered = Open Ryan is still having a problem: You are running SikulixIDE 1.10 Build: 2015-07-20_01:00nightly No the game doesn't have any kind of bot detection, it allows modding and anything

Re: [Sikuli-driver] [Question #197294]: Can Sikuli Methods be Overridden?

2015-07-20 Thread Ryan
Question #197294 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197294 Ryan posted a new comment: I too am hoping for something similar. In my project we are extending the Region class extensively and sometimes need click to have a side effect on the derived class. For

Re: [Sikuli-driver] [Question #269444]: Three parallel scripts optimization help?

2015-07-20 Thread RaiMan
Question #269444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269444 Status: Open = Answered RaiMan proposed the following answer: Usually one uses the observe feature to watch out for popups, that need to be handled. As far as I can judge, then the short scripts just

[Sikuli-driver] [Question #269456]: sikuli and jython2.7.0

2015-07-20 Thread Eugene Gwon
New question #269456 on Sikuli: https://answers.launchpad.net/sikuli/+question/269456 Hello! I have some problem using Sikuli with Jython2.7.0 on Windows 7 x64. I did install Jython2.7.0, and add syspath for sikuli-java.jar. I tried to import sikuli, but It fails with error ImportError: cannot

Re: [Sikuli-driver] [Question #269458]: Sikuli wont Type only in certain windows.

2015-07-20 Thread Eugene S
Question #269458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269458 Status: Open = Answered Eugene S proposed the following answer: Make sure what window are you focused on. Remember that SIkuli is only going to type like a real use would've. So if the application you

[Sikuli-driver] [Question #269458]: Sikuli wont Type only in certain windows.

2015-07-20 Thread Edward
New question #269458 on Sikuli: https://answers.launchpad.net/sikuli/+question/269458 I tried to use a previously working script today. The scripts starts out by typing the 'p' key. So I opened the program I wanted to script to act on, started the script and made sure the focus was on the

Re: [Sikuli-driver] [Question #197294]: Can Sikuli Methods be Overridden?

2015-07-20 Thread RaiMan
Question #197294 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197294 RaiMan proposed the following answer: @Ryan Inheriting from the class Region on the Python level is problematic. This has historical reasons and is due to the fact, that on the scripting level on can say:

Re: [Sikuli-driver] [Question #197294]: Can Sikuli Methods be Overridden?

2015-07-20 Thread Ryan
Question #197294 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197294 Ryan posted a new comment: One of the reasons we did this was to intentionally block the global undotted methods. The way our testing and framework are set up already removes the ability to run modules as

[Sikuli-driver] [Question #269466]: Holding key down with keyDown() isn't repeating the key

2015-07-20 Thread Orynae
New question #269466 on Sikuli: https://answers.launchpad.net/sikuli/+question/269466 I'm trying to test a Windows application that lists options when the 'o' key is held down for about a second. This is the script I tried: keyDown('o') wait(3) keyUp() However, the only effect seems to be that

Re: [Sikuli-driver] [Question #269458]: Sikuli wont Type only in certain windows.

2015-07-20 Thread Edward
Question #269458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269458 Status: Answered = Open Edward is still having a problem: As I mentioned, I did make sure of the focus. After playing with it a bit more, I have also noticed that it seems to do image recognition in