[Sikuli-driver] [Bug 1572860] [NEW] Some of the downloads did not complete

2016-04-21 Thread Stephen Carroll
Public bug reported: Downloading and executing on Macintosh OS X El Capitan 10.11.4 64bit results in: Some of the downloads did not complete successfully. Check the log file for possible causes. sikulixlibsmac-1.1.0.jar sikulixsetupIDE-1.1.0-forsetup.jar sikulixsetupAPI-1.1.0-forsetup.jar jythin

[Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Stephan Timmers
New question #291727 on Sikuli: https://answers.launchpad.net/sikuli/+question/291727 Hi, My idea is to let SikuliX: > start at a point > fill in first number on a list (excel, screenshot, manual input at start of > macro, i dont care) > complete entire macro > end at starting point > fill in

Re: [Sikuli-driver] [Question #291440]: [1.1.0] Mac: images captured with shortcut (shift-cmd-4) are not found --- use SikuliX IDE for capturing

2016-04-21 Thread f
Question #291440 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291440 f posted a new comment: Hello RaiMan, and thanks for the infos I use runsikulix, so I can actually have a cool workflow with just having the "take screenshot" button ready to be clicked, in a corner. My sc

[Sikuli-driver] [Question #291742]: missing part of command line output

2016-04-21 Thread tranquillo
New question #291742 on Sikuli: https://answers.launchpad.net/sikuli/+question/291742 I want to use the program sox for volume statistics of Audiofiles and do on Windows: f:>sox.exe "a.wav" -n stat and get: Samples read:630784 Length (seconds): 2.972154 Scaled by: 21474

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

2016-04-21 Thread Liam Deacon
Question #235183 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235183 Liam Deacon posted a new comment: Hi - I've found a workaround with a subprocess call to xdotool. Try the following Jython code: import subprocess def getActiveWindowName(): return subprocess.Popen(['xd

Re: [Sikuli-driver] [Question #291777]: Can you define a region outside of a function, then use it on that function

2016-04-21 Thread p
Question #291777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291777 Description changed to: Hi still learning Sikuli and im wondering, Can you define a region outside of a function, then use it on that function? i don't want to define it inside function as the region may cha

[Sikuli-driver] [Question #291777]: Can you define a region outside of a function, then use it on that function

2016-04-21 Thread p
New question #291777 on Sikuli: https://answers.launchpad.net/sikuli/+question/291777 Hi still learning Sikuli and im wondering, Can you define a region outside of a function, then use it on that function? i don't want to define it inside function as the region may change EG. r = Region(1625,158

Re: [Sikuli-driver] [Question #291777]: Can you define a region outside of a function, then use it on that function

2016-04-21 Thread Karl
Question #291777 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291777 Status: Open => Answered Karl proposed the following answer: for isn't a function. If you're using a function, you'll need the global keyword if you're changing the region. Regions don't have Mails in

Re: [Sikuli-driver] [Question #291742]: missing part of command line output

2016-04-21 Thread Karl
Question #291742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291742 Status: Open => Needs information Karl requested more information: Can you provide more of your code (i.e. where soxPath comes from)? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Karl
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Open => Answered Karl proposed the following answer: Yes, Sikuli can do this. You have three options to program loops in Sikuli: Python, JavaScript, and Ruby. -- You received this question noti

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Stephan Timmers
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Answered => Open Stephan Timmers is still having a problem: Thanks but this stil leaves me clueless how to insert that piece of code. As I dont know how to write it Op do 21 apr. 2016 om 20:22 sc

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Karl
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Open => Needs information Karl requested more information: You must first pick your scripting language, then you need to start working on something. We can't help with psuedocode. -- You receiv

Re: [Sikuli-driver] [Question #291742]: missing part of command line output

2016-04-21 Thread tranquillo
Question #291742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291742 Description changed to: I want to use the program sox for volume statistics of Audiofiles and do on Windows: f:>sox.exe "a.wav" -n stat and get: Samples read:630784 Length (seconds): 2.972

Re: [Sikuli-driver] [Question #291742]: missing part of command line output

2016-04-21 Thread tranquillo
Question #291742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291742 Description changed to: I want to use the program sox for volume statistics of Audiofiles and do on Windows: f:>sox.exe "a.wav" -n stat and get: Samples read:630784 Length (seconds): 2.972

Re: [Sikuli-driver] [Question #291742]: missing part of command line output

2016-04-21 Thread tranquillo
Question #291742 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291742 tranquillo posted a new comment: Thank you Karl for your answer, i update the question with small bits of information more about the pathes. But i think, the pathes are OK, because i try with wrong pathes a

Re: [Sikuli-driver] [Question #291544]: ImportError: No module named sikuli.Sikuli

2016-04-21 Thread romit
Question #291544 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291544 Status: Answered => Open romit is still having a problem: system linux version 1.0.1 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread tranquillo
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Needs information => Answered tranquillo proposed the following answer: I would do this in python by using die csv module. You have to export your list to csv at first. http://stackoverflow.com/

Re: [Sikuli-driver] [Question #291727]: Is it possible let SikuliX work a list of numbers?

2016-04-21 Thread Stephan Timmers
Question #291727 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291727 Status: Answered => Solved Stephan Timmers confirmed that the question is solved: Thanks alot, my apologies for not pre-writing a piece of script guys. First time here. I will try to use this and if i f