Re: [Sikuli-driver] [Question #269722]: Automatic screen capture with Sikuli

2015-07-28 Thread Eugene S
Question #269722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269722 Status: Open = Answered Eugene S proposed the following answer: Yes sure. You can capture regions into images using capture command, like that: img = capture(some_region) -- You received this

Re: [Sikuli-driver] [Question #269704]: setShowActions or Settings configuration not taking effect

2015-07-28 Thread Eugene S
Question #269704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269704 Eugene S posted a new comment: No, I was using another version for testing. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #269704]: setShowActions or Settings configuration not taking effect

2015-07-28 Thread Eugene S
Question #269704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269704 Eugene S posted a new comment: No, I was using another version for testing. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #269763]: The Installer of SikuliX 1.0.1 did not come up on Ubuntu 14.04

2015-07-28 Thread Phuong Hoang
New question #269763 on Sikuli: https://answers.launchpad.net/sikuli/+question/269763 I ran the command java -jar sikuli-setup.jar on Ubuntu 14.04 x64, but the installer (The options window) did not come up at all. Can someone let me know what I am missing here? Snapshot of the installer log:

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-28 Thread Cameron Jones
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Open = Answered Cameron Jones proposed the following answer: Alright, so first off, you still have the type in the assignment of B, and you need to correct that. B=[123.456.789] is incorrect

Re: [Sikuli-driver] [Question #269704]: setShowActions or Settings configuration not taking effect

2015-07-28 Thread Tak Eda
Question #269704 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269704 Tak Eda posted a new comment: Eugene, Thanks for your reply. My questions were specific to 1.1.0 2015-07-24_01:00nightly IDE. Did you try running the code I posted in 1.1.0 2015-07-24_01:00nightly IDE?

Re: [Sikuli-driver] [Question #269664]: Sikuli loop with python

2015-07-28 Thread Wei Yang
Question #269664 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269664 Status: Answered = Solved Wei Yang confirmed that the question is solved: It is solved, thanks a lot. Learnt a lot from you Cameron. -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #269719]: sikuli connect postgre database

2015-07-28 Thread Tak Eda
Question #269719 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269719 Status: Open = Answered Tak Eda proposed the following answer: What have you tried so far? If you want pointers to get started, look here:

[Sikuli-driver] [Question #269755]: Looking for nightly build from around 2014/12/22

2015-07-28 Thread Tak Eda
New question #269755 on Sikuli: https://answers.launchpad.net/sikuli/+question/269755 Is there a way for me to locate the setup program around 2014/12/22 so that I can have it setup a Sikuli environment as it used to be around that time? It seems like a few features on Sikuli changed since then

Re: [Sikuli-driver] [Question #269755]: Looking for nightly build from around 2014/12/22

2015-07-28 Thread Cameron Jones
Question #269755 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269755 Cameron Jones posted a new comment: You can grab a copy of the source from the GitHub Repo, roll it back to a commit from just before that time frame, then rebuild the installation files and jars. I did you

[Sikuli-driver] [Bug 1479088] [NEW] Sikuli IDE crashes using new JRE 8

2015-07-28 Thread Mike Widman
Public bug reported: App: SukuliX-1.0.1 JRE: 1.8.0_45 or 1.8.0_51 (32 bit) OS: Windows 7 (64 bit) If I run sikuli using the sikuli-ide.jar it comes up fine but as when I click Run, I get a message about setting up environment for a few seconds and then the whole thing crashes. The details

Re: [Sikuli-driver] [Question #269722]: Automatic screen capture with Sikuli

2015-07-28 Thread Eugene S
Question #269722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269722 Status: Open = Needs information Eugene S requested more information: Can you please describe what do you want to do exactly? -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #269722]: Automatic screen capture with Sikuli

2015-07-28 Thread Ramona Suciu
Question #269722 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269722 Status: Needs information = Open Ramona Suciu gave more information on the question: Well, I would like to know if there is a way to take the screenshots automatically for my Sikuli script. For