Re: [Sikuli-driver] [Question #228737]: IDE crashes without any error

2013-09-04 Thread RaiMan
Question #228737 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228737 RaiMan posted a new comment: @Rashmi the key for RC3 is HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\sikuli\ide\ for version 1.0.1 it is HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\sikuli\basics\ but

[Sikuli-driver] [Bug 1220540] [NEW] App.close() does not work on Linux ; java.lang.ArrayIndexOutofBound

2013-09-04 Thread shi.zhao
Public bug reported: Test try to open a app window by App.open(), it works. but i can't close it with App.close(); m_RDPHandle = App.open(rdesktop .cn.oracle.com -f); m_RDPHandle.close(); The m_RDPHandle.close() will throw a java exception from console: [log] openApp:

[Sikuli-driver] [Bug 1220540] Re: App.close() does not work on Linux ; java.lang.ArrayIndexOutofBound

2013-09-04 Thread shi.zhao
This is happened on Linux platform, while windows platform is OK. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220540 Title: App.close() does not work on Linux ; java.lang.ArrayIndexOutofBound

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread RaiMan
Did that work with RC3 before? ** Summary changed: - App.close() does not work on Linux ; java.lang.ArrayIndexOutofBound + [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound ** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Importance: Undecided =

[Sikuli-driver] [Bug 1218164] Re: [1.0.1] NameError name 'WHEEL_DOWN' is not defined

2013-09-04 Thread RaiMan
** Changed in: sikuli Importance: High = Critical ** Description changed: + fixed in 1.0.1 per Sep 2 at 20 pm gmt+1 + run setup again after that time to get the fix + -- + Sikuli Version: 1.0.1 Operating System: Windows 8 Pro -

[Sikuli-driver] [Bug 1218138] Re: [1.0.1] IDE: Using thumbnail view and CommandBar: FindFailed ( can not find __CLICK-TO-CAPTURE__ on the screen. ) --- workaround

2013-09-04 Thread RaiMan
** Description changed: - - workaround + - solution This is only relevant for setups run after August 20 and before August 30 !!! - If you have this problem, run setup again, to get the - previous build (August 20) for the IDE. + If you have this problem, run setup again, to get

[Sikuli-driver] [Bug 1214789] Re: [1.0.1 ok] Button.LEFT not recognised --- workaround

2013-09-04 Thread RaiMan
** Description changed: - - fixed with version 1.0.1 per August 25 at 9 pm gmt+1 - repeat setup after this time to get the fixed version - -- + fixed in 1.0.1 per Sep 2 at 20 pm gmt+1 + run setup again after that time to get the fix

[Sikuli-driver] [Question #234976]: Status of bug #1219408 changed to 'In Progress' in Sikuli

2013-09-04 Thread RaiMan
Bug #1219408 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1219408 [request] Sikuli needs a Blog This bug is linked to #234976. [request] Sikuli needs a Blog https://answers.launchpad.net/sikuli/+question/234976 -- You received this question

[Sikuli-driver] [Bug 1216338] Re: [1.0.1 ok] NameError ( name 'FindFailed' is not defined )

2013-09-04 Thread RaiMan
** Summary changed: - [1.0.1 ok] NameError ( name 'FindFailed' is not defined ) -- workaround + [1.0.1 ok] NameError ( name 'FindFailed' is not defined ) ** Description changed: - - workaround: - - either add - import org.sikuli.script.FindFailed as FindFailed - - at the beginning of the

[Sikuli-driver] [Bug 1214614] Re: [1.0.1] Setup: option 2 (sikuli_script.jar): java.lang.NoSuchMethodError at functional test

2013-09-04 Thread RaiMan
** Changed in: sikuli Status: New = Opinion ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1214614 Title:

[Sikuli-driver] [Bug 1216334] Re: [1.0.1 ok] Images using absolute paths are corrupted at script save/reload - pathname is stripped

2013-09-04 Thread RaiMan
** Summary changed: - [1.0.1] Images using absolute paths are corrupted at script save/reload - pathname is stripped + [1.0.1 ok] Images using absolute paths are corrupted at script save/reload - pathname is stripped ** Changed in: sikuli Importance: High = Critical ** Description changed:

[Sikuli-driver] [Bug 1218395] Re: [1.0.1] NPE when performing a screen capture

2013-09-04 Thread RaiMan
** Changed in: sikuli Status: New = Incomplete ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Summary changed: - [1.0.1] NPE when performing a screen capture + [1.0.1] Linux: Fedora: NPE when performing a screen capture -- You received this bug

[Sikuli-driver] [Question #235132]: Click random item at the given range

2013-09-04 Thread hakim johari
New question #235132 on Sikuli: https://answers.launchpad.net/sikuli/+question/235132 Hi, I've got a couple question regarding about scripting of sikuli. 1. How can I click/select a random item (because the name of the item will be different from time to time) in a specific region? 2. How

[Sikuli-driver] [Bug 1219408] Re: [request] Sikuli needs a Blog

2013-09-04 Thread RaiMan
** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = 1.1.0 -- You received this bug notification because you are a

[Sikuli-driver] [Bug 1218755] Re: [request] The context path should been set when start new application

2013-09-04 Thread RaiMan
** Changed in: sikuli Status: New = Incomplete ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1218755 Title:

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread shi.zhao
I don't know. I don't have RC3 installed on this machine and i don't know where can download RC3 now. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220540 Title: [1.0.1] Linux: App.close()

Re: [Sikuli-driver] [Question #235132]: Click random item at the given range

2013-09-04 Thread RaiMan
Question #235132 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235132 Status: Open = Answered RaiMan proposed the following answer: at 1. not really clear what you mean by random item. If it is an image whose contents might change from time to time, then you cannot use

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread RaiMan
ok, no problem - only wanted to know. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220540 Title: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound Status in Sikuli: In

Re: [Sikuli-driver] [Question #234889]: -

2013-09-04 Thread dex
Question #234889 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234889 Summary changed to: - Description changed to: - -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1220575] [NEW] Matching preview error: java.lang.IllegalArgumentException

2013-09-04 Thread shi.zhao
Public bug reported: This is a Linux only issue. Open IDE editor, click a image saved before. Click Matching Preview, it will not work. You can got error message from console: Exception in thread AWT-EventQueue-0 java.lang.IllegalArgumentException: Color parameter outside of

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread RaiMan
pls. check, wether App.close(rdesktop) works -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220540 Title: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound Status in Sikuli:

Re: [Sikuli-driver] [Question #235132]: Click random item at the given range

2013-09-04 Thread hakim johari
Question #235132 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235132 Status: Answered = Open hakim johari is still having a problem: 1. I got a bunch of files. I need to pick 1 random file to delete it. The files name will be random when someone's upload it into the

Re: [Sikuli-driver] [Question #234889]: -

2013-09-04 Thread RaiMan
Question #234889 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234889 Status: Open = Invalid RaiMan changed the question status: empty -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1220575] Re: Matching preview error: java.lang.IllegalArgumentException

2013-09-04 Thread RaiMan
** Description changed: + This is a Linux only issue (java version 1.7.0_25) - This is a Linux only issue. - - Open IDE editor, click a image saved before. Click Matching Preview, it will not work. - You can got error message from console: + Open IDE editor, click a image

Re: [Sikuli-driver] [Question #235132]: Click random item at the given range

2013-09-04 Thread RaiMan
Question #235132 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235132 Status: Open = Answered RaiMan proposed the following answer: you might send me a screenshot silently to my mail (https://launchpad.net/~raimund-hocke) with some comments on what you want to achieve.

Re: [Sikuli-driver] [Question #138750]: / and : not accepted with 'type'

2013-09-04 Thread Salfuman The Great
Question #138750 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/138750 Salfuman The Great posted a new comment: Thanks, RaiMan. Your post puts cristal clear the use of type and paste It solved my problem with typing urls into IE -- You received this question notification

[Sikuli-driver] [Question #235137]: Cannot match an on-screen image while using a pattern created with BufferedImage

2013-09-04 Thread joseytw
New question #235137 on Sikuli: https://answers.launchpad.net/sikuli/+question/235137 Hello, I am a relative newcomer to Java coding and Sikuli both so please keep that in mind as you try to guide me on my way! Also, before coming here, I searched through existing questions on this site and

Re: [Sikuli-driver] [Question #235137]: Cannot match an on-screen image while using a pattern created with BufferedImage

2013-09-04 Thread joseytw
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 joseytw gave more information on the question: Note: I have imported sikuli-java.jar as an external JAR and have been using the classes found in org.sikuli.script -- You received this question notification

Re: [Sikuli-driver] [Question #235137]: Cannot match an on-screen image while using a pattern created with BufferedImage

2013-09-04 Thread RaiMan
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 Status: Open = Answered RaiMan proposed the following answer: Sorry for the effort you have put in this excellent research (but might not have been in vain though ;-) The usage of a BufferedImage to

[Sikuli-driver] [Bug 1220640] [NEW] [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2013-09-04 Thread RaiMan
Public bug reported: Hello, I am a relative newcomer to Java coding and Sikuli both so please keep that in mind as you try to guide me on my way! Also, before coming here, I searched through existing questions on this site and many others, but have been unable to find something that explains a

[Sikuli-driver] [Question #235137]: Status of bug #1220640 changed to 'Incomplete' in Sikuli

2013-09-04 Thread RaiMan
Bug #1220640 status changed in Sikuli: New = Incomplete https://bugs.launchpad.net/sikuli/+bug/1220640 [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar This bug is linked to #235137. Cannot match an on-screen image while using a

Re: [Sikuli-driver] [Question #235137]: Cannot match an on-screen image while using a pattern created with BufferedImage

2013-09-04 Thread RaiMan
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 Linked to bug: #1220640 https://bugs.launchpad.net/bugs/1220640 [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar -- You received this

[Sikuli-driver] [Question #235137]: Status of bug #1220640 changed to 'In Progress' in Sikuli

2013-09-04 Thread RaiMan
Bug #1220640 status changed in Sikuli: Incomplete = In Progress https://bugs.launchpad.net/sikuli/+bug/1220640 [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar This bug is linked to #235137. Cannot match an on-screen image while

Re: [Sikuli-driver] [Question #235137]: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2013-09-04 Thread RaiMan
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 Summary changed to: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #235146]: how to use varibale on one script in another

2013-09-04 Thread Rashmi
New question #235146 on Sikuli: https://answers.launchpad.net/sikuli/+question/235146 I have script1 some variable taken as input form user (say ID) script 1 starts with from sikuli import * in main import script1 I want to use the varibale ID from script1 in main .If i directly use that

Re: [Sikuli-driver] [Question #235146]: how to use varibale on one script in another

2013-09-04 Thread RaiMan
Question #235146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235146 Status: Open = Answered RaiMan proposed the following answer: If your script1 does something at import (not only contains def()s and class()s), then it will not be run again on rerun. Use execfile()

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread shi.zhao
App.close(rdesktop) works fine. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220540 Title: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound Status in Sikuli: In Progress

Re: [Sikuli-driver] [Question #234669]: Error during setup of sikuli-1.0.1

2013-09-04 Thread Rashmi
Question #234669 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234669 Rashmi posted a new comment: 1.01 setup did worked well. in setup log i see SikuliX Setup seems to have ended successfully ;-) at the end How should i launch IDE now? Clicking on the sikuli-ide which got

[Sikuli-driver] [Bug 1220728] Re: add a --version option

2013-09-04 Thread RaiMan
** Changed in: sikuli Status: New = Fix Committed ** Changed in: sikuli Importance: Undecided = Medium ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = 1.1.0 ** Summary changed: - add a --version option +

[Sikuli-driver] [Bug 1220540] Re: [1.0.1] Linux: App.close() crashes: java.lang.ArrayIndexOutofBound

2013-09-04 Thread RaiMan
ok thanks, that makes it clearer. ** 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/1220540 Title: [1.0.1] Linux: App.close()

[Sikuli-driver] [Question #235158]: How to action (edit. click) for matrix pictures (n column, m rows)

2013-09-04 Thread cuocdoi
New question #235158 on Sikuli: https://answers.launchpad.net/sikuli/+question/235158 Hi all, I've 200 pictures: 100 pictures lined up horizon, 100 pictures lined up vertically. All of them make a matrix. pic11pic12pic13 - pic1100// row 1 pic12pic22

[Sikuli-driver] [Bug 1220728] [NEW] add a --version option

2013-09-04 Thread ycollet
Public bug reported: Add a --version option which returns the version of sikuli. Will be useful when using sikuli into cmake to check that the version of sikuli is high enought. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because

Re: [Sikuli-driver] [Question #234669]: Error during setup of sikuli-1.0.1

2013-09-04 Thread RaiMan
Question #234669 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234669 RaiMan posted a new comment: @Rashmi On Windows it is recommended to use the runIDE.cmd to start the IDE. Sometimes it is really hard to stay calm: everything is written down and you where asked to READ

Re: [Sikuli-driver] [Question #235158]: How to action (edit. click) for matrix pictures (n column, m rows)

2013-09-04 Thread RaiMan
Question #235158 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235158 Status: Open = Answered RaiMan proposed the following answer: If this is a regular matrix, that has an even row height and an even column width: ref = find(some fixed visual element near

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-04 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Answered = Open Kurt Chen is still having a problem: Hi RaiMan, Thanks for your answer for bad screen shot, the reason I want to get some background into the screenshot because I want to make

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-04 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Kurt Chen posted a new comment: I got the Sikuli worked, but it is little unstable, to add comments on this, I got my own Sikuli worked, the test suite is only using testNG and Sikuli api, not Selenium is

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-04 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open = Answered RaiMan proposed the following answer: --- do you know sikuli have any limitation for Flex-Flash in browser application Sikuli is strictly visual: it only sees the pixels on the

Re: [Sikuli-driver] [Question #235137]: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2013-09-04 Thread joseytw
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 joseytw posted a new comment: Thank you for your prompt reply - I really appreciate you taking the time to read and respond to my post! After reading your response I just want to make sure I am clear on

Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-04 Thread Kurt Chen
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Kurt Chen posted a new comment: This at least resolved my question about flex application. I will let you know the detail about the other questions. Thanks. -Kurt. -- You received this question

Re: [Sikuli-driver] [Question #235137]: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2013-09-04 Thread RaiMan
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 RaiMan proposed the following answer: at 1: currently only Pattern objects defined with image filenames as strings can be used for searching. Buffered images have first to be written to real files in the

[Sikuli-driver] [Question #235169]: How to set SIKULI_HOME env variable after jar packaging?

2013-09-04 Thread Nikhil
New question #235169 on Sikuli: https://answers.launchpad.net/sikuli/+question/235169 Hi, till now I have tested my Java application for automation developed using Sikuli thro' Eclipse by setting the PATH and SIKULI_HOME env variables in the launch configuration itself. Now its time to deploy

[Sikuli-driver] [Question #235179]: Can I run a sikuli script without being logged in.

2013-09-04 Thread Sean Westfall
New question #235179 on Sikuli: https://answers.launchpad.net/sikuli/+question/235179 Hello, Is it possible to run a sikuli script in Windows 7 without being logged in. The reason why I'm asking is because I want to schedule a task in Windows Task Scheduler and have it execute a sikuli script

[Sikuli-driver] [Bug 1220976] [NEW] [LINUX] App.open not work, run script mode; missing error console

2013-09-04 Thread shi.zhao
Public bug reported: Following is simple sikuli script: App.open(xclock); sleep(5); App.close(xclock); This work fine when i click Run in sikuli-IDE environment. But it not work when we run with sikuli/runIDE -r sanity.sikuli I guess sikuli missed the error

[Sikuli-driver] [Bug 1220976] Re: [LINUX] App.open not work, run script mode; missing error console

2013-09-04 Thread shi.zhao
Not work means there is no application display in window, the program start and quit immediately . -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1220976 Title: [LINUX] App.open not work, run

Re: [Sikuli-driver] [Question #235137]: [1.0.1] Java: Pattern(BufferedImage) is not found (silently does nothing) --- usage: load images from jar

2013-09-04 Thread joseytw
Question #235137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235137 joseytw posted a new comment: What kind of crazy talk is that? You have been kind enough to answer my questions and the least I could do is return the favor by helping test a solution for this. I would be

[Sikuli-driver] [Question #235183]: Can I use Sikuli to get a window title?

2013-09-04 Thread Parn Yin
New question #235183 on Sikuli: https://answers.launchpad.net/sikuli/+question/235183 Hello, in my script, I want to check a specified window is opened or not. Unfortunately, there would be several applications opening and their titles may be very similar. Like: Application 1's title: (variable

Re: [Sikuli-driver] [Question #234669]: Error during setup of sikuli-1.0.1

2013-09-04 Thread Rashmi
Question #234669 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234669 Rashmi posted a new comment: Thanks Raiman I could launch it now -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #166618]: Run multiple scripts in single go

2013-09-04 Thread Rashmi
Question #166618 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166618 Rashmi posted a new comment: import os dir = c:\\DDrive\\SikuliX\\SikuliPrograms\\ scripts = [omcranGUI_tillSector,CEPSGFullmodify,carrierfreqfullmodify] for script in scripts: scriptPath =

[Sikuli-driver] [Question #235186]: The implications of using type() vs. paste()

2013-09-04 Thread Eugene S
New question #235186 on Sikuli: https://answers.launchpad.net/sikuli/+question/235186 Hi RaiMan, I was reading your comment to the below question, regarding type() vs. paste() usage: https://answers.launchpad.net/sikuli/+question/138750 I have also found the below Best Practice in Sikuli