[Sikuli-driver] [Bug 1226453] [NEW] [1.0.1]IDE:can not find anything on windows XP

2013-09-17 Thread vince
Public bug reported: environment: -- windows XP SP3 Java6 sikuli1.0.1 python script: -- wait('xxx.png',10) -- [error]FindFailed (can not find xxx.png

[Sikuli-driver] [Bug 1226453] Re: [1.0.1]IDE:can not find anything on windows XP

2013-09-17 Thread RaiMan
pls. run with option -d and send the log file silently to my mail at https://launchpad.net/~raimund-hocke ** Changed in: sikuli Status: New => Opinion ** Changed in: sikuli Assignee: (unassigned) => RaiMan (raimund-hocke) -- You received this bug notification because you are a membe

[Sikuli-driver] [Bug 1226453] Re: [1.0.1]IDE:can not find anything on windows XP

2013-09-17 Thread RaiMan
BTW: *$py.class is only generated in imported .sikuli scripts, not in the main scripts. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1226453 Title: [1.0.1]IDE:can not find anything on windows XP

Re: [Sikuli-driver] [Bug 1226453] Re: [1.0.1]IDE:can not find anything on windows XP

2013-09-17 Thread vince
Hi, The problem may be caused by non-English character in sikuli path. I move the .sikuli file to other path without a chinese character,and it works. thanks! [debug] Debug: setLogFile: D:/siku

Re: [Sikuli-driver] [Question #235809]: IDE startup throws: [error] Location: outside any screen

2013-09-17 Thread Boomy Grunt
Question #235809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235809 Boomy Grunt 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 f

Re: [Sikuli-driver] [Question #235809]: IDE startup throws: [error] Location: outside any screen

2013-09-17 Thread Boomy Grunt
Question #235809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235809 Status: Answered => Solved Boomy Grunt confirmed that the question is solved: Thanks for the quick workaround - it worked. I had on both days the same monitor setup. All I did was moving my Windows task

Re: [Sikuli-driver] [Question #235809]: IDE startup throws: [error] Location: outside any screen

2013-09-17 Thread RaiMan
Question #235809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235809 RaiMan posted a new comment: OK, thanks for feedback. Moving the taskbar this way indeed changes the monitor setup, since this changes the primary monitor in the sense of Sikuli/Java. Nevertheless this is a

Re: [Sikuli-driver] [Question #235812]: 1.0.1 - FileManager.loadLibrary("VisionProxy") throws error

2013-09-17 Thread akbar
Question #235812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235812 Status: Needs information => Solved akbar confirmed that the question is solved: DLLs in libs got renamed because they were downloaded from a shared location, when changed the names to original, it start

[Sikuli-driver] [Bug 1226012] Re: [1.0.1] IDE: [error] Location: outside any screen after starting on a different monitor setup --- workaround

2013-09-17 Thread RaiMan
User moved taskbar from left side monitor 1 to right side monitor 2. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1226012 Title: [1.0.1] IDE: [error] Location: outside any screen after starting

[Sikuli-driver] [Bug 1226453] Re: [1.0.1] IDE: WindowsXP: still problems with UTF-8 characters in .sikuli folder path

2013-09-17 Thread RaiMan
Thanks for feedback. The Java version you are using is rather "ancient". Would help if you upgrade to latest version and try again with chinese characters in path (I do not have a Windows XP available). ** Summary changed: - [1.0.1]IDE:can not find anything on windows XP + [1.0.1] IDE: WindowsX

[Sikuli-driver] [Question #235862]: ocr

2013-09-17 Thread sanjana
New question #235862 on Sikuli: https://answers.launchpad.net/sikuli/+question/235862 Is there a way to improve the text recognition in sikuli by training the images using tessaract tool??? Can you tel me the procedure to go ahead with training the images using tessaract.. -- You received

[Sikuli-driver] [Question #235864]: Exist function in sikuli java API

2013-09-17 Thread Muhammed
New question #235864 on Sikuli: https://answers.launchpad.net/sikuli/+question/235864 Hai Can Any body please tell me how can i check whether an image is there in the screen or not. Presently i am using this :- Screen s = new Screen(); if(!s.exists("C://Images//Screen1.png").contains(s)); But

Re: [Sikuli-driver] [Question #235862]: ocr

2013-09-17 Thread RaiMan
Question #235862 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235862 Status: Open => Answered RaiMan proposed the following answer: I cannot help you with Tesseract itself and the training feature. But the net has surely enough tutorials on that. You might give it a try a

Re: [Sikuli-driver] [Question #235864]: Exist function in sikuli java API

2013-09-17 Thread RaiMan
Question #235864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235864 Status: Open => Answered RaiMan proposed the following answer: if (s.exists("some_image")) { } -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Bug 1226453] Re: [1.0.1] IDE: WindowsXP: still problems with UTF-8characters in .sikuli folder path

2013-09-17 Thread vince
I upgrate Java to version 1.7.0_40-b43 ,and the find operation still fail. Additional Information: 1. The problem also exists in Windows7. 2. Other functions without a find operation like Type('xxx') works correctly. [debug] Debug: setLogFile: D:/s

Re: [Sikuli-driver] [Question #235864]: Exist function in sikuli java API

2013-09-17 Thread Muhammed
Question #235864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235864 Status: Answered => Open Muhammed is still having a problem: Sorry its showing syntax error if(s.exists("C://Images//Screen1.png")) { } Incomaptible type need "Boolean" found "Match". -- You received

[Sikuli-driver] [Bug 1226453] Re: [1.0.1] IDE: WindowsXP: still problems with UTF-8 characters in .sikuli folder path

2013-09-17 Thread RaiMan
ok, thanks. I will check it as soon as possible. ** Changed in: sikuli Status: In Progress => Fix Committed ** Summary changed: - [1.0.1] IDE: WindowsXP: still problems with UTF-8 characters in .sikuli folder path + [1.0.1] IDE: Windows: still problems with UTF-8 characters in .sikuli fo

Re: [Sikuli-driver] [Question #235864]: Exist function in sikuli java API

2013-09-17 Thread RaiMan
Question #235864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235864 Status: Open => Answered RaiMan proposed the following answer: Ok, for someone programming Java this should be an easy one: if(s.exists("C://Images//Screen1.png") != null) { } -- You received this que

Re: [Sikuli-driver] [Question #235864]: Exist function in sikuli java API

2013-09-17 Thread Muhammed
Question #235864 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235864 Status: Answered => Solved Muhammed confirmed that the question is solved: Thank you, its solved my problem. Thank you ones again. -- You received this question notification because you are a member

[Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-17 Thread Muhammed
New question #235871 on Sikuli: https://answers.launchpad.net/sikuli/+question/235871 Hai, Can any one please tell me how can i select a value from the combo box (Drop down list). I cant type the string in the combo box , only thing is up and down key as well as mouse movement. -- You receiv

[Sikuli-driver] [Bug 1226671] Re: [1.0.1] IDE: with CommandBar: does not always open first time

2013-09-17 Thread RaiMan
Is the IDE's menu bar available? If yes, what happens if you use the toggle command bar from menu view? (CTRL+L) Any other things, that might help to narrow the cause: multi monitor? ** Summary changed: - Sikuli IDE does not always open first time + [1.0.1] IDE: with CommandBar: does not alway

Re: [Sikuli-driver] [Question #220471]: Sikuli:Issue while selecting Dropdown value with text

2013-09-17 Thread Robin Saunders
Question #220471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220471 Robin Saunders posted a new comment: I am struggling with this issue, too. I am trying to match some text in a pull down menu and then click on that to select it. I have tried matching on a quoted string, for

[Sikuli-driver] [Bug 1226668] Re: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread RaiMan
known problem and on the list ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/235881 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.laun

Re: [Sikuli-driver] [Question #235881]: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread RaiMan
Question #235881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235881 Description changed to: - known problem - workaround according to related bug comment #2 - I've created a Sikuli script

[Sikuli-driver] [Bug 1226668] Re: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread RaiMan
Known problem and documented. Workaround according to comment #2 (thanks Brian ;-) I convert this bug to a question. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1226668 Title: Have to close an

Re: [Sikuli-driver] [Question #220471]: Sikuli:Issue while selecting Dropdown value with text

2013-09-17 Thread RaiMan
Question #220471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220471 Linked to bug: #1224811 https://bugs.launchpad.net/bugs/1224811 "[1.0.1] improvements for text recognition" -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #220471]: Sikuli:Issue while selecting Dropdown value with text

2013-09-17 Thread Robin Saunders
Question #220471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220471 Robin Saunders posted a new comment: Oh, fingers crossed! Thanks for the quick response, will wait to hear back from you! -Original Message- From: boun...@canonical.com [mailto:boun...@canonical.com]

Re: [Sikuli-driver] [Question #235193]: [1.0.x] Script hangs after extended test runs

2013-09-17 Thread DavidL
Question #235193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235193 Status: Answered => Open DavidL is still having a problem: I have now given this a try using v1.0.1 and have handled FindFailed. I see that handling it wont change anything but it lets me see a bit more

Re: [Sikuli-driver] [Question #235193]: [1.0.x] Script hangs after extended test runs

2013-09-17 Thread DavidL
Question #235193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235193 Linked to bug: #235769 https://bugs.launchpad.net/bugs/235769 "Firefox dependencies broken by update" -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #235193]: [1.0.x] Script hangs after extended test runs

2013-09-17 Thread DavidL
Question #235193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235193 Removed link to bug: #235769 https://bugs.launchpad.net/bugs/235769 "Firefox dependencies broken by update" -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #235193]: [1.0.x] Script hangs after extended test runs

2013-09-17 Thread RaiMan
Question #235193 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235193 Status: Open => Answered RaiMan proposed the following answer: --- As I was running this from the IDE, I stopped the run with shift alt c long running scripts should always be run from command line using

Re: [Sikuli-driver] [Question #235894]: sikuli 1.0.1 closing while trying to open .sikuli script

2013-09-17 Thread RaiMan
Question #235894 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235894 Status: Open => Needs information RaiMan requested more information: Could you start the IDE with the option -d and send me the logfile to my mail at https://launchpad.net/~raimund-hocke Any Unicode ch

Re: [Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-17 Thread RaiMan
Question #235879 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235879 Status: Open => Answered RaiMan proposed the following answer: type(Key.SPACE+"x", KeyModifier.ALT) -- You received this question notification because you are a member of Sikuli Drivers, which is an an

[Sikuli-driver] [Bug 1226671] [NEW] Sikuli IDE does not always open first time

2013-09-17 Thread David Adnitt
Public bug reported: Sometimes when open Sikuli IDE the command window will open but Sikuli IDE does not. I have to close the command window and retry starting Sikuli IDE. After about the third time I give up and go into the registry and delete Sikuli -> Ide setting. Once the registry has been

[Sikuli-driver] [Bug 1226668] Re: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread Brian Redmond
To force a reload of an imported module on each run, add a reload statement for the module after the import statement: from sikuli.Sikuli import * from MyModule import * reload(MyModule) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Siku

[Sikuli-driver] [Question #235881]: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread David Adnitt
New question #235881 on Sikuli: https://answers.launchpad.net/sikuli/+question/235881 I've created a Sikuli script which imports functions from another Sikuli script (MyModule). Each time I edit the imported script, I have to close and reopen Sikuli IDE so that the changes take effect. It wou

[Sikuli-driver] [Question #235894]: sikuli 1.0.1 closing while trying to open .sikuli script

2013-09-17 Thread Benjamin Bruffey
New question #235894 on Sikuli: https://answers.launchpad.net/sikuli/+question/235894 I just did a clean install of windows and had been using an older version of sikuli (1.0rc3) I believe. I had all of my .sikuli files saved and ready to be moved back on the the comp after the install was com

[Sikuli-driver] [Question #235899]: Refreshing Phantom Images

2013-09-17 Thread Ross Parrent
New question #235899 on Sikuli: https://answers.launchpad.net/sikuli/+question/235899 I'm running Sikuli IDE 1.0.0 on Win7x64. I have noticed that after having executed a particular program several times, sikuli starts to "expect" or "anticipate" the location of particular regions, even if they

Re: [Sikuli-driver] [Question #235881]: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread RaiMan
Question #235881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235881 RaiMan posted a new comment: known problem and on the list -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1226668] Re: Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread David Adnitt
System: Windows 7 Sikuli IDE 1.0.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1226668 Title: Have to close and reopen Sikuli after editing any imported modules Status in Sikuli: New Bug de

Re: [Sikuli-driver] [Question #220471]: Sikuli:Issue while selecting Dropdown value with text

2013-09-17 Thread RaiMan
Question #220471 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220471 RaiMan posted a new comment: @Robin I got a fix suggestion from someone especially for improvements on small fonts. I will test it the next days and come back. -- You received this question notification bec

[Sikuli-driver] [Bug 1226668] [NEW] Have to close and reopen Sikuli after editing any imported modules

2013-09-17 Thread David Adnitt
Public bug reported: I've created a Sikuli script which imports functions from another Sikuli script (MyModule). Each time I edit the imported script, I have to close and reopen Sikuli IDE so that the changes take effect. It would be a huge time saver if I could compile or have the imported m

[Sikuli-driver] [Question #235879]: Can Sikuli simulate ALT+SPACE+X

2013-09-17 Thread KaMiNsKy
New question #235879 on Sikuli: https://answers.launchpad.net/sikuli/+question/235879 Can Sikuli simulate ALT+SPACE+X? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___ Ma

Re: [Sikuli-driver] [Question #235809]: IDE startup throws: [error] Location: outside any screen

2013-09-17 Thread Boomy Grunt
Question #235809 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235809 Boomy Grunt posted a new comment: I'm also able to add, only moving my taskbar back to the original position didn't fix it. I moved my taskbar (after closing Sikuli-IDE) and later shut down my machine, power

[Sikuli-driver] [Bug 1225871] Re: [request] Want an installer again for Windows instead of using command line setup

2013-09-17 Thread Patrick M Neve
Raimund, I would be glad to test a windows installer as well! patr...@3qilabs.com -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1225871 Title: [request] Want an installer again for Windows inste

Re: [Sikuli-driver] [Question #235769]: Always Prompt: "FindFailed: can not find *.png on the screen"

2013-09-17 Thread max
Question #235769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235769 max posted a new comment: Yes, I can save the script as "test.py", and there is the "*.png" image in test.sikuli folder, -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #235769]: Always Prompt: "FindFailed: can not find *.png on the screen"

2013-09-17 Thread RaiMan
Question #235769 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235769 RaiMan requested more information: Is the script really named *.png? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #235899]: Sikuli not finding what it should --- raise quality of captured images

2013-09-17 Thread RaiMan
Question #235899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235899 Summary changed to: Sikuli not finding what it should --- raise quality of captured images -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact f

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2013-09-17 Thread akbar
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 Status: Open => Answered akbar proposed the following answer: Option1:- Do a click on the list object and then click again by passing the text value of the list option. Last time i used such thing was w

Re: [Sikuli-driver] [Question #235899]: Refreshing Phantom Images

2013-09-17 Thread RaiMan
Question #235899 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235899 Status: Open => Answered RaiMan proposed the following answer: Sikuli always takes a new screenshot as base for the current find operation and repeats this during the given waiting time according to the