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

2015-12-13 Thread Ieva
New question #278838 on Sikuli: https://answers.launchpad.net/sikuli/+question/278838 This code working: Import org.sikuli.script.App; import java.awt.Window; import org.junit.Test; import org.sikuli.script.FindFailed; import org.sikuli.script.Pattern; import org.sikuli.script.*; import org.sikuli

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

2015-12-13 Thread RaiMan
Question #278838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278838 Status: Open => Answered RaiMan proposed the following answer: Java programming challenge: in the 2nd case Testing() is never called, but only here the variables are set to non-null values. -- You rec

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 #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 #278838]: SIKULI return NuLL

2015-12-19 Thread Ieva
Question #278838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/278838 Status: Answered => Solved Ieva confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer c