Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open => Needs information RaiMan requested more information: What version of Sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer co

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Greg Howell posted a new comment: By the way, when you say "print the dimensions", where will it print it? Does that assume I'm running from command line or something? I'm running the IDE in this case. I do

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Answered => Open Greg Howell is still having a problem: Ah ha. So what happens when I do that is it highlights the same monitor for both Screen(0) and Screen(1). No wonder I was having trouble

Re: [Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread RaiMan
Question #245030 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245030 Status: Open => Answered RaiMan proposed the following answer: Before trying such complex things like observe (btw: not working reliably in RC3 and 1.0.1), you should do some basics. 1. known class name

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread RaiMan
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 RaiMan posted a new comment: many GUI elements have hidden activation keys -this might be the case here. -- You received this question notification because you are a member of Sikuli Drivers, which is an an

[Sikuli-driver] [Question #245030]: Screen(1) doesn't seem to work.

2014-03-05 Thread Greg Howell
New question #245030 on Sikuli: https://answers.launchpad.net/sikuli/+question/245030 Hey, I'm pretty new to Sikuli but am struggling with this multiple monitor thing. I've looked through other posts and didn't quite find an answer. I'm running Windows 7 (maybe that's the problem!) and have a

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Carl confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Siku

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Status: Answered => Solved Carl confirmed that the question is solved: KeyModifier vs KEY? Yes, I did miss that. Option 2 seems to work fine. Option 1 (yes:) is getting a different result. Now the Alt

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread RaiMan
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Status: Open => Answered RaiMan proposed the following answer: depending on wether the alt key has to be held for the z too or not yes: type("vz", KeyModifier.ALT) no: type("v", KeyModifier.ALT); type(

[Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
New question #245021 on Sikuli: https://answers.launchpad.net/sikuli/+question/245021 Hello: I am trying to set the zoom on IE but the following code snippet is failing. I want to set the zoom to 75% so that further searching on the IE browser is simplified and all data I need is on one page wi

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Description changed to: Hello: I am trying to set the zoom on IE but the following code snippet is failing. I want to set the zoom to 75% so that further searching on the IE browser is simplified and all dat

Re: [Sikuli-driver] [Question #245020]: Sikuli sequencer

2014-03-05 Thread RaiMan
Question #245020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245020 RaiMan proposed the following answer: have a look at the Debug.user feature in 1.0.1: *** global settings: Debug.setUserUserLogFile() Settings.UserLogs = true # switch user logging on/off (default on) Settin

Re: [Sikuli-driver] [Question #245020]: Sikuli sequencer

2014-03-05 Thread Carl
Question #245020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245020 Status: Open => Answered Carl proposed the following answer: Would print work for you? #click image1 print "forst comment" click("image1.png") print "click image 1" exists("image2.png") print "check e

[Sikuli-driver] [Question #245020]: Sikuli sequencer

2014-03-05 Thread Marius
New question #245020 on Sikuli: https://answers.launchpad.net/sikuli/+question/245020 I would like to know if it is possible to do something like this: I have a sikuli script which contains both comments and Sikuli functions. An example can be found below: #click image1 click("image1.png"

Re: [Sikuli-driver] [Question #204250]: How to Implement Ctrl+Alt+Del in the ide

2014-03-05 Thread Carl
Question #204250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204250 Carl posted a new comment: For those reading this question, the docs address has changed. Try http://doc.sikuli.org/keys.html#key-constants -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread obiwan-92
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 Status: Open => Answered obiwan-92 proposed the following answer: Hello, Just to be clear, you can put several functions in one file, it will reduce the numbers of import to do. To import with only one

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread Loren Lai
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 Status: Answered => Open Loren Lai is still having a problem: Hello Raiman, first of all thank you very much for your answering :-) It works now !!! :-) Just one more question please ... now, in m

Re: [Sikuli-driver] [Question #244753]: one sikuli file calls the other sikuli file

2014-03-05 Thread obiwan-92
Question #244753 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244753 Status: Open => Answered obiwan-92 proposed the following answer: Hello, Late answer. Put your process login in a function like this : def function(login, pwd): print login print pwd # Some

Re: [Sikuli-driver] [Question #244887]: Condition under if-elif is not working.

2014-03-05 Thread RaiMan
Question #244887 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244887 Status: Needs information => Answered RaiMan proposed the following answer: sorry, I replied, but did not attach anything just resent it -- You received this question notification because you are

Re: [Sikuli-driver] [Question #244887]: Condition under if-elif is not working.

2014-03-05 Thread Atul Desai
Question #244887 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244887 Atul Desai posted a new comment: Hi RaiMan, I've sent you an email with screenshot, did u get it? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer co

Re: [Sikuli-driver] [Question #244689]: Automate Go To Environment Variables Windows 7

2014-03-05 Thread RaiMan
Question #244689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244689 RaiMan posted a new comment: I still do not understand, why you do this with Sikuli. The Windows Powershell has everything you need. -- You received this question notification because you are a member of S

Re: [Sikuli-driver] [Question #244689]: Automate Go To Environment Variables Windows 7

2014-03-05 Thread RaiMan
Question #244689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244689 Status: Open => Answered RaiMan proposed the following answer: yes we can ;-) (tested on Windows XP with SikuliX 1.0.1) *** preps in IDE - new script (save it) - start = - computer = - now go outside

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread RaiMan
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 Status: Open => Answered RaiMan proposed the following answer: this kind of import is only supported starting with version 1.0RC3. But why do you use such an old version. recommended: version 1.0.1 --

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread RaiMan
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 RaiMan proposed the following answer: One more thing: if it works, you must either use import file1 and file1.startApp() or from file1 import * and startApp() -- You received this question notification b

Re: [Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread Loren Lai
Question #245009 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245009 Loren Lai gave more information on the question: I forgot to tell ... I use Sikuli-IDE version 0.10.1 -- You received this question notification because you are a member of Sikuli Drivers, which is an answe

Re: [Sikuli-driver] [Question #244689]: Automate Go To Environment Variables Windows 7

2014-03-05 Thread Learner
Question #244689 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244689 Learner posted a new comment: Any body tried above , to rightClick on "computer popup item" and worked for them ?? -- You received this question notification because you are a member of Sikuli Drivers, whic

Re: [Sikuli-driver] [Question #245008]: pattern matching best practice?

2014-03-05 Thread shaihulud
Question #245008 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245008 Status: Answered => Solved shaihulud confirmed that the question is solved: Thank you so much, this is great information! -- You received this question notification because you are a member of Sikuli D

[Sikuli-driver] [Question #245009]: import library ImportError: No module named library

2014-03-05 Thread Loren Lai
New question #245009 on Sikuli: https://answers.launchpad.net/sikuli/+question/245009 Hi @all, what do I do wrong here? Look, I have 2 files in the same directory (file1.sikuli , file2.sikuli) #in file1.sikuli -- from sikuli import * def startApp(): click(loginButton)

Re: [Sikuli-driver] [Question #245008]: pattern matching best practice?

2014-03-05 Thread RaiMan
Question #245008 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245008 Status: Open => Answered RaiMan proposed the following answer: "good shots" are always matched with a score of >0.95 mostly with 1.0 (= exact match which means >0.99 according to the internally done roun

[Sikuli-driver] [Question #245008]: pattern matching best practice?

2014-03-05 Thread shaihulud
New question #245008 on Sikuli: https://answers.launchpad.net/sikuli/+question/245008 How do I adjust the similarity of the screenshot (pattern) and the actual screen to get the most stable tests? When I adjust the slider for similarity the target image that will be used turns red and other poss