[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

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 #678740]: Status of bug #1817399 changed to 'In Progress' in Sikuli

2019-02-23 Thread RaiMan
Bug #1817399 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1817399 "[1.1.4] IDE: Show/Show in Buttons should be revised" This bug is linked to #678740. IDE Show/Show in Buttons https://answers.launchpad.net/sikuli/+question/678740 -- You received this

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread RaiMan
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Linked to bug: #1817399 https://bugs.launchpad.net/bugs/1817399 "[1.1.4] IDE: Show/Show in Buttons should be revised" -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread RaiMan
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Open => Answered RaiMan proposed the following answer: Region.asOffset() is a not-documented-sorry-for-that;-) function, that simply turns the Region into a Location(w, h), so it can be used as

[Sikuli-driver] [Bug 1817399] [NEW] [1.1.4] IDE: Show/Show in Buttons should be revised

2019-02-23 Thread RaiMan
Public bug reported: When I press the Show or Show in buttons I get a dialogue box saying 'Nothing to show' If I press Show in then it asks me to draw a region. If the image appears within that region, it highlights it. If it doesn't it will eg stop with: [error] Runner: not possible:

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread Mike
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Mike posted a new comment: Thanks for your help, guys. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678737]: Where to get SikuliX.app for Mac?

2019-02-23 Thread Roman Podolyan
Question #678737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678737 Status: Open => Answered Roman Podolyan proposed the following answer: SikuliX.app was created on Mac bu installation .jar file. As far as I see in docs, you don't get and don't need it with version

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread RaiMan
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Status: Open => Answered RaiMan proposed the following answer: @masuo: thanks for your help. I have to admit the lack of docs for the extra buttons. ... and thanks to Mike for the interest ;-) The

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread masuo
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 masuo posted a new comment: "Show" button: search images on a screen "Show in" button: search images on a region I often use "Show" rather than "Show in". -- You received this question notification because

Re: [Sikuli-driver] [Question #678737]: Where to get SikuliX.app for Mac?

2019-02-23 Thread RaiMan
Question #678737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678737 RaiMan proposed the following answer: ... nevertheless, you have to allow (Terminal in this case I guess) in the Settings - Privacy tab. To bring back an .app for macOS and an .exe for Windows is on the

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Answered => Open Mike is still having a problem: I can get this to work: r2 = Region(100,100,300,300).offset(500,500) However your code gave me: [error] Error caused by: Traceback (most

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread masuo
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 masuo posted a new comment: @Mike I misunderstood. I'm sorry. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Answered => Solved Mike confirmed that the question is solved: OK - I think I've got an idea of what this is. It actually produces a location that you can therefore feed in as an offset to a

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread RaiMan
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 RaiMan proposed the following answer: BTW: the feature is intended to help in defining regions in a GUI relative to others, if a script should work independently of absolute positions on a screen. You find

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Mike posted a new comment: (Sorry - my response overlapped with yours ) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread masuo
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Open => Answered masuo proposed the following answer: Try this codes. r1 = Region(100,100,300,300) r1.highlight(2) r2 = Region(100,100,300,300).asOffset(100,100) r2.highlight(2) You can use

Re: [Sikuli-driver] [Question #678454]: .text() returns blank when no monitor connected

2019-02-23 Thread Seyed Mohammad Hossein Amirkhalili
Question #678454 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678454 Seyed Mohammad Hossein Amirkhalili gave more information on the question: This happening on a remote server computer without physical monitor connected to it. I connect it via Windows remote desktop

Re: [Sikuli-driver] [Question #678454]: .text() returns blank when no monitor connected

2019-02-23 Thread Seyed Mohammad Hossein Amirkhalili
Question #678454 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678454 Seyed Mohammad Hossein Amirkhalili gave more information on the question: 1.1.4-SNAPSHOT-#207-2019-02-22_16:20/Windows10.0/Java8(64)1.8.0_201-b09 This is the error I get [error] script [ Untitled ] stopped

Re: [Sikuli-driver] [Question #678731]: How to detect moving images and images in 3D games

2019-02-23 Thread RaiMan
Question #678731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678731 Status: Open => Answered RaiMan proposed the following answer: The challenges are: 1. moving images in 2D 2. images in 3D (in your case not real 3D, but some kind of perspective view mapped into 2D)

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread RaiMan
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Status: Answered => Solved RaiMan changed the question status: is a bug now -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678731]: How to detect moving images and images in 3D games

2019-02-23 Thread RaiMan
Question #678731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678731 Summary changed to: How to detect moving images and images in 3D games -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #678737]: Where to get SikuliX.app for Mac?

2019-02-23 Thread Peter Kim
Question #678737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678737 Status: Answered => Solved Peter Kim confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #678454]: .text() returns blank when no monitor connected

2019-02-23 Thread Seyed Mohammad Hossein Amirkhalili
Question #678454 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678454 Seyed Mohammad Hossein Amirkhalili gave more information on the question: So the first time I run the code I got that error and then second time its just blank no report no log no error. as if code does