Re: [Sikuli-driver] [Question #255846]: How to execute all the sikuli file which is existed in the folder using batch file.?

2014-10-17 Thread Sudhir Verma
Question #255846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255846 Status: Answered => Solved Sudhir Verma confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #255846]: How to execute all the sikuli file which is existed in the folder using batch file.?

2014-10-17 Thread Sudhir Verma
Question #255846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255846 Status: Solved => Open Sudhir Verma is still having a problem: Hi RaiMan, Thanks for the response. I am new to sikuli. Can u please briefly explain the below code. Where can I provide the sikuli folder

Re: [Sikuli-driver] [Question #255838]: Adding a function to a Region Object

2014-10-17 Thread Ned
Question #255838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255838 Status: Answered => Solved Ned confirmed that the question is solved: After a sleep I realised that I should have just passed the sRegion into the clickLog wrapper.. Thanks for the reply! :) -- You rec

Re: [Sikuli-driver] [Question #255838]: Adding a function to a Region Object

2014-10-17 Thread Ned
Question #255838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255838 Ned 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, which is an answer contact for Sikul

Re: [Sikuli-driver] [Question #255846]: How to execute all the sikuli file which is existed in the folder using batch file.?

2014-10-17 Thread RaiMan
Question #255846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255846 Status: Open => Answered RaiMan proposed the following answer: Has nothing to do with Sikuli. Is Windows batch programming: http://en.wikibooks.org/wiki/Windows_Batch_Scripting -- You received this qu

Re: [Sikuli-driver] [Question #255838]: Adding a function to a Region Object

2014-10-17 Thread RaiMan
Question #255838 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255838 RaiMan posted a new comment: Uuuups, I did not dare to ask about your wrapper function, since I supposed, you already did it this way, before having a sleep ;-) -- You received this question notification be

Re: [Sikuli-driver] [Question #255832]: Tresseract

2014-10-17 Thread Natanael Morais
Question #255832 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255832 Status: Answered => Solved Natanael Morais confirmed that the question is solved: Thank you. Then I'm will hold for a new version. Tks. -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #255249]: App.open fails. os.system opens the app but no button is working on app probably cause of not in focus

2014-10-17 Thread Launchpad Janitor
Question #255249 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255249 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question no

Re: [Sikuli-driver] [Question #255814]: batch jobs using sikuli-ide.jar without help screen coming up?

2014-10-17 Thread Charlie Syracuse
Question #255814 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255814 Status: Needs information => Open Charlie Syracuse gave more information on the question: 1.0.1 i down load the latest version and run it on windows - have used this product constantly for a few years an

Re: [Sikuli-driver] [Question #255814]: batch jobs using sikuli-ide.jar without help screen coming up?

2014-10-17 Thread RaiMan
Question #255814 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255814 Status: Open => Answered RaiMan proposed the following answer: If you want to continue with 1.0.1, then this is the easiest way: - copy sikulix-setup.jar and runSetup.cmd into an empty folder (does not

Re: [Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread John Henckel
Question #255872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255872 John Henckel posted a new comment: p.s. the correct invocation is region.click(new Region(rect)). But the point is, click(rect) should throw something. -- You received this question notification because y

[Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread John Henckel
New question #255872 on Sikuli: https://answers.launchpad.net/sikuli/+question/255872 Probably i'm stupid, but twice now I've tried to call region.click(rect) where rect is java.awt.Rectangle, which is not a supported target type. The function simply does nothing and returns 0 (which i ignore).

Re: [Sikuli-driver] [Question #255666]: Match a pattern in image file rather than screen

2014-10-17 Thread Eugene S
Question #255666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255666 Status: Answered => Open Eugene S is still having a problem: OK, looks like I've got it working as expected. One more question though.. I assume that the coordinates of the resulting Match object are re

Re: [Sikuli-driver] [Question #255666]: Match a pattern in image file rather than screen

2014-10-17 Thread RaiMan
Question #255666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255666 Status: Open => Answered RaiMan proposed the following answer: ok. --- I assume that the coordinates of the resulting Match object are relative to the left top corner of the image I was searching in. Is

Re: [Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread RaiMan
Question #255872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255872 Status: Open => Answered RaiMan proposed the following answer: good point. ... but - the Sikuli functions should support Java Rectangle and Point (I will add it in version 1.2) - a not supported parame

Re: [Sikuli-driver] [Question #255666]: Match a pattern in image file rather than screen

2014-10-17 Thread Eugene S
Question #255666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255666 Eugene S posted a new comment: Ok, sorry. Missed that! Thanks! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread RaiMan
Question #255872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255872 Linked to bug: #1382653 https://bugs.launchpad.net/bugs/1382653 "[request] Sikuli functions like click should accept java.awt.Rectangle/Point as parameter" -- You received this question notific

Re: [Sikuli-driver] [Question #255666]: Match a pattern in image file rather than screen

2014-10-17 Thread Eugene S
Question #255666 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255666 Status: Answered => Solved Eugene S 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] [Question #255872]: Status of bug #1382653 changed to 'Fix Committed' in Sikuli

2014-10-17 Thread RaiMan
Bug #1382653 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1382653 "[request] Sikuli functions like click should accept java.awt.Rectangle/Point as parameter" This bug is linked to #255872. Java - click(Rectangle) ought to throw exception https://answ

[Sikuli-driver] [Bug 1382653] [NEW] [request] Sikuli functions like click should accept java.awt.Rectangle/Point as parameter

2014-10-17 Thread RaiMan
Public bug reported: Probably i'm stupid, but twice now I've tried to call region.click(rect) where rect is java.awt.Rectangle, which is not a supported target type. The function simply does nothing and returns 0 (which i ignore). Don't you suppose it would be better if it throws FindFailed? o

Re: [Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread John Henckel
Question #255872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255872 John Henckel 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, which is an answer contact

Re: [Sikuli-driver] [Question #255872]: Java - click(Rectangle) ought to throw exception

2014-10-17 Thread John Henckel
Question #255872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255872 Status: Answered => Solved John Henckel confirmed that the question is solved: sounds perfect -- You received this question notification because you are a member of Sikuli Drivers, which is an answer c

[Sikuli-driver] [Question #255885]: "Super" key in Linux?

2014-10-17 Thread Zed Zulu
New question #255885 on Sikuli: https://answers.launchpad.net/sikuli/+question/255885 Is there a way to trigger the "Super" key with Sikuli in Linux. I tried using Key.WIN which doesn't seem to do anything, and using Key.META actually uses the Meta key in Linux (which is same as Alt). Reason I a

[Sikuli-driver] [Bug 1382705] [NEW] Launch Error on Windows 7, SikuliX Package Build: 1.1.0 2014-10-12_21:47nightly

2014-10-17 Thread ozgurta
Public bug reported: After installing the last version of SikuliX Package Build: 1.1.0 2014-10-12_21:47nightly on Windows 7 64-bit I launch the Sikuli application with "runsikulix.cmd" file, the application don't start and display: +++ running this Java java version "1.7.0_72" Java(TM) SE Runti