Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question part in my first comment (Now I know how to edit it, sorry)

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 Status: Solved => Open eduardobedoya is still having a problem: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question in my first comment (Now I know how to edit

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question part in my first comment (Now I know how to edit it, sorry)

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya posted a new comment: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question in my first comment (Now I know how to edit it) Thanks both worked fine. I a

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya posted a new comment: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question in my first comment (Now I know how to edit it) Thanks both worked fine. I a

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 Status: Answered => Solved eduardobedoya confirmed that the question is solved: Yes sorry, I didn't know how to edit my question, I added the "count into clipboard" question in my first comment Thanks b

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread RaiMan
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 Status: Open => Answered RaiMan proposed the following answer: instead of hacking around, you should have tried to ask the right question: since App.setClipboard() expects some text (string) as parameter

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: THanks Raiman, This is my script count = 0 try: matches = list(findAll("1428702277851.png")) count = len(matches) except FindFailed: pass #not

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 Status: Answered => Open eduardobedoya is still having a problem: THanks Raiman, This is my script count = 0 try: matches = list(findAll("1428702277851.png")) count = len(matches) except FindFa

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: THanks Raiman, This is my script count = 0 try: matches = list(findAll("1428702277851.png")) count = len(matches) except FindFailed: pass #no

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-11 Thread RaiMan
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 Status: Open => Answered RaiMan proposed the following answer: for version 1.1.0+ App.setClipboard("some text") -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-10 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: For example, I have a script that count the number of images found in the screen, I would like to store the result (found: 18) into the clipboard, just bef

Re: [Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-10 Thread eduardobedoya
Question #264960 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264960 eduardobedoya gave more information on the question: For example, I have a script that count the number of images found in the screen, I would like to store the result into the clipboard, just before end the

[Sikuli-driver] [Question #264960]: How could I place a string into clipboard?

2015-04-10 Thread eduardobedoya
New question #264960 on Sikuli: https://answers.launchpad.net/sikuli/+question/264960 Is it possible to place a string (defined text) in the clipboard content with Sikuli? I would like to place this text "job ended" inside clipboard content just before a script ends. I think changing clipboard i