Re: [Sikuli-driver] [Question #163463]: Set clipboard without actually pasting

2011-07-02 Thread RaiMan
Question #163463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163463 Status: Open => Answered RaiMan proposed the following answer: You are using the Sikuli implementation of clipboard handling, which is based on the Java classes - java.awt.datatransfer.Clipboard - java.

Re: [Sikuli-driver] [Question #163463]: Set clipboard without actually pasting

2011-07-01 Thread Willie
Question #163463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163463 Status: Solved => Open Willie is still having a problem: Ok, I'm coding using Sikuli in Java and although the first time I set the clipboard it seems to work, after that I get a "java.lang.IllegalStateEx

Re: [Sikuli-driver] [Question #163463]: Set clipboard without actually pasting

2011-07-01 Thread Willie
Question #163463 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163463 Status: Open => Solved Willie confirmed that the question is solved: Sorry, found it: Clipboard.putText("text") -- You received this question notification because you are a member of Sikuli Drivers, w

[Sikuli-driver] [Question #163463]: Set clipboard without actually pasting

2011-07-01 Thread Willie
New question #163463 on Sikuli: https://answers.launchpad.net/sikuli/+question/163463 Hey is there any way that I can use a command like paste() to just load some text into the clipboard without actually pasting it yet? I'm trying to paste text into a command prompt, but when I use paste() it ju