Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread ouedghiri
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Answered => Open ouedghiri is still having a problem: I know, but it doesn't work. I want to copy a string from a text box in a specific region (The region where i click) Target textvalue=new

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread Eugene S
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Open => Answered Eugene S proposed the following answer: You have to keep in mind that Sikuli doesn't care how do you call the type method. It will just simulate manual action on the currently ac

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread ouedghiri
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Answered => Solved ouedghiri confirmed that the question is solved: Thanks Eugene S, that solved my question. -- You received this question notification because you are a member of Sikuli Drive

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-07-30 Thread RaiMan
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Status: Open => Answered RaiMan proposed the following answer: I will only start testing with Win10 after my vacation beginning mid of August. -- You received this question notification because you are

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-07-30 Thread RaiMan
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 RaiMan requested more information: already tried with 1.1.0 ? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread ouedghiri
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 ouedghiri posted a new comment: I use sikuli in a maven project, and i have only sikuli api in my pom.xml. Now , i try to find a solution to add sikuli-script.jar on my maven project -- You received this

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread Eugene S
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Eugene S posted a new comment: I use Sikuli API maven project as well and it works fine for me. Just make sure that all the files has been downloaded. For example in Eclipse, I right click on the project and

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread yaya
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Solved => Open yaya is still having a problem: The class Screen is in the sikuli script, without sikuli script it is not possible to use Screen because Screen in sikuli api is an interface and w

Re: [Sikuli-driver] [Question #269784]: copy text from text box

2015-07-30 Thread Eugene S
Question #269784 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269784 Status: Open => Answered Eugene S proposed the following answer: SikuliX-2014 is a multi module project: https://github.com/RaiMan/SikuliX-2014 Clone it from there and choose the project you are interes

[Sikuli-driver] [Question #269834]: import issue

2015-07-30 Thread Anil Daki
New question #269834 on Sikuli: https://answers.launchpad.net/sikuli/+question/269834 Hi , I am new to Sikuli, I am getting below error while executing. I kept both scripts in same folder. Please help me out # script1.sikuli # a script to be imported from sikuli import * popup("Hello, I am scrip

[Sikuli-driver] [Question #269837]: Looking for a way to export a runnable Sikuli

2015-07-30 Thread Yigal Saperstein
New question #269837 on Sikuli: https://answers.launchpad.net/sikuli/+question/269837 I'm looking to send a sikuli script I wrote to a not-so-computer-savvy person. I've written it both in SikuliX... What is the best approach to this? -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #269837]: Looking for a way to export a runnable Sikuli

2015-07-30 Thread Yigal Saperstein
Question #269837 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269837 Description changed to: I'm looking to send a sikuli script I wrote to a not-so-computer-savvy person. I've written it both in SikuliX and a second version in Java on Eclipse, but I probably imported the Ja

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-07-30 Thread 皇甫春峰
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 皇甫春峰 proposed the following answer: I think you can not judge the issue for the version of OS. 1.You should write java or jython code to check if sikuli is OK or not. Use eclipse to add the sikuli-script.ja

Re: [Sikuli-driver] [Question #269834]: import issue

2015-07-30 Thread Eugene S
Question #269834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269834 Status: Open => Needs information Eugene S requested more information: Are you running them from command line or IDE? -- You received this question notification because you are a member of Sikuli Drive

Re: [Sikuli-driver] [Question #269837]: Looking for a way to export a runnable Sikuli

2015-07-30 Thread Eugene S
Question #269837 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269837 Status: Open => Answered Eugene S proposed the following answer: Assuming your friend has the SikuliX installed on his PC, you could send him a simple script that he can execute form the command line lik

Re: [Sikuli-driver] [Question #269834]: import issue

2015-07-30 Thread Anil Daki
Question #269834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269834 Status: Needs information => Open Anil Daki gave more information on the question: Yes,, I tried both ways. Its giving same error. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #269834]: import issue

2015-07-30 Thread Eugene S
Question #269834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269834 Status: Open => Answered Eugene S proposed the following answer: As far as I know, the files themselves must be *.py files and not *.sikuli. Would you try that? -- You received this question notificati

Re: [Sikuli-driver] [Question #269834]: import issue

2015-07-30 Thread Anil Daki
Question #269834 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269834 Status: Answered => Open Anil Daki is still having a problem: Yes.. I tried .py option too.. But no luck.. Its throwing the same error. I am using 1.0.1 version of SIKULI. -- You received this question

[Sikuli-driver] [Question #269849]: Could sikulix work with jdk 64bit version

2015-07-30 Thread 皇甫春峰
New question #269849 on Sikuli: https://answers.launchpad.net/sikuli/+question/269849 I have two questions, 1.sikulix can not open 2 or more same program( as open 'calc.exe' twice), 2.Can sikulix work with jdk 64bit version? Thanks, -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #269810]: Sikuli not working on Windows10

2015-07-30 Thread Pramendra
Question #269810 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269810 Pramendra posted a new comment: @RaiMan (raimund-hocke) . yes, 1.1.0 also not working, IDE window itself is not showing up when i am clicking runsikulix.cmd file. I installed successfully using sikuli 1.1.0

[Sikuli-driver] [Bug 1480058] [NEW] print the copied content by env.getclipboard noe working

2015-07-30 Thread saravanan
Public bug reported: regx=Region(263,380,63,29) doubleClick(regx) type("a",KEY_CMD) type("c",KEY_CMD) var= Env.getClipboard() print(var) i need the output the selected content which was copied eg content is "1234" i have select and copied and get that in Env.getClipboard() and if i print that i