Re: [Sikuli-driver] [Question #169468]: [Java] Using the wait() without image needs double value (e.g. wait(3.0))

2011-08-30 Thread Boipelo Mawasha
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Status: Answered => Solved Boipelo Mawasha confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli D

Re: [Sikuli-driver] [Question #169468]: [Java] Using the wait() without image needs double value (e.g. wait(3.0))

2011-08-29 Thread RaiMan
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Status: Open => Answered RaiMan proposed the following answer: try a type cast like s.wait((double) 1.0); -- You received this question notification because you are a member of Sikuli Drivers, which i

Re: [Sikuli-driver] [Question #169468]: [Java] Using the wait() without image needs double value (e.g. wait(3.0))

2011-08-29 Thread Boipelo Mawasha
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Status: Answered => Open Boipelo Mawasha is still having a problem: I tried using a double value, but I still get an error. s.wait(1.0); FindFailed: can not find 1.0 Line ?, in File ? at org.si

Re: [Sikuli-driver] [Question #169468]: [Java] Using the wait() without image needs double value (e.g. wait(3.0))

2011-08-29 Thread RaiMan
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Summary changed to: [Java] Using the wait() without image needs double value (e.g. wait(3.0)) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contac