Re: [Sikuli-driver] [Question #269587]: Is there a way to make Sikuli type faster?

2015-07-24 Thread RaiMan
Question #269587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269587 Status: Open = Answered RaiMan proposed the following answer: use paste() instead -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #269003]: Is there any way to prompt user with a pop-up saying Please do not click on screen and run sikuli script in background.

2015-07-24 Thread Launchpad Janitor
Question #269003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269003 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

Re: [Sikuli-driver] [Question #269022]: script created with a version fails with another version

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

Re: [Sikuli-driver] [Question #240213]: How to know a specific image found on a if exists with an array

2015-07-24 Thread RaiMan
Question #240213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240213 Status: Open = Needs information RaiMan requested more information: with your logic, you get the index (beginning with 0) of the image in your image list, that had the first match (because you leave the

Re: [Sikuli-driver] [Question #268803]: Issue While running the code of Sikuli

2015-07-24 Thread Launchpad Janitor
Question #268803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268803 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

Re: [Sikuli-driver] [Question #269577]: Sikulix 1.1.0 handler return value

2015-07-24 Thread RaiMan
Question #269577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269577 Status: Open = Answered RaiMan proposed the following answer: def changed(event): global menustring menustring = event.getChanges()[0].text() return menustring -- You received this

Re: [Sikuli-driver] [Question #269560]: Sikuli test succeeding even though it should fail

2015-07-24 Thread RaiMan
Question #269560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269560 Status: Open = Answered RaiMan proposed the following answer: --- How and why does this assert pass? ... because Sikuli finds something on the screen, that matches 1437632092515.png with a score of 0.7

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

2015-07-24 Thread Tepedino
Question #269303 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269303 Status: Answered = Solved Tepedino confirmed that the question is solved: ok, I tried today after lookign a little more at the link: http://doc.sikuli.org/faq/030-java-dev.html then I noticed the most

[Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
New question #269607 on Sikuli: https://answers.launchpad.net/sikuli/+question/269607 Hello, I cannot write in Cannot write in command prompt. [input] os.system(start cmd) type (a) [output] the command prompt is opened but no text is written. [notes] Note: after I close the comnand prompt

Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread george munteanu
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Description changed to: Hello, I cannot write in command prompt. [input] os.system(start cmd) type (a) [output] the command prompt is opened but no text is written. [notes] Note: after I close the

Re: [Sikuli-driver] [Question #269607]: Cannot write in command prompt

2015-07-24 Thread RaiMan
Question #269607 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269607 Status: Open = Answered RaiMan proposed the following answer: --- after I close the command prompt then the text is written in other window. this means, that os.system(start cmd) waits until the

Re: [Sikuli-driver] [Question #269618]: Error when running more than one script using hotkeys.

2015-07-24 Thread eduardobedoya
Question #269618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269618 Description changed to: Hi, Im running Sikuli 1.1.0 I am having this problem... def runMySikuliScriptA(event): runScript(C:\Sikuli\Scripts\MySikuliScriptA) Env.addHotkey(Key.F1,

Re: [Sikuli-driver] [Question #269618]: Error when running more than one script using hotkeys.

2015-07-24 Thread eduardobedoya
Question #269618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269618 Description changed to: Hi, Im running Sikuli 1.1.0 I am having this problem... def runMySikuliScriptA(event): runScript(C:\Sikuli\Scripts\MySikuliScriptA) Env.addHotkey(Key.F1,

Re: [Sikuli-driver] [Question #240213]: How to know a specific image found on a if exists with an array

2015-07-24 Thread RaiMan
Question #240213 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240213 Status: Open = Answered RaiMan proposed the following answer: ok, then the easiest way is to search in both regions one after the other. na = existsAny(regionA, imagelist) nb = existsAny(regionB,

[Sikuli-driver] [Question #269620]: Sikuli is not booting up in OS X El Capitan

2015-07-24 Thread Dev
New question #269620 on Sikuli: https://answers.launchpad.net/sikuli/+question/269620 It just gets stuck at the SikuliX-IDE is starting window. Any ideas? It was working fine on the previous OS X version. I don't really want to scale back, just want to fix it. Other java apps are working just

[Sikuli-driver] [Bug 1478119] [NEW] SikulixIDE 1.1.0 doesn't run even Hello World

2015-07-24 Thread Luiz Carlos Modesto
Public bug reported: Downloaded successfully Sikulix 1.1.0 in a Windows 7 Professional (Service Pack 1, 64-bit) desktop. I've typed, saved as teste.sikuli and tried to run the first IDE example: click(windows start button image) type(Hello World) I've got these messages: [error] script [ teste

Re: [Sikuli-driver] [Question #264483]: 1.0.1 how to run sikuli script from command line

2015-07-24 Thread eduardobedoya
Question #264483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264483 Status: Solved = Open eduardobedoya is still having a problem: Hi Raiman, please tell me, is it really necessary to wait for one second after running this? why is that? thanks def

[Sikuli-driver] [Question #269618]: Error when running more than one script using hotkeys.

2015-07-24 Thread eduardobedoya
New question #269618 on Sikuli: https://answers.launchpad.net/sikuli/+question/269618 Hi Raiman, please tell me, is it really necessary to wait for one second after running a script via hotkey? I am having this problem... def runMySikuliScriptA(event):

Re: [Sikuli-driver] [Question #269587]: Is there a way to make Sikuli type faster?

2015-07-24 Thread domocoma
Question #269587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269587 Status: Answered = Solved domocoma 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,