Re: [Sikuli-driver] [Question #250653]: Sikuli and Vector Images --- does not matter - only pixels are relevant

2015-10-27 Thread Tak Eda
Question #250653 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250653 Tak Eda posted a new comment: Raiman, your suggestion #4, is excellent! Would adding such a parameter be too much work? I can ry and help too, but would love to see this feature. -- You received

[Sikuli-driver] [Question #273267]: Can we add a parameter to find or watch to return the final images

2015-10-27 Thread Tak Eda
New question #273267 on Sikuli: https://answers.launchpad.net/sikuli/+question/273267 I see that Sikuli downsamples the candidate and expected images (unless we use exact()) before sending them to the matching engine Can we add a parameter to find or watch to return/request the final processed

[Sikuli-driver] [Bug 1335845] Re: [request] want some support for "self-scaling" images (e.g. vector images)

2015-10-27 Thread Tak Eda
Would adding a SCALE parameter be too much work? Then the user can use this SCALE parameter to try and autoscale reducing your effort in trying to do this automatically. I can try and help too, but would love to see this feature. -- You received this bug notification because you are a member

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 #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: http://stackoverflow.com/questions/468763/how-to-connect

[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

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

2015-07-27 Thread Tak Eda
New question #269704 on Sikuli: https://answers.launchpad.net/sikuli/+question/269704 Hello, It does not seem like the logging in the following script works besides clicking on the image successfully: [code] setShowActions(True) Settings.setShowActions(True) Settings.ActionLogs = True

Re: [Sikuli-driver] [Question #257211]: Run in slow motion: crosshair seems to show wrong target position

2014-11-09 Thread Tak Eda
Question #257211 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257211 Status: Answered = Open Tak Eda is still having a problem: I don't understand the need to targetOffset(28,0). My understanding of find() is that it returns the center coordinates of the matching image

Re: [Sikuli-driver] [Question #257211]: Run in slow motion: crosshair seems to show wrong target position

2014-11-09 Thread Tak Eda
Question #257211 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257211 Tak Eda gave more information on the question: RaiMan, I think you have isunderstood my question. Let's forget that our table has two columns. Assume that there is only on column Rate. What I am saying

Re: [Sikuli-driver] [Question #257256]: NameError (!! WHILE IMPORTING!!)

2014-11-09 Thread Tak Eda
Question #257256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257256 Status: Open = Answered Tak Eda proposed the following answer: Put import sys before the from sikuli import * line. Also, a better code to handle the import will be: import sys import os _path = r'C

[Sikuli-driver] [Question #257211]: Sikuli magnifying the matched region and uses the middle of that magnified region leading to failure!

2014-11-08 Thread Tak Eda
New question #257211 on Sikuli: https://answers.launchpad.net/sikuli/+question/257211 I noticed one thing about Sikuli today that I have not noticed before. On an image match, it: 1. Magnifies the image 2. Uses that magnified image for all further calculations, for example getTarget() will

Re: [Sikuli-driver] [Question #257211]: Sikuli magnifying the matched region and uses the middle of that magnified region leading to failure!

2014-11-08 Thread Tak Eda
Question #257211 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257211 Tak Eda posted a new comment: Replace qm1All with rateAll for variable names -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2014-10-27 Thread Tak Eda
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Tak Eda posted a new comment: Sikuli has issues with images that have non-white background color Just as you have observed, Sikuli will actually match completely different foreground objects that happen

Re: [Sikuli-driver] [Question #256155]: Deploying Sikuli just by unzipping a file possible?

2014-10-27 Thread Tak Eda
Question #256155 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256155 Status: Needs information = Open Tak Eda gave more information on the question: 1. Both our systems are Windows 7, x64. 2. Sikuli CANNOT be installed on the other machine and hence will have the same

[Sikuli-driver] [Question #256155]: Deploying Sikuli just by unzipping a file possible?

2014-10-24 Thread Tak Eda
New question #256155 on Sikuli: https://answers.launchpad.net/sikuli/+question/256155 I need to deploy my Sikuli scripts to users that do not have admin rights or internet access Is it possible to zip up the Sikuli installation on my computer and just have users of my script unzip that to be

Re: [Sikuli-driver] [Question #256069]: Change the DPI of the screenshots taken? --- does not make sense --- screenshots have the pixels as shown on the screen

2014-10-23 Thread Tak Eda
Question #256069 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256069 Status: Answered = Solved Tak Eda confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Bug 1384494] Re: [1.1.0 Beta] screen.capture only Screen(0) in multi-monitor

2014-10-23 Thread Tak Eda
Hello, I faced the same issue on both these builds: http://imgur.com/a/nUvZK Did I use the right 1.1.0 pre-final build you asked me to use? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1384494

[Sikuli-driver] [Question #256069]: Change the DPI of the screenshots taken?

2014-10-22 Thread Tak Eda
New question #256069 on Sikuli: https://answers.launchpad.net/sikuli/+question/256069 How do I change the DPI of the screenshots taken? I would like to get 600dpi+ and in some cases even 1200dpi screenshots Here is the code I use to capture each screen separately every 2 seconds import os

[Sikuli-driver] [Bug 1384494] [NEW] screen.capture capturing only Screen(0) even when multiple screens are present

2014-10-22 Thread Tak Eda
Public bug reported: Sikuli version: 1.1.0-Beta2 I want to capture each screen separately every 2 seconds and wrote the following code to achieve it: import os import shutil import datetime screenshotsDir = rC:\Users\Sikuli\Temp\Exceptions screens = [Screen(id) for id in

[Sikuli-driver] [Bug 1332260] Re: [1.1.0-Beta1] click() fails on anything but Screen(0)

2014-06-26 Thread Tak Eda
@RaiMan, will running the setup grab the latest files with this fix automatically or do I need to download the updated jars manually for my script to work with multiple monitors? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1332260] Re: [1.1.0-Beta1] click() fails on anything but Screen(0)

2014-06-23 Thread Tak Eda
@RaiMan, Thanks again. Has the JAR file on the download file been updated with the fix (or is there a location I can just pickup the compiled jar without having to compile it myself)? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

[Sikuli-driver] [Bug 1332260] Re: [1.1.0-Beta1] click() fails on anything but Screen(0)

2014-06-20 Thread Tak Eda
@RaiMan, Thanks again for looking into this. I can definitely help you troubleshoot and (perhaps) FIX this! The info messages actually show the correct coordinates where the click SHOULD go but the actual click happens on the other screen Tell me where to look and how to turn more tracing on

[Sikuli-driver] [Bug 1332260] Re: [1.1.0-Beta1] click() fails on anything but Screen(0)

2014-06-20 Thread Tak Eda
@RaiMan, that was quick! Thanks again. Can you point me to the commit on github so I can see what the fix was? I'll anxiously wait for the Monday release. Have a great weekend! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-19 Thread Tak Eda
Question #250374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250374 Tak Eda posted a new comment: @RaiMan, do you need further information to help troubleshoot this? I noticed you fixed this in version 0.9 so is this a regression? I can definitely help you troubleshoot

[Sikuli-driver] [Bug 1332260] [NEW] click() fails on anything but Screen(0)

2014-06-19 Thread Tak Eda
Public bug reported: SikuliX Setup Build: 1.1.0-Beta1 2014-05-30-18 My sikuli script is able to locate the button fine and highlight even highlights the correct button, however click fails Thinking that click was failing due to color change, I explicitly grabbed the location (coordinates) from

Re: [Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-18 Thread Tak Eda
Question #250374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250374 Status: Needs information = Open Tak Eda gave more information on the question: SikuliX Setup Build: 1.1.0-Beta1 2014-05-30-18 -- You received this question notification because you are a member

[Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-17 Thread Tak Eda
New question #250374 on Sikuli: https://answers.launchpad.net/sikuli/+question/250374 I have a webpage with a button that darkens in color when I hover over it (in order to click it) My sikuli script is able to locate the button fine and highlight even highlights the correct button, however

Re: [Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-17 Thread Tak Eda
Question #250374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250374 Tak Eda gave more information on the question: Here's my java version: java version 1.7.0_55 Java(TM) SE Runtime Environment (build 1.7.0_55-b14) Java HotSpot(TM) Client VM (build 24.55-b03, mixed mode

Re: [Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-17 Thread Tak Eda
Question #250374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250374 Tak Eda gave more information on the question: I tested it against a link that does not change in color and the same thing happened, so it's not an issue of the underlying image changing -- You received