[Sikuli-driver] [Question #209733]: Sending a wave file to microphone input

2012-09-27 Thread mark
New question #209733 on Sikuli: https://answers.launchpad.net/sikuli/+question/209733 Hello, I am new to Sikuli and I am planning on using this for Automation for a GUI based chat/voice software like Skype. The problem that I have is that there I havent found a way to test speech path between 2

[Sikuli-driver] [Question #207554]: Compare 2 images

2012-09-03 Thread Mark Soriano
New question #207554 on Sikuli: https://answers.launchpad.net/sikuli/+question/207554 how can i compare 2 images to know the different of the 2 picture when i run the sikuli? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Si

[Sikuli-driver] [Question #206512]: remove [info] [messages from startup

2012-08-22 Thread Mark Rowlands
New question #206512 on Sikuli: https://answers.launchpad.net/sikuli/+question/206512 I would like to suppress the messages :- [info] Sikuli Vision Engine loaded [info] Windows utilities loaded [info] VdictProxy engin loaded I have tried setting this Settings.ActionLogs=FALSE Setting

Re: [Sikuli-driver] [Question #202284]: Some General Help For a New Learner :)

2012-07-05 Thread Mark Bergh
Question #202284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202284 Status: Answered => Solved Mark Bergh confirmed that the question is solved: Thanks a lot. I got a long way to go. I appreciate your help :) -- You received this question notification because

Re: [Sikuli-driver] [Question #202284]: Some General Help For a New Learner :)

2012-07-04 Thread Mark Bergh
Question #202284 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202284 Mark Bergh posted a new comment: Hi RaiMan, thanks for the quick answer :) Basically I want the whole thing to last 5 minutes, even if the image doesn't come within 30 seconds. If I'm not mistake

[Sikuli-driver] [Question #202284]: Some General Help For a New Learner :)

2012-07-04 Thread Mark Bergh
New question #202284 on Sikuli: https://answers.launchpad.net/sikuli/+question/202284 Hi Everyone, I just found out about Sikuli yesterday and it's AWESOME but I don't have a lot of experience with Python or any other programming language yet :) I have a pretty simple thing to accomplis

[Sikuli-driver] [Question #200963]: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-20 Thread Mark Donohoe
New question #200963 on Sikuli: https://answers.launchpad.net/sikuli/+question/200963 Using the latest Sikiuli rc3 (r905) on Ubuntu 10.04 take a screen shot appears to work the first time, but no image is inserted into the IDE. This is using FF 13. To reproduce: 1. Launch the Sikuli IDE 2. ins

Re: [Sikuli-driver] [Bug 1013814] Re: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-19 Thread Mark Donohoe
the App.open. In fact I could not get the images recognized even if I had the focus in the correct browser tab. (e.g. click(), etc... for a new user using knowing about wait is really important too. Thanks again for the quick replies. This app is finally given me a reason to use the python I le

Re: [Sikuli-driver] [Bug 1013814] Re: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-15 Thread Mark Donohoe
ode) Hope that helps. --- Mark Donohoe -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1013814 Title: Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work Status in Sikuli: New Bug desc

[Sikuli-driver] [Bug 1013814] [NEW] Take a screen shot on Ubuntu 10.04 SikuliX-1rc3 does not work

2012-06-15 Thread Mark Donohoe
Public bug reported: Using the latest Sikiuli rc3 (r905) on Ubuntu 10.04 take a screen shot appears to work the first time, but no image is inserted into the IDE. This is using FF 13. To reproduce: 1. Launch the Sikuli IDE 2. insert click( 3. Take a screen shot of a button 4. Notice that there is

[Sikuli-driver] [Question #199983]: Right click shortcut cant find click item

2012-06-09 Thread Mark Allen
I've tried just a pic of the single item, I've tried a pic containing 3 items w/ the center being the middle item, still cant get it to work. Is this a Windows displayed region that Sikuli cant find? Thanks, Mark -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #196092]: How to call type(string, bases, dict) instead of type( [PSMRL], text, [modifiers] )

2012-05-05 Thread Mark
Question #196092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196092 Mark posted a new comment: Here's the working code for anyone who's interested def enum(*sequential, **named): enumDict = dict(zip(sequential, range(len(sequential))), **named)

Re: [Sikuli-driver] [Question #196092]: How to call type(string, bases, dict) instead of type( [PSMRL], text, [modifiers] )

2012-05-05 Thread Mark
Question #196092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196092 Status: Answered => Solved Mark confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #196092]: How to call type(string, bases, dict) instead of type( [PSMRL], text, [modifiers] )

2012-05-05 Thread Mark
Question #196092 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196092 Status: Needs information => Open Mark gave more information on the question: I'm talking about Jython (I'm using Sikuli t script in Jython) and it appears that the static, three pa

[Sikuli-driver] [Question #196092]: How to call type(string, bases, dict) instead of type( [PSMRL], text, [modifiers] )

2012-05-04 Thread Mark
New question #196092 on Sikuli: https://answers.launchpad.net/sikuli/+question/196092 The compiler is complaining that my second argument cannot be coerced to a string. How can I tell the compiler to call the other type method? -- You received this question notification because you are a member

[Sikuli-driver] [Bug 993446] [NEW] Modifier keys not working outside of the IDE

2012-05-02 Thread Mark
Public bug reported: I used Raiman's example to call the library directly (on the Mac) as follows: java -d32 -Dpython.path=/Library -jar /Applications/Sikuli- IDE.app/Contents/Resources/Java/sikuli-script.jar $1 Only one thing appears to work differently than within the IDE with: type("a", KeyM

Re: [Sikuli-driver] [Question #188315]: Multi Keystroke Wont Take

2012-05-02 Thread Mark
Question #188315 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188315 Linked to bug: #993446 https://bugs.launchpad.net/bugs/993446 "Modifier keys not working outside of the IDE" -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Bug 891792] [NEW] Sikuli X-1.0rc3 (r905) Crashing Upon Entering Clicks, Take Screenshot or Create Region

2011-11-17 Thread Mark Stephenson
Public bug reported: I'm using the Sikuli X version 1.0rc3 (r905) and running the IDE in Windows XP SP 3 32 bit, with Java 6 Update 29. When I launch Sikuli and attempt to take a screenshot or add anything to the builder, the window appears to crash on me and Sikuli disappears from my desktop. H

[Sikuli-driver] [Bug 891792] Re: Sikuli X-1.0rc3 (r905) Crashing Upon Entering Clicks, Take Screenshot or Create Region

2011-11-17 Thread Mark Stephenson
Revised: I tried reinstalling again and running the Sikuli-IDE JAR executable and the program appears to work. The bug can be closed. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/891792 Title:

[Sikuli-driver] [Question #168519]: Command Line use of Sikuli is slow because of startup time. Can Sikuli be prestarted somehow?

2011-08-19 Thread Mark Micallef
do a particular task but this takes a long time because the visualisation engine is loading, etc. Is there a way for Sikuli to be started before hand and just told to execute a script? Or maybe is there another way to speed things up? Mark -- You received this question notification becaus

Re: [Sikuli-driver] [Question #161594]: FF4 and IE9 window titles missing

2011-06-16 Thread Mark Teixeira
Question #161594 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161594 Status: Answered => Solved Mark Teixeira confirmed that the question is solved: OK, thanks. I found this for IE9: http://sharepointfrank.wordpress.com/2011/03/26/ie9-how-to-enable-title- bar-disp

[Sikuli-driver] [Question #161594]: FF4 and IE9 window titles

2011-06-15 Thread Mark Teixeira
New question #161594 on Sikuli: https://answers.launchpad.net/sikuli/+question/161594 So now that IE9 doesn't seem to have a window title, and FF4 only kinda-sorta has one, does using the window title as the app identifier for the App class still have merit? Is there another/a better way? -- Y

[Sikuli-driver] [Question #140337]: Multi-monitor App.open

2011-01-05 Thread Mark Teixeira
New question #140337 on Sikuli: https://answers.launchpad.net/sikuli/+question/140337 In a multi-monitor setup, would it at all be possible to open an app in Screen(0) and another app in Screen(1)? -- You received this question notification because you are a member of Sikuli Drivers, which is a

Re: [Sikuli-driver] [Question #140198]: PyramidTemplateMatcher warning

2011-01-05 Thread Mark Teixeira
Question #140198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/140198 Status: Answered => Solved Mark Teixeira confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #140198]: PyramidTemplateMatcher warning

2011-01-05 Thread Mark Teixeira
Question #140198 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/140198 Mark Teixeira posted a new comment: "just ignore it" This, I can do. :) FYI, I'm not specifying any regions, but I'm on a 2 monitor setup, so it's probably taking the implied Screen

[Sikuli-driver] [Question #140198]: PyramidTemplateMatcher warning

2011-01-04 Thread Mark Teixeira
New question #140198 on Sikuli: https://answers.launchpad.net/sikuli/+question/140198 I'm getting this (assumed) warning in the console output running my PyUnit tests using Sikuli: PyramidTemplateMatcher: source is smaller than the target Is this something I can/should fix/worry about? -- Y

[Sikuli-driver] [Bug 696101] Re: sikuli-ide.exe doesn't run in mixed 32/64 bit Java environment

2011-01-04 Thread Mark Teixeira
I uninstalled the 64-bit Java JDK and JRE on my system, and sikuli- ide.exe now runs. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/696101 Title: sikuli-ide.exe doesn't run in mixed 32/64 bit Jav

Re: [Sikuli-driver] [Question #139306]: Unable to run Sikuli X on Win7

2011-01-04 Thread Mark Teixeira
Question #139306 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139306 Mark Teixeira posted a new comment: Just verified-- after uninstalling the 64-bit Java JRE and JDKs on my system, the sikuli-ide.exe now runs. You received this question notification because you are a

Re: [Sikuli-driver] [Question #139787]: Could not initialize Finder class (Sikuli X)

2011-01-04 Thread Mark Teixeira
Question #139787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139787 Mark Teixeira 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

Re: [Sikuli-driver] [Question #139787]: Could not initialize Finder class (Sikuli X)

2011-01-04 Thread Mark Teixeira
Question #139787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139787 Status: Open => Solved Mark Teixeira confirmed that the question is solved: I uninstalled my 64-bit Java JRE and JDKs, my 64-bit Eclipse, and installed the 32-bit Eclipse-- seems to be working OK so

Re: [Sikuli-driver] [Question #139306]: Unable to run Sikuli X on Win7

2011-01-03 Thread Mark Teixeira
Question #139306 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139306 Mark Teixeira gave more information on the question: Does Sikuli use 64-bit Java? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #139787]: Could not initialize Finder class (Sikuli X)

2011-01-03 Thread Mark Teixeira
Question #139787 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139787 Status: Answered => Open Mark Teixeira is still having a problem: I've gone through this 3 times just to make sure I've not missed anything, to no avail. I still get the error "No

[Sikuli-driver] [Question #139787]: Could not initialize Finder class (Sikuli X)

2010-12-31 Thread Mark Teixeira
New question #139787 on Sikuli: https://answers.launchpad.net/sikuli/+question/139787 I've been running Jython unit tests with Pydev in Eclipse. After upgrading to Sikuli X, I'm now getting this error: Finding files... ['C:\\Users\\Adam\\eclipseworkspace\\VyewUnitTests\\FFSuiteAll.py'] ... done

Re: [Sikuli-driver] [Question #139306]: Unable to run Sikuli X on Win7

2010-12-31 Thread Mark Teixeira
Question #139306 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139306 Mark Teixeira gave more information on the question: I posted a bug report... but, whoa, Sikuli uses *64-bit* Java? Are you sure? I tried running it with 64-bit Java, but even the .bat didn't work. U

[Sikuli-driver] [Bug 696101] [NEW] sikuli-ide.exe doesn't run in mixed 32/64 bit Java environment

2010-12-31 Thread Mark Teixeira
Public bug reported: 1) Sikuli X 1.0 2) Windows 7 64-bit 3) I need to maintain both 32 and 64 bit Java versions on my machine. sikuli-ide.bat runs just clicking on it, but sikuli-ide.exe fails to run. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug n

Re: [Sikuli-driver] [Question #139306]: Unable to run Sikuli X on Win7

2010-12-30 Thread Mark Teixeira
Question #139306 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139306 Mark Teixeira gave more information on the question: I'm unable to delete my 64bit java, as I need it for Eclipse. As Eclipse's jvm can be specified in it's .ini file, I tried putting the 32

<    1   2