Re: [Sikuli-driver] [Question #215490]: I Want to Learn How to Code

2012-12-01 Thread RaiMan
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 RaiMan proposed the following answer: A loop has to be set up in the main workflow and contain the parts that are changing. --- this is the one time basic version # this is based on surfbar9 # to run this

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread RaiMan
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Summary changed to: Dynamically capture symbols and search them --- all this in a loop Description changed to: I want to learn how to code with Sikuli and eventually contribute here to help others. Thank

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread RaiMan
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Description changed to: I want to learn how to code with Sikuli and eventually contribute here to help others. Thank You. --- the challenge A small symbol on a webpage, that changes every time, the page

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Bernard St-Pierre
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Bernard St-Pierre gave more information on the question: If this helps, the imgBase reappears around 6 seconds after it made the last click. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Bernard St-Pierre
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Bernard St-Pierre gave more information on the question: Let me explain how the storyboard goes Raimund...Firefox is running... surbar1 appears, script finds and clicks duplicate image and then does a

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Bernard St-Pierre gave more information on the question: Correction on how Storyboard goes... surbar1 appears, script finds and clicks duplicate image and then does a CTRL+TAB in Firefox to go to another

Re: [Sikuli-driver] [Question #215672]: Display Text for Debugging

2012-12-01 Thread Lol5916
Question #215672 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215672 Status: Answered = Open Lol5916 is still having a problem: Just dispatch the text display to a subtask using thread or subprocess to make it asynchronous. Even with the easiest version thread, it is

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: After researching here, I found doing a CTRL+TAB is written in Sikuli as: type(Key.TAB,KEY_CTRL) and works perfectly. Hey, I solved that on my own :) Ben -- You

Re: [Sikuli-driver] [Question #160128]: problem sending ALT + F7 (Android, VNC)

2012-12-01 Thread Ben
Question #160128 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160128 Ben posted a new comment: After researching here, I found doing a CTRL+TAB is written in Sikuli as: type(Key.TAB,KEY_CTRL) and works perfectly. -- You received this question notification because you are a

[Sikuli-driver] [Question #215748]: i cant get sikuli to download at all...

2012-12-01 Thread andrew burke
New question #215748 on Sikuli: https://answers.launchpad.net/sikuli/+question/215748 i have checked everything... could i possibly get a troubleshooting list for Win7 to recheck with? i am at a total loss here... -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben posted a new comment: So we still do need to get a loop going... from easy surfbar to flying objects, and loop back to easy Surfbar etc... I'll start with just these 2 Surfbars to learn everything first

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: I am adding the new improved script below. I would like each snippets for each surfbar to be seperate so I can edit them at will...after the script below , I

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben posted a new comment: Raimund, when you send back the script, can you put comments in where the easy surfbar part starts and ends and where the flying objects starts and end? Ben -- You received this

[Sikuli-driver] [Question #215756]: image recognition

2012-12-01 Thread Sam Auyeung
New question #215756 on Sikuli: https://answers.launchpad.net/sikuli/+question/215756 Is it possible for Sikuli to scan an image and store information about that image in some variables? For instance, could it scan a picture with the number 33 on it and set a variable n to 33? I was hoping to

Re: [Sikuli-driver] [Question #215756]: getting the text from images

2012-12-01 Thread RaiMan
Question #215756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215756 Summary changed to: getting the text from images -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #215756]: getting the text from images

2012-12-01 Thread RaiMan
Question #215756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215756 Status: Open = Answered RaiMan proposed the following answer: try: Region.text() see docs: doc.sikuli.org -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben posted a new comment: So basically at this point, the flying objects are on the screen and need to be done followed by the easy surfbar which is already coded in. Just need to restart script for flying

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: I fixed some things and finalized the script with flying objects surfbar first and then it does the easy surfbar but then stops. I want it to start again from

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: For convenience, I renamed the surfbars from 1 to 8 in the order they will appear in my browser. The revised script I posted earlier takes care of surfbar1 and

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: As I stated earlier, surfbars have all been renamed from surfbar1 to surfbar8.jpg starting here http://www.earn-income-at- home.info/images/surfbar1.jpg and as

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben posted a new comment: I know how to be patient Raimund, no worries. When you have time for me is fine... Ben -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #215490]: Dynamically capture symbols and search them --- all this in a loop

2012-12-01 Thread Ben
Question #215490 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/215490 Ben gave more information on the question: Would you know why when the probe is http://www.earn-income-at- home.info/images/filled_side_square.jpg ...Sikuli choses http://www.earn-income-at-

[Sikuli-driver] [Question #215774]: When Images Don't Match

2012-12-01 Thread Ben
New question #215774 on Sikuli: https://answers.launchpad.net/sikuli/+question/215774 Would you know why when the probe is http://www.earn-income-at-home.info/images/filled_side_square.jpg ...Sikuli choses http://www.earn-income-at-home.info/images/filled_circle.jpg as the match What's