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

2016-02-07 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Kopanda posted a new comment: Thanks Karl, i will try this. In comment 5 i just selected region icon as a pattern, i realised that was a bad idea and may confuse some1 after i posted it, but i was lazy

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 #283780]: how to change default screen to a custom region?

2016-02-01 Thread masuo
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered masuo proposed the following answer: Your operation to specify the region is correct . I think your operation to specify the image is wrong. You are using jpg file for argument.

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

2016-02-01 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Answered => Open Kopanda is still having a problem: Thanks for all your help Eugene, sadly, i knew everything you said before, and as i said - i know several possible workarounds, but i want to

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

2016-02-01 Thread masuo
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered masuo proposed the following answer: When click() does not work as I think, I use mouseMove() and click(). But this is in my case. This might not work in your case.

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

2016-02-01 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Answered => Open Kopanda is still having a problem: Aw, totally my bad, that was a typo in my message - i am actually using PNG not JPG and as i said my code works, but it works not as i expect

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

2016-01-31 Thread Eugene S
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered Eugene S proposed the following answer: Look, it is very hard to see the graphics on your screenshot but it does look like something that I explained in my initial post. I will

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

2016-01-31 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Answered => Open Kopanda is still having a problem: I have a working program that is searching and finding patterns on the whole screen, it does it's job great, BUT sometimes, very rarely, it

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

2016-01-31 Thread Eugene S
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered Eugene S proposed the following answer: Well, I think I know what your problem is. When you define a region in Sikuli, it remains constant. Meaning that if you moved it

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

2016-01-31 Thread Eugene S
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered Eugene S proposed the following answer: If you want to set a Region to a constant screen location just create a new Region object while passing the pixel parameters to the

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

2016-01-31 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Needs information => Open Kopanda gave more information on the question: Yes i want Sikuli to only search for matches within that region to: a) speed up the search and b) avoid accidential

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

2016-01-31 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Answered => Open Kopanda is still having a problem: umm i dont need to define a region through pattern, i need it to be exactly where i say. I believe "Region" tool does that, so i go r =

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

2016-01-31 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Answered => Open Kopanda is still having a problem: Thanks, but thats not what i need, im not asking how to define a region - im asking how to make Sikuli work as i described. Am i using the

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

2016-01-31 Thread Eugene S
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Needs information Eugene S requested more information: I guess you're right then and I probably do not understand what is the problem you are facing. Would you mind try and explain it

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

2016-01-31 Thread Eugene S
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Status: Open => Answered Eugene S proposed the following answer: A region can be defined as simple as: customReg = find("pattern.png") then if you want to find something within that region you can act

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

2016-01-30 Thread Kopanda
Question #283780 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/283780 Kopanda posted a new comment: sooo looks like sikuli is dead -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2016-01-27 Thread Kopanda
New question #283780 on Sikuli: https://answers.launchpad.net/sikuli/+question/283780 Hi! Im making a bot for a game on bluestacks and i need it to only look for matches inside bluestacks window, but sometimes it clicks on my desktop or even on a stream that im watching during the farm. So i