Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread RaiMan
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 RaiMan requested more information: is it solved now? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 Status: Answered => Open surya is still having a problem: Solved...i got the output...i tried to read and write multiple files...bt the problm is third file content displayed on second file,second file

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread RaiMan
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 Status: Open => Answered RaiMan proposed the following answer: send me your code to sikulix--at--outlook--dot--com -- You received this question notification because your team Sikuli Drivers is an answ

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: import java.io.*; import java.io.FileReader; import java.io.BufferedReader; import java.io.PrintWriter; public class tryy { public static void main(String args[])throws IOExce

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: sir i have sent the code to u... -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: sir i have send the code to u -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread RaiMan
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 RaiMan posted a new comment: yes you have. but you have to be a bit patient. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #279043]: [1.1.0] Linux: xmlrunner.py not imported from same folder as the script

2015-12-15 Thread RaiMan
Question #279043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279043 Summary changed to: [1.1.0] Linux: xmlrunner.py not imported from same folder as the script -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #279043]: [1.1.0] Linux: xmlrunner.py not imported from same folder as the script

2015-12-15 Thread RaiMan
Question #279043 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279043 Status: Open => Answered RaiMan proposed the following answer: I have to kack that. might be bug. workaround: put it into the folder Lib in .SikuliX (SikuliX AppData folder) -- You received this quest

Re: [Sikuli-driver] [Question #278838]: SIKULI return NuLL

2015-12-15 Thread Ieva
Question #278838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278838 Status: Answered => Open Ieva is still having a problem: Can You give me please example? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 Status: Answered => Solved surya confirmed that the question is solved: thank you soo much sirthanks for your help -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread surya
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 surya posted a new comment: ok sir...I am sorry.. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread RaiMan
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 RaiMan proposed the following answer: ok, no problem ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #278838]: SIKULI return NuLL

2015-12-15 Thread RaiMan
Question #278838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278838 Status: Open => Answered RaiMan proposed the following answer: @Test public void Meginajums() throws FindFailed { Testing() // to initialize the variables Region window = s.wait(dialogwindow,10); win

Re: [Sikuli-driver] [Question #278890]: read and write

2015-12-15 Thread RaiMan
Question #278890 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278890 RaiMan proposed the following answer: if I understood you right, this should do what you want. package test; import java.io.*; import java.io.FileReader; import java.io.BufferedReader; import java.io.PrintW

[Sikuli-driver] [Question #279248]: Successful use of Region with onAppear

2015-12-15 Thread MasterJunior
New question #279248 on Sikuli: https://answers.launchpad.net/sikuli/+question/279248 Hello, im having a bit of trouble figuring out how to use onAppear and Region properly. At first ive tried onAppear with the image only but the problem with that is the image that pops up doesnt last more than

[Sikuli-driver] [Question #279251]: dragDrop does not work

2015-12-15 Thread Chathura
New question #279251 on Sikuli: https://answers.launchpad.net/sikuli/+question/279251 I was trying to drag horizontal slider using t= find(image) dragDrop(t, t.offset(Location(100, 0)) It did not work. I had to write my own drag drop function. mouseMove(t) hover(t) wait(.3) mous

[Sikuli-driver] [Question #279252]: errors while running a sikuli IDE script

2015-12-15 Thread JChizuk
New question #279252 on Sikuli: https://answers.launchpad.net/sikuli/+question/279252 I'm running Sikuli IDE 1.1.0 on an old dedicated Vista laptop. It's pretty slow, but I've managed to tune my code so that it seems to run pretty well. The program executes a repeating loop and after some rand

Re: [Sikuli-driver] [Question #279252]: errors while running a sikuli IDE script

2015-12-15 Thread JChizuk
Question #279252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279252 JChizuk gave more information on the question: for a little more information on the problem, the script is mostly used to control Google Chrome and is refreshing a page and checking a value on the page. If a

[Sikuli-driver] [Question #279254]: Sikuli supports French and dutch language testing?

2015-12-15 Thread Narayan
New question #279254 on Sikuli: https://answers.launchpad.net/sikuli/+question/279254 Hi, Sikuli supports French and dutch language testing?.because i want to test these 2 languages. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #277502]: When add screenshot sikuli get close and error occur.

2015-12-15 Thread romit
Question #277502 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/277502 Status: Needs information => Open romit gave more information on the question: i have install sikulix but while starting with ./runsikulix it shows error RunTimeIDE: *** terminating: loadlib: libVisionP

Re: [Sikuli-driver] [Question #279248]: [1.1.0] HowTo use onAppear with a lambda handler

2015-12-15 Thread RaiMan
Question #279248 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279248 Status: Open => Answered RaiMan proposed the following answer: The onXXX... have to be associated with the same Region object as the observe: hence this is correct: reg = Region(1309,107,271,52) reg.onA

Re: [Sikuli-driver] [Question #279248]: [1.1.0] HowTo use onAppear with a lambda handler

2015-12-15 Thread RaiMan
Question #279248 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279248 Summary changed to: [1.1.0] HowTo use onAppear with a lambda handler -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #279251]: dragDrop does not work

2015-12-15 Thread RaiMan
Question #279251 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279251 Status: Open => Answered RaiMan proposed the following answer: hover() does the same as mouseMove() hover(t) wait(.3) # this is not in the internal dragDrop flow mouseDown(Button.LEFT) h