Re: [Sikuli-driver] [Question #284364]: how to use while len(string) > 1 : ??

2016-02-04 Thread VincentDugue
Question #284364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284364 Status: Answered => Open VincentDugue is still having a problem: thank for you reply Karl, I tried it and it works a little :P My last script for this function was : #first line def my_find(region, str):

Re: [Sikuli-driver] [Question #284587]: looping a script forever in Sikulix

2016-02-04 Thread Drex
Question #284587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284587 Status: Answered => Open Drex is still having a problem: wow thanks i have tried everything but couldnt get that to loop now i see i was not even close it looks much cleaner now and it does loop, one mor

Re: [Sikuli-driver] [Question #284553]: Key.RIGHT command is not executed by sikuli

2016-02-04 Thread masuo
Question #284553 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284553 Status: Open => Answered masuo proposed the following answer: Now script is wait by constant sleep time. Wait by image until image appear on screen. while not exists(image,0): wait(1) type(Key.RIGHT

Re: [Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread masuo
Question #284548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284548 masuo posted a new comment: image files are deleted when saving script with existing name (overwrite) https://bugs.launchpad.net/sikuli/+bug/1532730 -- You received this question notification because your t

Re: [Sikuli-driver] [Question #283780]: how to change default screen to a custom region?

2016-02-04 Thread Karl
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered Karl proposed the following answer: You might use: r = App.open(bluestacks_app).window() #http://sikulix-2014.readthedocs.org/en/latest/appclass.html?highlight=window#window if

Re: [Sikuli-driver] [Question #284257]: copy individual excel cell and put it to a different program using Sikuli 1.1.0

2016-02-04 Thread Karl
Question #284257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284257 Status: Open => Answered Karl proposed the following answer: If you use sikuli, you could use screenshots or regions to get to the cell you want, you could use the click and type commands to copy the cel

Re: [Sikuli-driver] [Question #284364]: how to use while len(string) > 1 : ??

2016-02-04 Thread Karl
Question #284364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284364 Status: Open => Answered Karl proposed the following answer: It looks like you're trying to recursively create regions and then pass them to doubleClick. That won't work because doubleClick only works o

Re: [Sikuli-driver] [Question #284383]: sikuli key modification through Fn key

2016-02-04 Thread Karl
Question #284383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284383 Status: Open => Answered Karl proposed the following answer: Capture() tells you where it stores the file. file_path = capture(0,0,200,200) You can add lines in your script to put the captured image int

Re: [Sikuli-driver] [Question #284587]: looping a script forever in Sikulix

2016-02-04 Thread Karl
Question #284587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284587 Status: Open => Answered Karl proposed the following answer: while True: click("1453202630435.png") wait(80) wait("1453736008362.png",10),click("1453736008362.png") wait("1453202801705.pn

Re: [Sikuli-driver] [Question #284591]: Consolidating Scripts into one folder

2016-02-04 Thread Karl
Question #284591 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284591 Karl gave more information on the question: If I am using an image folder for all of my scripts, every sikuli folder will contain only the python or ruby script and the optional html file. I wish I could put

[Sikuli-driver] [Question #284591]: Consolidating Scripts into one folder

2016-02-04 Thread Karl
New question #284591 on Sikuli: https://answers.launchpad.net/sikuli/+question/284591 If I am -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list: https://launchpad.net/~sikuli

[Sikuli-driver] [Question #284587]: looping a script forever in Sikulix

2016-02-04 Thread Drex
New question #284587 on Sikuli: https://answers.launchpad.net/sikuli/+question/284587 First of all apologies for asking a question that already exists and answered numerous times but my knowledge of python is 0 i an an ultra noob and i dont understand any of those explanations. I made a macro f

Re: [Sikuli-driver] [Question #284587]: looping a script forever in Sikulix

2016-02-04 Thread Drex
Question #284587 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284587 Description changed to: First of all apologies for asking a question that already exists and answered numerous times but my knowledge of python is 0 i am a ultra noob and i dont understand any of those explan

[Sikuli-driver] [Bug 1541874] [NEW] IDE editor : text not displayed (with not valid font)

2016-02-04 Thread Loic
Public bug reported: The editor of the IDE is not usable anymore after few tests, the text is not visible anymore, or some "strange" caracteres appears. My own analyse of the problem: it seams the preference for the font has been changed to "Adobe Ming Std L" (the first one provided in the list

Re: [Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread Artem
Question #284548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284548 Artem posted a new comment: Don't work. I think i do somethink with saves. Can't find all screenshots what sikuli made. But, this problem now not critical. I do New file with new tests. -- You received this

[Sikuli-driver] [Question #284553]: Key.RIGHT command is not executed by sikuli

2016-02-04 Thread KIRAN
New question #284553 on Sikuli: https://answers.launchpad.net/sikuli/+question/284553 Hi , Am kiran. while working on game automation in following code from line-1 to line-7 code works but from line--8 onwards code doesn't work. After this code executed, checked logs too, didn't found any erro

Re: [Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread masuo
Question #284548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284548 Status: Open => Answered masuo proposed the following answer: [Keyboard:] Ctrl + t or [Menu bar:] [View] - [Show ThumbNails Ctrl+T] -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #284548]: image in IDE changed to names of this image

2016-02-04 Thread Artem
New question #284548 on Sikuli: https://answers.launchpad.net/sikuli/+question/284548 image in IDE changed to names of this image And "#" from comment changed to regular text http://prntscr.com/9ytjhl Can i return image? What i must do? Thank you. -- You received this question notification b

Re: [Sikuli-driver] [Question #281215]: How to call a function from another class

2016-02-04 Thread Launchpad Janitor
Question #281215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281215 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no