Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-26 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Melissa 33 posted a new comment: Don't say sorry, you have already helped me so much by making sikuli. thanks for the response -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-25 Thread RaiMan
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 RaiMan posted a new comment: I just made some tests and I have to admit, that with the Guide feature there is no way, to achieve what you want, since the annotation overlay covers the whole screen and might

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-25 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Melissa 33 posted a new comment: thanks I think that's what I was looking for. basically my script is while True: click(image1) GD.text(image1, "here is image1") GD.show(3) click(image2)

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-25 Thread RaiMan
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 RaiMan posted a new comment: IMHO something shown on the screen, that should be of any value for the user, must be there for at least 2 seconds. So even if you show only for 2 seconds and click in real

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-25 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Melissa 33 posted a new comment: but I want to do it at the same time. for example right now I have a simple game macro that clicks a few images, and I want a friend to be able to use it, and I want it to

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-25 Thread RaiMan
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 RaiMan posted a new comment: not at the same time, but directly after the annotation has disappeared: import guide as GD Settings.MoveMouseDelay = 0 # no delay at mouse move img =

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-24 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Melissa 33 posted a new comment: Actually I have one more simple question. in your example code would it be possible to use GD.text and click() at the same time? what I might want a script to do is click a

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-24 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Melissa 33 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 #678755]: How To Print To Screen?

2019-02-24 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Status: Answered => Solved Melissa 33 confirmed that the question is solved: Thank you this is exactly what I was looking for. -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-24 Thread RaiMan
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Status: Open => Answered RaiMan proposed the following answer: have a look at the still experimental feature guide:

Re: [Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-23 Thread Melissa 33
Question #678755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678755 Description changed to: I'm trying to detect various things in one region, using a for list. anyways after it detects an image in the list I can get it to highlight the region for a second, so when the

[Sikuli-driver] [Question #678755]: How To Print To Screen?

2019-02-23 Thread Melissa 33
New question #678755 on Sikuli: https://answers.launchpad.net/sikuli/+question/678755 I'm trying to detect various things in one region, using a for list. anyways after it detects an image in the list I can get it to highlight the region for a second, so when the highlight box pops up I know