[Sikuli-driver] [Question #253152]: how to select two images from different lists

2014-08-15 Thread morph
New question #253152 on Sikuli: https://answers.launchpad.net/sikuli/+question/253152 Hello! How do i select pictures from 2 different lists. But not just select it should select the first picture of the first list and the first picture of the second list at the same time. At the next loop it s

Re: [Sikuli-driver] [Question #253152]: how to select two images from different lists

2014-08-16 Thread Eugene S
Question #253152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253152 Status: Open => Answered Eugene S proposed the following answer: Hi, First of all, you have a couple of problems in your example code: 1. You can't create a list with name 'list' as that's a reserved wo

Re: [Sikuli-driver] [Question #253152]: how to select two images from different lists

2014-08-16 Thread morph
Question #253152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253152 morph posted a new comment: ok so i worked with a tuple. Was working too ;-) So i changed my example. Yes, the name was never List but thanks for the advise! I need to use the "while" because i must know if i

Re: [Sikuli-driver] [Question #253152]: how to select two images from different lists

2014-08-16 Thread Eugene S
Question #253152 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/253152 Eugene S proposed the following answer: -- need to use the "while" because i must know if it was clicked and disapeared before i go to the next action. A normal "while exists..." would be to fast and generat