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

2011-10-05 Thread RaiMan
** Description changed: *** this report is a summary of known problems and feature requests + + *** recent status information after release of rc3 see comment #6 The text recognition feature (OCR - Region.text()) together with the possibility to find text in an image is still

Re: [Sikuli-driver] [Question #173277]: import seems not to work

2011-10-05 Thread RaiMan
Question #173277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173277 Status: Open = Answered RaiMan proposed the following answer: @ Linus your solution/question: I found a hidden version of the MSSLib which was running instead of my modified one. Also i found that

Re: [Sikuli-driver] [Question #173277]: traceit

2011-10-05 Thread RaiMan
Question #173277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173277 RaiMan posted a new comment: not a bug -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #173277]: import seems not to work

2011-10-05 Thread RaiMan
Question #173277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173277 Summary changed to: import seems not to work -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #173277]: traceit

2011-10-05 Thread Linus Holmeros
New question #173277 on Sikuli: https://answers.launchpad.net/sikuli/+question/173277 [my code:] import sys virtual = 1 if virtual == 1: myScriptPath = C:\\Documents and Settings\\Administrator\\My Documents\\Dropbox\\Linus\\SikuliLib\\MSSLib.sikuli else: myScriptPath =

[Sikuli-driver] [Bug 865354] Re: traceit

2011-10-05 Thread RaiMan
not a bug ** Changed in: sikuli Status: New = Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/173277 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 865354] Re: traceit

2011-10-05 Thread Linus Holmeros
Thank you for your reply!! I found a hidden version of the MSSLib which was running instead of my modified one. Also i found that the sys.path was growing, even though the path that was checked, already existed. Is this a know problem? -- You received this bug notification because you are a

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-05 Thread RaiMan
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 Status: Open = Answered RaiMan proposed the following answer: This runs perfectly (on my Mac, adapt it to Windows and your situation): - have the Sikuli QA page open - start the script - open one of

Re: [Sikuli-driver] [Question #173277]: import seems not to work

2011-10-05 Thread RaiMan
Question #173277 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173277 RaiMan requested more information: @ Linus No, this should not be. (except for some import error situations in the IDE) Pls. give example. -- You received this question notification because you are a

[Sikuli-driver] [Question #173287]: How do I type() a backslash in Windows?

2011-10-05 Thread Olof Bjarnason
New question #173287 on Sikuli: https://answers.launchpad.net/sikuli/+question/173287 Sikuli X-1.0rc3 (r905) OS: Windows7 Professional. I want to type in a path on a command prompt in Windows 7 using Sikuli (great project btw!). When running this script: type(\\) .. I get this error:

Re: [Sikuli-driver] [Question #173287]: How do I type() a backslash in Windows?

2011-10-05 Thread Olof Bjarnason
Question #173287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173287 Olof Bjarnason gave more information on the question: I've also tried type(Key.SEPARATOR), which seem to be ignored by Sikuli. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #173287]: How do I type() a backslash in Windows?

2011-10-05 Thread RaiMan
Question #173287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173287 Status: Open = Answered RaiMan proposed the following answer: look faq 933 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-05 Thread Beth Griffin
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 Beth Griffin posted a new comment: What is the difference between event.region and event.match? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #173287]: How do I type() a backslash in Windows?

2011-10-05 Thread Harry Readinger
Question #173287 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173287 Harry Readinger posted a new comment: I just tried type(\\) on my windows machine and it worked fine. What type of keyboard are you using? -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-05 Thread RaiMan
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 RaiMan proposed the following answer: --- event.region is the region you are observing observe() # observes Screen(0) reg.observe() # observes the region defined with reg --- event.match just from the docs:

[Sikuli-driver] [Bug 868464] [NEW] [Request][IDE] Option to clean up unused screenshots

2011-10-05 Thread Harry Readinger
Public bug reported: I think it would be very convinient to have an option in the IDE that would Compare all .png's in the script.sikuli directory and the ones actually used in the script, and delete any .png's that are not in use. ** Affects: sikuli Importance: Undecided Status:

[Sikuli-driver] [Bug 868464] Re: [Request][IDE] Option to clean up unused screenshots

2011-10-05 Thread RaiMan
This should already be done when you save a script. Did you observe, it is not the case? If yes, give an example (a zipped .sikuli as attachment here). -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

Re: [Sikuli-driver] [Question #173346]: How can I run an exe file

2011-10-05 Thread Harry Readinger
Question #173346 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173346 Status: Open = Needs information Harry Readinger requested more information: Please post the error message that SIkuli gives you when you try to run your script, That might tell us why the openApp is

[Sikuli-driver] [Question #173368]: how to simulate Key Combinations ( Win Key + D)

2011-10-05 Thread UmaMaheshwarRao
New question #173368 on Sikuli: https://answers.launchpad.net/sikuli/+question/173368 I am new to sikuli . I am trying to get the windows Desktop by pressing the (Windows Key + D ). which function we should use for this combination -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread Harry Readinger
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 Status: Open = Answered Harry Readinger proposed the following answer: it would be type(d, Key.WIN) for windows + D NOTE: you must always put the regular key first, so type(Key.WIN, d) wouldn't work

Re: [Sikuli-driver] [Question #173368]: how to simulate Key Down Combinations ( Win Key + D)

2011-10-05 Thread UmaMaheshwarRao
Question #173368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173368 Status: Answered = Solved UmaMaheshwarRao confirmed that the question is solved: Thanks. It worked. passing the regular key as the first argument works. but instead of Key.WIN I need to pass it as

Re: [Sikuli-driver] [Question #141886]: remote execution in sikuli-x

2011-10-05 Thread Rahul Misra
Question #141886 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/141886 Rahul Misra posted a new comment: I have two questions: 1. I am using ssh demon from cygwin. Does one need to do any specific settings for SSH server? 2. I am using the following command to run sikuli