Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-11-23 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang proposed the following answer: Sorry, we don't provide the jar anymore. We'll release a better version sometime later. In the meantime, you can build it from source if you really need

Re: [Sikuli-driver] [Question #174964]: can we use at our hosptial?

2011-10-17 Thread Tsung-Hsiang Chang
Question #174964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/174964 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: of course yes. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #173172]: LaunchPad only for questions bugs?

2011-10-04 Thread Tsung-Hsiang Chang
Question #173172 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173172 Tsung-Hsiang Chang proposed the following answer: Feel free to start any kinds of discussion/comments. No restriction here. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread Tsung-Hsiang Chang
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Tsung-Hsiang Chang posted a new comment: Try to use addImagePath to get around this bug for now. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Bug 710586] Re: X 1.0rc3: Region.text() -- known problems and needed improvements

2011-10-04 Thread Tsung-Hsiang Chang
Let me briefly summarize the progress on the OCR research we are doing for Sikuli. 1. Recently I've implemented a new OCR algorithm designed for small screen text (which is from a paper Recognition of Screen-Rendered Text, ICPR '06). However, it turns out this algorithm doesn't perform so well as

[Sikuli-driver] [Bug 862060] Re: X-1.0rc3 (931): Windows7: Chinese: Crashes on capture and images not found

2011-09-29 Thread Tsung-Hsiang Chang
May be the same problem as the Bug #512476. I guess the problem was caused by the non-ascii user name. When capturing a screenshot, sikuli creates a temp file in the user's directory, which could be unaccessible if the path to the directory has non-ascii chars. -- You received this bug

[Sikuli-driver] [Bug 862060] Re: X-1.0rc3 (931): Windows7: Chinese: Crashes on capture and images not found

2011-09-29 Thread Tsung-Hsiang Chang
You can change a Java system property java.io.tmpdir to do that. Try to run java with -Djava.io.tmpdir=[the temp path you like]. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/862060 Title:

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-27 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang proposed the following answer: The command should be run-sikuli-monkey.bat android-example.sikuli. (not .py) -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #172529]: 100 item limit on findAll()

2011-09-27 Thread Tsung-Hsiang Chang
Question #172529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172529 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: This's not documented yet, but there's a parameter FindAllMaxReturn to change this. For example, from

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-27 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: 0.3 is here: http://sikuli.org/dl/android-robot-0.3.jar -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #172411]: Java equivalent of screen.type(g, KEY_CMD|KEY_SHIFT)

2011-09-26 Thread Tsung-Hsiang Chang
Question #172411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/172411 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: r = new Region(); // or new Screen(); r.type(g, KeyModifier.CMD | KeyModifier.SHIFT) -- You received this question

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-21 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: I've put the examples on github. https://github.com/sikuli/sikuli/tree/develop/extensions/android-robot/example Give it a try and let me know if it works. -- You

Re: [Sikuli-driver] [Question #171825]: Importing Sikuli Script --- needs: from sikuli.Sikuli import *

2011-09-21 Thread Tsung-Hsiang Chang
Question #171825 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171825 Tsung-Hsiang Chang posted a new comment: from sikuli import * should work, too. If not, it's a bug. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #171860]: X-1.0rc3: IDE: problems on restart

2011-09-21 Thread Tsung-Hsiang Chang
Question #171860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171860 Tsung-Hsiang Chang posted a new comment: This has been fixed in the latest builds http://sikuli.org/download.shtml#last-build. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-20 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: I just updated the android robot http://sikuli.org/dl/android- robot-0.2.jar, which can be used without MonkeyRunnerStarter now. Here is a sample Java code: import

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-20 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: What's your android SDK version? I'm using 2.3.3, which works fine. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #171813]: Image detection inconsistency between RC2 and RC3

2011-09-20 Thread Tsung-Hsiang Chang
Question #171813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171813 Tsung-Hsiang Chang posted a new comment: Try to set MinTargetSize back to 6, which was used in RC2. See http://sikuli.org/docx/globals.html#mintargetsize for more details. If this doesn't work, come back

Re: [Sikuli-driver] [Question #171813]: Image detection inconsistency between RC2 and RC3

2011-09-20 Thread Tsung-Hsiang Chang
Question #171813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171813 Tsung-Hsiang Chang posted a new comment: Can you post a few examples of the images you are using? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #171813]: Image detection inconsistency between RC2 and RC3

2011-09-20 Thread Tsung-Hsiang Chang
Question #171813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171813 Status: Open = Invalid Tsung-Hsiang Chang changed the question status: not really a problem. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #171813]: Image detection inconsistency between RC2 and RC3

2011-09-20 Thread Tsung-Hsiang Chang
Question #171813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171813 Tsung-Hsiang Chang posted a new comment: Good to know that. Feel free to come back any time. Just for record, RC3's vision engine should be more robust than RC2's. This means you may get inconsistent

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-19 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: I'm not sure if you can use monkey runner without calling the main method of com.android.monkeyrunner.MonkeyRunnerStarter. It seems MonkeyRunnerStarter did some

Re: [Sikuli-driver] [Question #169859]: Availability? Android: using Monkey runner? Mac: Cocoa Accessibility API?

2011-09-19 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Tsung-Hsiang Chang posted a new comment: Raymond, Thanks for your code, which gave me a hint on how to use MonkeyRunner without the MonkeyRunnerStarter. I will do some updates on the AndroidScreen tomorrow

[Sikuli-driver] [Bug 852940] Re: Cannot run saved scripts [error] Error message: SyntaxError: ('mismatched character \'\\n\' expecting \'\'', ('', 1, 17, 'addModPath(C:\\)\n'))

2011-09-17 Thread Tsung-Hsiang Chang
It seems this only happens when the script is saved in C:\. If you save the script in a folder, it works well. ** Changed in: sikuli Status: New = Confirmed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 852940] Re: Cannot run saved scripts [error] Error message: SyntaxError: ('mismatched character \'\\n\' expecting \'\'', ('', 1, 17, 'addModPath(C:\\)\n'))

2011-09-17 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: Confirmed = Fix Committed ** Changed in: sikuli Milestone: None = x1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/852940 Title: Cannot run saved

[Sikuli-driver] [Bug 851754] Re: X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac]

2011-09-17 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/851754 Title: X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac]

[Sikuli-driver] [Bug 851592] Re: I encountered a bug when I builded sikuli (rc3 windows 32)

2011-09-16 Thread Tsung-Hsiang Chang
Looks like javah is missing. Is you JDK\bin in the PATH environment variable? ** Visibility changed to: Public ** This bug is no longer flagged as a security vulnerability -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #171391]: Mulitple image library in one sikuli file

2011-09-16 Thread Tsung-Hsiang Chang
Question #171391 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171391 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: Yes, you can. Just write import imgLib_1, imgLib_2, ... import works for sikuli scripts as well as jython (.py) code. -- You

[Sikuli-driver] [Bug 851833] Re: sikuli start hangs after first try

2011-09-16 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: In Progress = 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/851833 Title: sikuli start hangs after first try Status in Sikuli: Fix Committed

[Sikuli-driver] [Bug 851833] Re: sikuli start hangs after first try

2011-09-16 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/851833 Title: sikuli start hangs after first try Status in Sikuli: Fix Committed Bug

[Sikuli-driver] [Bug 816560] Re: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround

2011-09-14 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: x1.0-rc3 = None -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/816560 Title: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor ---

Re: [Sikuli-driver] [Question #171026]: How to get screen resolution?

2011-09-13 Thread Tsung-Hsiang Chang
Question #171026 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171026 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: Screen.getBounds() http://sikuli.org/docx/screen.html#Screen.getBounds will tell you that. -- You received this question

[Sikuli-driver] [Bug 847600] Re: X 1.0rc3: with Region: does not use Region but SCREEN

2011-09-12 Thread Tsung-Hsiang Chang
which build? This works well in r892. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/847600 Title: X 1.0rc3: with Region: does not use Region but SCREEN Status in Sikuli: New Bug description:

[Sikuli-driver] [Bug 822203] Re: [request] option to set Sikuli Popup Title

2011-09-12 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/822203 Title: [request] option to set

[Sikuli-driver] [Bug 701363] Re: [request] App.open should support command line options on Windows

2011-09-12 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/701363 Title: [request] App.open

[Sikuli-driver] [Question #163486]: Status of bug #583090 changed to 'Fix Committed' in Sikuli

2011-09-11 Thread Tsung-Hsiang Chang
Bug #583090 status changed in Sikuli: Confirmed = Fix Committed https://bugs.launchpad.net/sikuli/+bug/583090 X-1.0rc2: find().click(): 2nd arg of click() not optional This bug is linked to #163486. TypeError: click(): expected 2 args; got 1 --- workaround: use click(Region())

[Sikuli-driver] [Bug 583090] Re: X-1.0rc2: find().click(): 2nd arg of click() not optional

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: Confirmed = Fix Committed ** 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/583090 Title: X-1.0rc2:

[Sikuli-driver] [Bug 516255] Re: changing bundle name shows no data in ide

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/516255 Title: changing bundle name

[Sikuli-driver] [Question #140626]: Status of bug #701423 changed to 'Fix Committed' in Sikuli

2011-09-11 Thread Tsung-Hsiang Chang
Bug #701423 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/701423 X 1.0rc1 Windows: similar(1.00) in Pattern Setting dialog: match not shown This bug is linked to #140626. Windows: similar(1.00) in Pattern Setting dialog: match not shown

[Sikuli-driver] [Bug 783427] Re: X-1.0rc2: with: not working with Region-like objects

2011-09-11 Thread Tsung-Hsiang Chang
In RC3, the with statement will work with App.window(). Match object still needs a Region() wrapper, though. ** Changed in: sikuli Status: New = In Progress -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 701423] Re: X 1.0rc1 Windows: similar(1.00) in Pattern Setting dialog: match not shown

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/701423 Title: X 1.0rc1 Windows:

[Sikuli-driver] [Bug 816560] Re: X-1.0rc3: Region.left/right/below doesn't work on secondary monitor --- workaround

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: None = x1.0-rc3 ** Changed in: sikuli Status: New = In Progress -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/816560 Title: X-1.0rc3:

[Sikuli-driver] [Bug 779099] Re: [request] findAll() should force getLastMatch() to return None if nothing was found

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Milestone: None = x1.0-rc3 ** Summary changed: - [request] findAll() should force getLastMatch() to return None if nothing was found + [request] findAll() should force getLastMatches() to return None if nothing

[Sikuli-driver] [Bug 799223] Re: during import search dir of importing script first

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: In Progress = Fix Committed ** 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/799223 Title: during import

[Sikuli-driver] [Bug 722474] Re: X-1.0rc2 import extension: double message and not conforming to standard

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = In Progress -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/722474 Title: X-1.0rc2 import extension: double message and not conforming to standard

[Sikuli-driver] [Bug 788005] Re: X-1.0rc2: sys.argv doesn't contains script name as a first argument

2011-09-11 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/788005 Title: X-1.0rc2: sys.argv

[Sikuli-driver] [Bug 620598] Re: X-1.0rc2: UnitTest: from __future__ fails in unit test script

2011-09-11 Thread Tsung-Hsiang Chang
This was fixed in the sense that you don't need to import with_statement anymore. It should be automatically imported. ** Changed in: sikuli Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

[Sikuli-driver] [Bug 517422] Re: Sikuli crashes while trying to save script

2011-09-11 Thread Tsung-Hsiang Chang
This was fixed in newer version. ** Changed in: sikuli Status: New = Won't Fix -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/517422 Title: Sikuli crashes while trying to save script

[Sikuli-driver] [Question #156160]: Status of bug #697141 changed to 'Fix Committed' in Sikuli

2011-09-10 Thread Tsung-Hsiang Chang
Bug #697141 status changed in Sikuli: In Progress = Fix Committed https://bugs.launchpad.net/sikuli/+bug/697141 X 1.0rc2: find(), exists(), onAppear(), onVanish() with black or white images not working This bug is linked to #156160. black/white image bug, question

[Sikuli-driver] [Question #140934]: Status of bug #697141 changed to 'Fix Committed' in Sikuli

2011-09-10 Thread Tsung-Hsiang Chang
Bug #697141 status changed in Sikuli: In Progress = Fix Committed https://bugs.launchpad.net/sikuli/+bug/697141 X 1.0rc2: find(), exists(), onAppear(), onVanish() with black or white images not working This bug is linked to #140934. Unable to verify that a region is blank(has nothing on

[Sikuli-driver] [Question #140115]: Status of bug #697141 changed to 'Fix Committed' in Sikuli

2011-09-10 Thread Tsung-Hsiang Chang
Bug #697141 status changed in Sikuli: In Progress = Fix Committed https://bugs.launchpad.net/sikuli/+bug/697141 X 1.0rc2: find(), exists(), onAppear(), onVanish() with black or white images not working This bug is linked to #140115. Problem using find, exists on completely black images

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-10 Thread Tsung-Hsiang Chang
In r881(will be included in RC3), Sikuli handles this case automatically. No need to set the Pattern similarity to 1.0 anymore. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title:

[Sikuli-driver] [Bug 697141] Re: X 1.0rc2: find(), exists(), onAppear(), onVanish() with black or white images not working

2011-09-10 Thread Tsung-Hsiang Chang
Fixed in r881. ** Changed in: sikuli Status: In Progress = 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/697141 Title: X 1.0rc2: find(), exists(), onAppear(), onVanish()

[Sikuli-driver] [Bug 727827] Re: X-1.0rc2: IDE: Preview: does not match all images - findAll() does it

2011-09-10 Thread Tsung-Hsiang Chang
fixed in r884. ** Changed in: sikuli Status: New = Fix Committed ** 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/727827 Title:

[Sikuli-driver] [Bug 780937] Re: X-1.0rc2: exact() information is lost in GUI on reopening --- workaround

2011-09-10 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: New = Fix Committed ** 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/780937 Title: X-1.0rc2: exact()

[Sikuli-driver] [Bug 845744] Re: SCREEN.capture is broken (__builtin__ is not defined)

2011-09-09 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/845744 Title: SCREEN.capture is broken (__builtin__ is not defined) Status in Sikuli:

[Sikuli-driver] [Bug 845624] Re: Sikuli not starting with locale pl_PL

2011-09-09 Thread Tsung-Hsiang Chang
This should be fixed in the latest build. http://sikuli.org/download.shtml#last-build Can you confirm this? Thanks. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/845624 Title: Sikuli not

[Sikuli-driver] [Bug 845744] Re: SCREEN.capture is broken (__builtin__ is not defined)

2011-09-09 Thread Tsung-Hsiang Chang
Fixed. Thanks! ** 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/845744 Title: SCREEN.capture is broken (__builtin__ is not defined) Status in

Re: [Sikuli-driver] [Question #169454]: [Java] using type with key events in eclipse

2011-09-09 Thread Tsung-Hsiang Chang
Question #169454 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169454 Tsung-Hsiang Chang posted a new comment: This issue is fixed in r874. type can be used with a single Key constant now, e.g. screen.type(Key.F4). -- You received this question notification because you

[Sikuli-driver] [Bug 845624] Re: Sikuli not starting with locale pl_PL

2011-09-09 Thread Tsung-Hsiang Chang
Great. We don't have enough machine to build 64bit Linux binaries on Hudson, but we will release RC3 for 64bit Linux as usual. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/845624 Title: Sikuli

Re: [Sikuli-driver] [Question #170510]: X-1.0rc3: how sikuli support minTargetSize in java

2011-09-08 Thread Tsung-Hsiang Chang
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Tsung-Hsiang Chang posted a new comment: As Raiman said, org.sikuli.script.natives.Vision.setParameter only exists in the latest versions (rc3). -- You received this question notification because you

Re: [Sikuli-driver] [Question #170510]: how sikuli support minTargetSize in java

2011-09-07 Thread Tsung-Hsiang Chang
Question #170510 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/170510 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: The same. Just import the Vision class, and call that function with the same parameters. -- You received this question

Re: [Sikuli-driver] [Question #169859]: Availability? Mac: Cocoa Accessibility API and Android: using Monkey runner?

2011-09-06 Thread Tsung-Hsiang Chang
Question #169859 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169859 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: No documentation for the android extension right now. I just put together an example script in our source repository. You can

[Sikuli-driver] [Bug 705775] Re: [request] IDE: most wanted features (based on feature set X 1.0rc2)

2011-09-05 Thread Tsung-Hsiang Chang
copy from one tab to another including images (bug 619674) is done. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/705775 Title: [request] IDE: most wanted features (based on feature set X

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
This's fixed except for solid black images. If someone really needs to match a pure black image against the screen, open a new bug request then. ** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification

[Sikuli-driver] [Bug 808575] Re: X-1.0rc3: images consisting of only one color always found and in wrong location

2011-09-05 Thread Tsung-Hsiang Chang
btw, to use solid color matching, the Pattern should be set with similarity 1.0. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/808575 Title: X-1.0rc3: images consisting of only one color always

[Sikuli-driver] [Question #145058]: Status of bug #717602 changed to 'Fix Committed' in Sikuli

2011-09-04 Thread Tsung-Hsiang Chang
Bug #717602 status changed in Sikuli: Confirmed = Fix Committed https://bugs.launchpad.net/sikuli/+bug/717602 X-1.0rc2 IDE: Preview: hangs using larger images and spikes processor usage This bug is linked to #145058. X-1.0rc2 IDE: Preview: hangs using larger images

[Sikuli-driver] [Bug 619674] Re: [request] IDE: copy paste code snippets across projects including images

2011-09-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/619674 Title: [request] IDE: copy paste code snippets across projects including images

[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: Triaged = 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/711129 Title: X 1.0rc1: [Java] using setROI() a match's region is reported relative

[Sikuli-driver] [Bug 529050] Re: [request] Class VDict needs basic iterator funtionality

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli Milestone: x1.0-rc3 = None -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/529050 Title: [request] Class VDict needs basic iterator funtionality Status in Sikuli: New

[Sikuli-driver] [Question #141004]: Status of bug #695720 changed to 'Fix Committed' in Sikuli

2011-09-03 Thread Tsung-Hsiang Chang
Bug #695720 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/695720 X-1.0rc2: with Region: and Region.click() with App().window() --- workaround This bug is linked to #141004. Sikuli X 1.0rc1: Windows: with Region: not usable

[Sikuli-driver] [Question #139625]: Status of bug #695720 changed to 'Fix Committed' in Sikuli

2011-09-03 Thread Tsung-Hsiang Chang
Bug #695720 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/695720 X-1.0rc2: with Region: and Region.click() with App().window() --- workaround This bug is linked to #139625. [Sikuli X] with Region: and Region.click() fail when using region returned

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

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: Confirmed = 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/777029 Title: X-1.0rc2: copy log from Message window looses formatting --- needs

[Sikuli-driver] [Bug 718941] Re: [request] [Java] Improved javadoc

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: In Progress = 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/718941 Title: [request] [Java] Improved javadoc Status in Sikuli: Fix Committed

[Sikuli-driver] [Question #144046]: Status of bug #697604 changed to 'Fix Committed' in Sikuli

2011-09-03 Thread Tsung-Hsiang Chang
Bug #697604 status changed in Sikuli: In Progress = Fix Committed https://bugs.launchpad.net/sikuli/+bug/697604 [request] message concept for stdout/sterr This bug is linked to #144046. How do I hide [Info] lines so I can see relevant debug statements?

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

2011-09-03 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: In Progress = 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/697604 Title: [request] message concept for stdout/sterr Status in Sikuli: Fix

[Sikuli-driver] [Bug 832216] Re: Mac - crash in non-english enviroment

2011-08-27 Thread Tsung-Hsiang Chang
** Changed in: sikuli Status: Triaged = 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/832216 Title: Mac - crash in non-english enviroment Status in Sikuli: Fix Committed

Re: [Sikuli-driver] [Question #169111]: testcases don't appear under the Unit Test Tests tab

2011-08-25 Thread Tsung-Hsiang Chang
Question #169111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169111 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: Have you read this? http://sikuli.org/docx/faq/020-unit-test.html -- You received this question notification because you

Re: [Sikuli-driver] [Question #169111]: testcases don't appear under the Unit Test Tests tab

2011-08-25 Thread Tsung-Hsiang Chang
Question #169111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169111 Tsung-Hsiang Chang posted a new comment: This looks like a bug. Can you give us a sample code that produces this problem so we can fix it? Thanks. -- You received this question notification because you

Re: [Sikuli-driver] [Question #169111]: testcases don't appear under the Unit Test Tests tab

2011-08-25 Thread Tsung-Hsiang Chang
Question #169111 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169111 Tsung-Hsiang Chang posted a new comment: You can open a new bug https://bugs.launchpad.net/sikuli/+filebug and attach your code in that bug. Or you just paste the simplest code that causes this problem here

Re: [Sikuli-driver] [Question #168965]: Eclipse on Mac unable to find images

2011-08-24 Thread Tsung-Hsiang Chang
Question #168965 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168965 Tsung-Hsiang Chang posted a new comment: The Documents folder is not in the root directory, but your home directory. The path should be /Users/you-username/Documents. -- You received this question

[Sikuli-driver] [Bug 832216] Re: Mac - crash in non-english enviroment

2011-08-23 Thread Tsung-Hsiang Chang
Looks like a bug in the Polish translation file. ** Visibility changed to: Public ** This bug is no longer flagged as a security vulnerability ** Changed in: sikuli Importance: Undecided = Critical ** Changed in: sikuli Status: New = Triaged ** Changed in: sikuli Milestone: None

Re: [Sikuli-driver] [Question #144943]: How do you clear a text field that already contains data, like a user name field.

2011-08-23 Thread Tsung-Hsiang Chang
Question #144943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144943 Tsung-Hsiang Chang posted a new comment: The Key class is not available in RC2 in Java, but it's already in the latest build. Get it at http://sikuli.org/download.shtml#last-build if you want to give

Re: [Sikuli-driver] [Question #166845]: clear imported Sikuli Scripts?

2011-08-03 Thread Tsung-Hsiang Chang
Question #166845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166845 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: Use reload. See https://bugs.launchpad.net/sikuli/+bug/704981 for the details. -- You received this question notification

[Sikuli-driver] [Bug 718941] Re: [request] [Java] Improved javadoc

2011-08-03 Thread Tsung-Hsiang Chang
Just for the record, the new Javadoc for Sikuli X has been moved to http://sikuli.org/doc/java-x/. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/718941 Title: [request] [Java] Improved javadoc

[Sikuli-driver] [Question #143611]: Status of bug #711129 changed to 'Triaged' in Sikuli

2011-08-03 Thread Tsung-Hsiang Chang
Bug #711129 status changed in Sikuli: New = Triaged https://bugs.launchpad.net/sikuli/+bug/711129 X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left This bug is linked to #143611. X 1.0rc1: [Java] using setROI() a match's region is

[Sikuli-driver] [Bug 711129] Re: X 1.0rc1: [Java] using setROI() a match's region is reported relative to ROI top left, not screen's top left

2011-08-03 Thread Tsung-Hsiang Chang
This should be easy to fixed. Target it to RC3. ** Changed in: sikuli Status: New = Triaged ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Milestone: None = x1.0-rc3 -- You received this bug notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #162577]: keylistener

2011-07-30 Thread Tsung-Hsiang Chang
Question #162577 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/162577 Tsung-Hsiang Chang posted a new comment: It makes sense to put this on high priority and it should not be hard to implement. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 801328] Re: keylistener

2011-07-30 Thread Tsung-Hsiang Chang
** Changed in: sikuli Importance: Undecided = High -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/801328 Title: keylistener Status in Sikuli: Invalid Bug description: pls show me an

Re: [Sikuli-driver] [Question #164161]: [How to] Capture screenshot directly using java Robot features

2011-07-08 Thread Tsung-Hsiang Chang
Question #164161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/164161 Tsung-Hsiang Chang posted a new comment: Actually Screen.capture returns a ScreenImage (http://sikuli.org/doc/java-x/org/sikuli/script/ScreenImage.html), which has a getImage method returns

Re: [Sikuli-driver] [Question #163684]: [Java] can not use mouseMove() --- workaround: use hover() instead

2011-07-04 Thread Tsung-Hsiang Chang
Question #163684 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163684 Tsung-Hsiang Chang posted a new comment: btw, mouseMove is also available in Java in r758. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #103829]: Click at coords (x, y)

2011-07-01 Thread Tsung-Hsiang Chang
Question #103829 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/103829 Tsung-Hsiang Chang posted a new comment: click(Location(100,100)) is what you want. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Bug 799067] Re: import myscript does not always work, if myscript.sikuli is in same directory as calling script

2011-06-18 Thread Tsung-Hsiang Chang
*** This bug is a duplicate of bug 799223 *** https://bugs.launchpad.net/bugs/799223 ** This bug has been marked a duplicate of bug 799223 during import search dir of importing script first -- You received this bug notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #161532]: Allow for hooks before/during/after Sikuli actions

2011-06-17 Thread Tsung-Hsiang Chang
Question #161532 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161532 Tsung-Hsiang Chang posted a new comment: @Raiman, I totally agree with you. In fact, I'm doing a bit of refactoring toward this direction. The first step would be minimize the code in the Python layer

Re: [Sikuli-driver] [Question #161585]: Getting extension to work within a Java binary?

2011-06-15 Thread Tsung-Hsiang Chang
Question #161585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161585 Status: Open = Answered Tsung-Hsiang Chang proposed the following answer: 1. Sure. A sikuli extension is essentially a Java JAR file, which can be loaded and used in any Java program if it's

[Sikuli-driver] [Bug 795486] Re: [request] Upgrade Jython 2.5.1 - 2.5.2 in the Sikuli distribution

2011-06-12 Thread Tsung-Hsiang Chang
We have a hudson continuous integration server http://sikuli.org/hudson. Continuous builds can be found on that server too. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795486 Title: [request]

[Sikuli-driver] [Bug 795486] Re: [request] Upgrade Jython 2.5.1 - 2.5.2 in the Sikuli distribution

2011-06-10 Thread Tsung-Hsiang Chang
I remember someone has reported issues related to Jython 2.5.2. Anyone knows what the issues are exactly? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795486 Title: [request] Upgrade Jython

[Sikuli-driver] [Bug 795483] Re: Two Jython versions in repository

2011-06-10 Thread Tsung-Hsiang Chang
jython-2.2.1.jar is redundant, but both junit jars are needed. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795483 Title: Two Jython versions in repository Status in Sikuli: New Bug

[Sikuli-driver] [Bug 795483] Re: Two Jython versions in repository

2011-06-10 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/795483 Title: Two Jython versions in repository Status in Sikuli: Fix Committed Bug

[Sikuli-driver] [Bug 794880] Re: Region.type() conflict with builtin type() function

2011-06-09 Thread Tsung-Hsiang Chang
btw, the builtin type function can be called using __builtin__.type(). (You would also need to import __builtin__) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/794880 Title: Region.type()

Re: [Sikuli-driver] [Question #160487]: Using Sikuli with Cruise Control

2011-06-08 Thread Tsung-Hsiang Chang
Question #160487 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160487 Tsung-Hsiang Chang posted a new comment: I've tried using Sikuli on Hudson. Hudson has a plugin that starts Xvnc automatically on UNIX machines so Sikuli can run in that vnc session. I think Cruise Control

  1   2   >