[Sikuli-driver] [Question #155858]: 1.0 rc2 Sikuli command line tool can not execute sikuli scripts one by one

2011-05-04 Thread yongye
New question #155858 on Sikuli: https://answers.launchpad.net/sikuli/+question/155858 I want to run a set of sikuli scripts from command line like below run.bat --- #start c:\Program Files\Sikuli X\Sikuli-IDE -r c:\SIkuli\test1.sikuli c:\Program Files\Sikuli X\Sikuli-IDE -r

Re: [Sikuli-driver] [Question #155858]: 1.0 rc2 Sikuli command line tool can not execute sikuli scripts one by one

2011-05-04 Thread RaiMan
Question #155858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155858 Status: Open = Answered RaiMan proposed the following answer: I will analyze the situation later on. An alternative approach would be, to make one main .sikuli, that is processed and uses import to

Re: [Sikuli-driver] [Question #155858]: 1.0 rc2 Sikuli command line tool can not execute sikuli scripts one by one

2011-05-04 Thread yongye
Question #155858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155858 yongye 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

Re: [Sikuli-driver] [Question #155858]: 1.0 rc2 Sikuli command line tool can not execute sikuli scripts one by one

2011-05-04 Thread yongye
Question #155858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155858 Status: Answered = Solved yongye confirmed that the question is solved: Thanks RaiMan, this is a solution for my case. And I also found that use command like 'java -jar c:\Program Files\Sikuli

[Sikuli-driver] [Question #155881]: no attribute 'getEnviron' reported when trying execute a script in eclipse 3.6 32bit

2011-05-04 Thread Landy
New question #155881 on Sikuli: https://answers.launchpad.net/sikuli/+question/155881 I've read the instruction - http://sikuli.org/docx/faq/040-other-ide.html and did it step by step, but when I run the first script, I still get the error message: *sys-package-mgr*: processing new jar,

[Sikuli-driver] [Bug 777029] [NEW] X-1.0rc2: copy log from Message window

2011-05-04 Thread anatoly techtonik
Public bug reported: I expected to be able to select and copy from Message window with mouse on Windows. I don't mind copying with Ctrl-C/Ctrl-V, but it loses formatting, and requires stacktraces to be formatted by hand before reporting bugs. ** Affects: sikuli Importance: Undecided

Re: [Sikuli-driver] [Question #155881]: no attribute 'getEnviron' reported when trying execute a script in eclipse 3.6 32bit

2011-05-04 Thread RaiMan
Question #155881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155881 Status: Open = Needs information RaiMan requested more information: I admit, that the recipe was not tested on a 64-Bit Windows system, what you are running on. Have you made the plain interactive

[Sikuli-driver] [Bug 777037] [NEW] X-1.0rc2: findAll() fails instead of returning None

2011-05-04 Thread anatoly techtonik
Public bug reported: According to docs, findAll() should return None if images are not found, but it fails instead. Docs: http://sikuli.org/docx/region.html#Region.findAll Command: fields = findAll([image here]) [profile] Finder.findAll START [profile] Finder.findAll END: 1074ms [error]

Re: [Sikuli-driver] [Question #155881]: Windows 64-Bit / Eclipse: no attribute 'getEnviron' in module os reported at Sikuli startup

2011-05-04 Thread RaiMan
Question #155881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155881 Summary changed to: Windows 64-Bit / Eclipse: no attribute 'getEnviron' in module os reported at Sikuli startup -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Bug 777037] Re: X-1.0rc2: findAll() fails instead of returning None

2011-05-04 Thread RaiMan
I will change the docs accordingly, since it is in fact the current behavior. If you want to have that findAll() returns None instead of failing, you have to use setThrowException(False) for the respective region (see docs: http://sikuli.org/docx/region.html#exception-findfailed) ** Changed in:

[Sikuli-driver] [Bug 777037] Re: X-1.0rc2: findAll() fails instead of returning None --- doc to be updated

2011-05-04 Thread RaiMan
** Description changed: - the docs have to be updated to reflect the current behavior of findAll() + the docs have to be updated to clearly describe the current behavior of findAll() -- According to docs, findAll()

[Sikuli-driver] [Bug 777037] Re: X-1.0rc2: findAll() fails instead of returning None --- doc to be updated

2011-05-04 Thread RaiMan
Had a look at the docs: It is a bit tricky, if you look only at the description of findAll(): Returns: None if not found But in the preface of class Region, it says: As a default, if the visual object (image or text) cannot be found, Sikuli will stop the script by raising an Exception

[Sikuli-driver] [Question #155898]: Help with library

2011-05-04 Thread Calle Rundgren
New question #155898 on Sikuli: https://answers.launchpad.net/sikuli/+question/155898 Im been using sikli for a couple of days and now im moving on to using librarys to store images and functions. This one only contains a simple function that clicks the start menu. I am using windows. Sample

[Sikuli-driver] [Bug 774145] Re: [request] want Click duration --- proposal included

2011-05-04 Thread RaiMan
** Changed in: sikuli Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/774145 Title: [request] want Click duration --- proposal included Status in Sikuli: New

[Sikuli-driver] [Bug 771155] Re: [request] proxy setting

2011-05-04 Thread RaiMan
** Changed in: sikuli Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/771155 Title: [request] proxy setting Status in Sikuli: New Bug description: For the

Re: [Sikuli-driver] [Question #155898]: Help with library

2011-05-04 Thread RaiMan
Question #155898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155898 Status: Open = Answered RaiMan proposed the following answer: Since you are new, I guess you are using X-1.0rc2. If yes, the solution you found is still valid, but too complicated. We have a much

Re: [Sikuli-driver] [Question #155898]: Help with execfile() --- use import instead

2011-05-04 Thread RaiMan
Question #155898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155898 Summary changed to: Help with execfile() --- use import instead -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 777037] Re: X-1.0rc2: findAll() fails instead of returning None --- doc to be updated

2011-05-04 Thread RaiMan
** Changed in: sikuli Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/777037 Title: X-1.0rc2: findAll() fails instead of returning None --- doc to be

Re: [Sikuli-driver] [Question #155898]: Help with execfile() --- use import instead

2011-05-04 Thread Calle Rundgren
Question #155898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155898 Status: Answered = Solved Calle Rundgren confirmed that the question is solved: Yes, I am using the X-1.0rc2 package. Thank you for the inputs and solutions. Both solutions you provided worked well.

Re: [Sikuli-driver] [Question #155898]: Help with execfile() --- use import instead

2011-05-04 Thread Calle Rundgren
Question #155898 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155898 Calle Rundgren 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

[Sikuli-driver] [Question #155907]: How can i call many scripts to execute one before other? Is it possible?

2011-05-04 Thread Daniela Vieira
New question #155907 on Sikuli: https://answers.launchpad.net/sikuli/+question/155907 How can i call many scripts to execute one before other? Is it possible? I have an app that i´m testing and i want to call many scripts, to be easy in the future for give maintenance. Is it possible? Can anyone

Re: [Sikuli-driver] [Question #155907]: How can i call many scripts to execute one before other? Is it possible?

2011-05-04 Thread RaiMan
Question #155907 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155907 Status: Open = Answered RaiMan proposed the following answer: look at question https://answers.launchpad.net/sikuli/+question/155858. if not sufficient, come back. -- You received this question

[Sikuli-driver] [Bug 777029] Re: X-1.0rc2: copy log from Message window

2011-05-04 Thread RaiMan
This is true for Mac and Windows: at least the line feeds (that work in the message window) in the stack trace part are converted? to blanks when using copy/paste. I think in general there should be a menu option to get the massage area content coded as utf-8 with the correct line feeds to the

Re: [Sikuli-driver] [Question #155907]: How can i call many scripts to execute one before other? Is it possible?

2011-05-04 Thread Daniela Vieira
Question #155907 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/155907 Status: Answered = Solved Daniela Vieira confirmed that the question is solved: Thanks a lot RailMan, it´s sufficient and easy to do the same... It solved my problem. :) -- You received this

[Sikuli-driver] [Bug 516258] Re: [request] ESC should cancel screenshot

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/516258 Title: [request] ESC should cancel screenshot Status in Sikuli: Triaged Bug

[Sikuli-driver] [Bug 656162] Re: [request] IDE: match count in pattern settings dialog

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/656162 Title: [request] IDE: match count in pattern settings dialog Status in Sikuli: New

[Sikuli-driver] [Bug 777029] Re: X-1.0rc2: copy log from Message window looses formatting --- needs some support

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/777029 Title: X-1.0rc2: copy log from Message window looses formatting --- needs some support

[Sikuli-driver] [Bug 697604] Re: [request] message concept for stdout/sterr

2011-05-04 Thread Tsung-Hsiang Chang
In RC2, most messages have a prefix that can be turned off. Some low- level messages in the vision engine will be removed in RC3. ** Changed in: sikuli Milestone: x1.0-rc2 = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

[Sikuli-driver] [Bug 771200] Re: [request] Location object missing getter and setter methods

2011-05-04 Thread Tsung-Hsiang Chang
In fact, Location has getX and getY methods because it inherits from java.awt.Point. However, as Raiman suggested, I think using .x and .y would be simpler. ** Changed in: sikuli Status: New = Won't Fix -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Bug 769711] Re: Insert image: Typing in a directory manually inserts everything from that directory.

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769711 Title: Insert image: Typing in a directory manually inserts everything from that

[Sikuli-driver] [Bug 769711] Re: Insert image: Typing in a directory manually inserts everything from that directory.

2011-05-04 Thread Launchpad Bug Tracker
** Branch linked: lp:sikuli -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769711 Title: Insert image: Typing in a directory manually inserts everything from that directory. Status in Sikuli:

[Sikuli-driver] [Bug 768971] Re: X-1.0rc2 Pattern.similar resets targetOffset to (0, 0) --- workaround

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/768971 Title: X-1.0rc2 Pattern.similar resets targetOffset to (0,0) --- workaround Status in

[Sikuli-driver] [Bug 768971] Re: X-1.0rc2 Pattern.similar resets targetOffset to (0, 0) --- workaround

2011-05-04 Thread Launchpad Bug Tracker
** Branch linked: lp:sikuli -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/768971 Title: X-1.0rc2 Pattern.similar resets targetOffset to (0,0) --- workaround Status in Sikuli: New Bug

[Sikuli-driver] [Bug 769711] Re: Insert image: Typing in a directory manually inserts everything from that directory.

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769711 Title: Insert image: Typing in a directory manually inserts everything from that

[Sikuli-driver] [Bug 768971] Re: X-1.0rc2 Pattern.similar resets targetOffset to (0, 0) --- workaround

2011-05-04 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/768971 Title: X-1.0rc2 Pattern.similar resets targetOffset to (0,0) --- workaround Status