Re: [Sikuli-driver] [Question #164476]: Java Error: UnsatisfiedLinkError on Mac Eclipse

2011-07-12 Thread RaiMan
Question #164476 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164476 Status: Open = Needs information RaiMan requested more information: It looks like some mix of Sikuli stuff. Where did you get the sikuli-script.jar from? -- you say: and import the sikuli-script.jar

Re: [Sikuli-driver] [Question #158922]: significance of Modifiers

2011-07-12 Thread Launchpad Janitor
Question #158922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/158922 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 #160816]: How to get value of Region for Different Strings from Screen

2011-07-12 Thread Launchpad Janitor
Question #160816 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160816 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 #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-12 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Needs information = Open Joe Harris gave more information on the question: Okay. But How Do I Get strings from the file? Which are in. email:pass email:pass Style.? -- You received this

[Sikuli-driver] [Question #164548]: type(4, KEY_ALT) not working?

2011-07-12 Thread Beth Griffin
New question #164548 on Sikuli: https://answers.launchpad.net/sikuli/+question/164548 I am working on a script testing a plugin to MS Visual Studio. So far, using type() to send hotkeys has worked just fine (e.g. type( B, KEY_ALT + KEY_SHIFT)). So I want to send the hotkeys for switching

Re: [Sikuli-driver] [Question #164548]: type(4, KEY_ALT) not working?

2011-07-12 Thread RaiMan
Question #164548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164548 Status: Open = Answered RaiMan proposed the following answer: this is correct and should work: type(4, KEY_ALT) may be, you have to click somewhere before. just ignore the fact, that KEY_ALT is black

Re: [Sikuli-driver] [Question #164548]: Windows: MS VisualStudio: type(4, KEY_ALT) not working?

2011-07-12 Thread RaiMan
Question #164548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164548 Summary changed to: Windows: MS VisualStudio: type(4, KEY_ALT) not working? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #164561]: Find image of certain size

2011-07-12 Thread Willie
New question #164561 on Sikuli: https://answers.launchpad.net/sikuli/+question/164561 Hi everyone, I'm using Sikuli to test command-line functions on a remote desktop. I am trying to determine if the last two digits of a message are correct, so I'm trying to first figure out where that line

Re: [Sikuli-driver] [Question #164548]: Windows: MS VisualStudio: type(4, KEY_ALT) not working?

2011-07-12 Thread Beth Griffin
Question #164548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164548 Status: Answered = Solved Beth Griffin confirmed that the question is solved: Using str(4) worked. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #164548]: Windows: MS VisualStudio: type(4, KEY_ALT) not working?

2011-07-12 Thread Beth Griffin
Question #164548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164548 Beth Griffin 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 #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-12 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open = Answered RaiMan proposed the following answer: theFile = file(rpath-to-the-file-that-contains-the-email:pass-lines.txt) for line in theFile: line = line.strip() if len(line) == 0:

Re: [Sikuli-driver] [Question #164561]: Find image of certain size

2011-07-12 Thread RaiMan
Question #164561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164561 Status: Open = Answered RaiMan proposed the following answer: totally black images cannot be found currently (the same for totally white and even some colors). This is a known bug. I am rather sure,

[Sikuli-driver] [Question #164563]: Windows: How to send multi-char hotkey

2011-07-12 Thread Beth Griffin
New question #164563 on Sikuli: https://answers.launchpad.net/sikuli/+question/164563 MS Visual Studio opens up specific views with a hotkey sequence of CTRL+ALT+W,1 (type CTRL+ALT+W, then 1 with no modifiers) Doing this as: type(W, KEY_CTRL + KEY_ALT) type(str(1)) sends the 1 to the view in

Re: [Sikuli-driver] [Question #164561]: Find image of certain size

2011-07-12 Thread Willie
Question #164561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164561 Willie posted a new comment: Its actually in DOS, so that's not going to work... -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #164561]: Find image of certain size

2011-07-12 Thread Willie
Question #164561 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164561 Status: Answered = Solved Willie confirmed that the question is solved: Well, I managed to fix the problem by making an image that contained the last two digits along with trailing black-space. Funny

Re: [Sikuli-driver] [Question #164476]: Java Error: UnsatisfiedLinkError on Mac Eclipse

2011-07-12 Thread Min-cheng HUANG
Question #164476 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164476 Status: Needs information = Solved Min-cheng HUANG confirmed that the question is solved: Hello Raiman, It works now. :) Here is the step I did (most of them are the same as your step.): 1. Copy

Re: [Sikuli-driver] [Question #164563]: Windows: How to send multi-char hotkey

2011-07-12 Thread RaiMan
Question #164563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164563 Status: Open = Answered RaiMan proposed the following answer: I guess it should be a lowercase w, because type(W,KEY_CTRL+KEY_ALT) sends SHIFT-CTRL-ALT-w. So try: type(w, KEY_CTRL + KEY_ALT) type(1)

Re: [Sikuli-driver] [Question #164563]: Windows: How to send multi-char hotkey

2011-07-12 Thread Beth Griffin
Question #164563 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164563 Status: Answered = Solved Beth Griffin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli