Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-15 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 mrderanakt confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-15 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 Status: Answered => Solved mrderanakt confirmed that the question is solved: Oh man,I did it,just I don't understand how it works,but it works r=Region(some region) match = r.find (Pattern(&qu

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-15 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 mrderanakt posted a new comment: RaiMan,Thank,But I need the program to work in the last region found,which can vary depending on the position of the desired object on the screen.This will force my program

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-13 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 mrderanakt posted a new comment: Thanks* :D -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-13 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 mrderanakt posted a new comment: Thaks,but how to determine the position of the image on screen? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-12 Thread mrderanakt
Question #672106 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672106 mrderanakt posted a new comment: And I don't understand how use "similar()" and "exact()" -- You received this question notification because your team Sikuli Drivers is an answe

[Sikuli-driver] [Question #672106]: How may I get a region of image on screen?

2018-08-12 Thread mrderanakt
New question #672106 on Sikuli: https://answers.launchpad.net/sikuli/+question/672106 I need to get a region of certain image and work in this region.How can I do it? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #671366]: Install sikuli 1.1.3

2018-08-12 Thread mrderanakt
Question #671366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671366 mrderanakt posted a new comment: Thank you very much!) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #671366]: Install sikuli 1.1.3

2018-08-11 Thread mrderanakt
Question #671366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671366 mrderanakt posted a new comment: Why I can't open runsikulix.cmd in 1.1.3 version?It just opened in cmd window and quickly closed.I installed java 8 and java 10 versions -- You received this question

Re: [Sikuli-driver] [Question #671366]: Install sikuli 1.1.3

2018-08-05 Thread mrderanakt
Question #671366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671366 mrderanakt posted a new comment: Is it possible to update Sikuli IDE from 1.1.2 to 1.1.3? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #671366]: Install sikuli 1.1.3

2018-08-05 Thread mrderanakt
Question #671366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/671366 Status: Open => Solved mrderanakt confirmed that the question is solved: or how can i use sikuli 1.1.3 in sikuli IDE? -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #671366]: Install sikuli 1.1.3

2018-08-05 Thread mrderanakt
New question #671366 on Sikuli: https://answers.launchpad.net/sikuli/+question/671366 How can i use sikuli 1.1.3 in Atom IDE? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #670721]: I can't use more 3 pictures

2018-07-07 Thread mrderanakt
Question #670721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670721 Status: Answered => Solved mrderanakt confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #670722]: (Russian) Не могу использовать больше 3 фотографий в коде

2018-07-07 Thread mrderanakt
A question was asked in a language (Russian) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/670722 n=0 while n<1: if not exists("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png"):

[Sikuli-driver] [Question #670721]: I can't use more 3 pictures

2018-07-07 Thread mrderanakt
New question #670721 on Sikuli: https://answers.launchpad.net/sikuli/+question/670721 n=0 while n<1: if not exists("1.png"or"2.png"or"3.png"or"4.png"or"5.png"or"6.png"or"7.png"or"8.png"or"9.png"or"10.png"): click("0.png") else: