Re: [Sikuli-driver] [Question #235137]: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2015-06-03 Thread madhu
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 madhu posted a new comment: hi all, I'm very new to sikuli. I have automated one project using sikuli and java. Now i want to convert it to jar file .In eclipse i right click on the project and export as

[Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
New question #267709 on Sikuli: https://answers.launchpad.net/sikuli/+question/267709 Please help me. Here is my code: def open_shop(self): API.log('open_shop') # check if its already opened API.log(str(Pattern(Interface.Action['shop_slide']).similar(0.9)))

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 Status: Answered = Open eduardobedoya is still having a problem: Second chance would be write the log in a PostgreSQL database, is where the main macrorecoder records all the logs, I used that

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 eduardobedoya posted a new comment: Second chance would be write the log in a PostgreSQL database, is where the main macrorecoder records all the logs, I used that macrorecorder to call sikuli scripts, and

Re: [Sikuli-driver] [Question #266528]: app.focus() not working after window title change (Windows 8.1)?

2015-06-03 Thread Geoff Bache
Question #266528 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266528 Geoff Bache gave more information on the question: I'm afraid it still doesn't work for me. This with yesterday's nightjob (0601_2300). Tried both with App.open(...) and App.focus(startup title). -- You

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Open = Needs information RaiMan requested more information: Sorry, but I do not understand. comment #14 is true for version 1.0.1+ Do you want to say, that the screen is shown on the

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Needs information = Open Chp gave more information on the question: http://joxi.ru/K823WQoHaw972O http://joxi.ru/48AnayqCoKzJ2O If you do not understand something, I'll write you a video --

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Answered = Open Chp is still having a problem: I helped setting Settings.CheckLastSeen = False and all now works correctly, and tell it exactly does Settings.CheckLastSeen = False? -- You

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Open = Answered RaiMan proposed the following answer: I tried to explain the CheckLastSeen-feature in comment #8 !!?? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 eduardobedoya gave more information on the question: Second chance would be write the log in a PostgreSQL database, is where the main macrorecoder records all the logs, I used that macrorecorder to call

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 eduardobedoya gave more information on the question: Second chance would be write the log in a PostgreSQL database, is where the main macrorecoder records all the logs, I used that macrorecorder to call

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread eduardobedoya
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 eduardobedoya gave more information on the question: Second chance would be write the log in a PostgreSQL database, is where the main macrorecoder records all the logs, I used that macrorecorder to call

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Chp gave more information on the question: My code in IDE sikuli: def open_shop(): print('open_shop') # check if its already opened shop_slide =

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Answered = Open Chp is still having a problem: I'm using version 1.1, or rather I try to go at it, I just tried to run in the IDE sikuli, I have observed the exact same problem -- You received

Re: [Sikuli-driver] [Question #267700]: Is there a way to append strings to clipboard?

2015-06-03 Thread RaiMan
Question #267700 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267700 Status: Open = Answered RaiMan proposed the following answer: to make a clipboard append try this: content = App.getClipboard() content = content + newContent App.setClipboard(content) -- You

[Sikuli-driver] [Bug 1461533] [NEW] [1.1.0] exists(Pattern().similar(0.9)) matches with 0.71 second time

2015-06-03 Thread RaiMan
Public bug reported: Please help me. Here is my code: def open_shop(self): API.log('open_shop') # check if its already opened API.log(str(Pattern(Interface.Action['shop_slide']).similar(0.9))) shop_slide_match =

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Open = Answered RaiMan proposed the following answer: I guess you are using 1.0.1 If you want to stay with that (and not yet upgrade to version 1.1.0), you can try this: Settings.CheckLastSeen

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Answered = Open Chp is still having a problem: Do I understand correctly that this error sikuli 1.1? I'll try to run with the parameter Settings.CheckLastSeen = False, and see how it will work,

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Open = Answered RaiMan proposed the following answer: ok, found the reason for this behavior: the LastSeen information is stored with the used image. Since the first time, shop_slide-2.png was

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Answered = Open Chp is still having a problem: Thank you very much I will wait for correction, I understand that if ignored similar to this was found with another similar image. How do I know

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread Chp
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Chp gave more information on the question: I try to translate my test system with sikuli rc930 on sikuli 1.1 and here I was faced with such a problem. Could this be due to the fact that I found two versions

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 RaiMan proposed the following answer: @ comment #4: should not be, since version 1.1.0 (at least builds newer than April 2015) can no longer collide with older versions on same system. -- You received

[Sikuli-driver] [Question #267709]: Status of bug #1461533 changed to 'In Progress' in Sikuli

2015-06-03 Thread RaiMan
Bug #1461533 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1461533 [1.1.0] exists(Pattern().similar(0.9)) matches with 0.71 second time This bug is linked to #267709. not working properly similar https://answers.launchpad.net/sikuli/+question/267709 --

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Status: Open = Answered RaiMan proposed the following answer: ok, thanks. made it a bug for now. I will check it. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #267709]: not working properly similar

2015-06-03 Thread RaiMan
Question #267709 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267709 Linked to bug: #1461533 https://bugs.launchpad.net/bugs/1461533 [1.1.0] exists(Pattern().similar(0.9)) matches with 0.71 second time -- You received this question notification because you are a

[Sikuli-driver] [Question #267721]: How to stop Sikuli from creating PATH in Environment Variables

2015-06-03 Thread Sina Golestanirad
New question #267721 on Sikuli: https://answers.launchpad.net/sikuli/+question/267721 First of all my apologies for my poor English :) I have used Sikuli-java.jar to test a web site and it works wonderful, but now I need to make a runnable jar file and put on server (or just give it to my

[Sikuli-driver] [Question #267723]: How to distinguish two (or more) equal buttons in one image?

2015-06-03 Thread a699acx
New question #267723 on Sikuli: https://answers.launchpad.net/sikuli/+question/267723 Hi! I'm new using Sikuli but so far I'm loving it! However I've the following doubt: Imagine that I've 2 or more buttons that are exactly the same (same picture). How can Sikuli distinguish between them?

[Sikuli-driver] [Question #267725]: change findAll WaitTimeout individually, and Wait for Duplicated or Not Img

2015-06-03 Thread eduardobedoya
New question #267725 on Sikuli: https://answers.launchpad.net/sikuli/+question/267725 Hi community, I have kinda two questions, but are related to the same script. 1) I would like to change the default WaitTimeout of a single findAll I know Settings.AutoWaitTimeout = (seconds) can change the

Re: [Sikuli-driver] [Question #267725]: change findAll WaitTimeout individually, and Wait for Duplicated or Not Img

2015-06-03 Thread eduardobedoya
Question #267725 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267725 Description changed to: Hi community, I have kinda two questions, but are related to the same script. 1) I would like to change the default WaitTimeout of a single findAll I know Settings.AutoWaitTimeout =