[Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
Passed') fp.closed This fails on oening the file with IOError: (13, 'EACCES', 'c:Test_results.txt') sts is the match result. I'm running Windows 7 32 bit as administrator. Any ideas? Regards, Mike -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Answered = Open mike is still having a problem: Thanks for the advice. I tried several variations: fp = open('c:\\Test_results.txt','w') that failed with IOError: (13, 'EACCES', 'c

Re: [Sikuli-driver] [Question #166807]: problem writing results to a file

2011-08-03 Thread mike
Question #166807 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/166807 Status: Answered = Solved mike confirmed that the question is solved: Thanks - works fine. Just my luck to stumble on the only two protected directories !!! -- You received this question notification

[Sikuli-driver] [Question #166826]: IDE changes png file paths

2011-08-03 Thread mike
) It has lost the filename path that I typed in. I guess I can have multiple copies of the files inecah sikuli job. Is there something I'm missing here? Regards, Mike -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
: (mismatched input ',' expecting COLON, ('C:\\Users\\Mike\\AppData\\Local\\Temp\\sikuli-tmp7966962382069001658.py', 61, 30, 'if exists(1312842456395.png), 0):\n')) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
Question #168536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168536 Mike gave more information on the question: This is how i wanted it too be: IF image1 exists repeat from beginning of script, IF image2 exists break and continue to next turn. # --- this loops as long

Re: [Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
Question #168536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168536 Status: Open = Solved Mike 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

Re: [Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
Question #168536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168536 Status: Answered = Open Mike is still having a problem: OK thank you, that's done but now got error on click getLastMatch() [error] Error message: SyntaxError: (mismatched input 'getLastMatch

Re: [Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
Question #168536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168536 Mike gave more information on the question: RaiMan (raimund-hocke) solved my second question about getLastMatch() It was meant to be like this click(getLastMatch(img)) # --- this loops as long as img

Re: [Sikuli-driver] [Question #168536]: Loop script won't work

2011-08-19 Thread Mike
Question #168536 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168536 Status: Open = Solved Mike 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

[Sikuli-driver] [Question #168555]: Help with script

2011-08-19 Thread Mike
New question #168555 on Sikuli: https://answers.launchpad.net/sikuli/+question/168555 Hi all, i need help with my script please! click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( ) wait(3) click( )

Re: [Sikuli-driver] [Question #168555]: Help with script

2011-08-19 Thread Mike
Question #168555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168555 Status: Answered = Open Mike is still having a problem: wait(800, ) Nope it did not come up with error but now changed it to wait(img, FOREVER) if i got this right, it'll wait untill that img shows

Re: [Sikuli-driver] [Question #168555]: Help with script

2011-08-19 Thread Mike
Question #168555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168555 Status: Open = Solved Mike 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

[Sikuli-driver] [Question #168610]: Loop script, tried but can't understand it

2011-08-19 Thread Mike
New question #168610 on Sikuli: https://answers.launchpad.net/sikuli/+question/168610 Really sorry but i am having a hard time understanding the information i have been given and looked up about looping sikuli scripts i am a bit slow and have trouble understanding theory. I have tried many

Re: [Sikuli-driver] [Question #168610]: Loop script, tried but can't understand it

2011-08-19 Thread Mike
Question #168610 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168610 Mike gave more information on the question: I have finally figured it out, got it too loop script and then break if under attack, sorry for being a pain about this today... I have loads i want to do

Re: [Sikuli-driver] [Question #261642]: How to Log all my actions with a Time Stamp

2015-02-04 Thread Mike
Question #261642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261642 Status: Answered = Open Mike is still having a problem: A bit new to this. How exactly do i go about adding this into my code? Would this work if i have scripts executing other scripts? As in would

[Sikuli-driver] [Question #261642]: How to Log all my actions with a Time Stamp

2015-02-03 Thread Mike
New question #261642 on Sikuli: https://answers.launchpad.net/sikuli/+question/261642 Hi, I want to add the ability for Sikuli to LOG all my actions behind the scenes while my script is running. I did some research and found the Command Line Options for both userlogs and logfiles. Just a

Re: [Sikuli-driver] [Question #261642]: How to Log all my actions with a Time Stamp

2015-02-09 Thread Mike
Question #261642 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261642 Status: Answered = Open Mike is still having a problem: I tried to get the UserLogs and ActionLogs working. I spent a good amount of time playing around with it. Not quite sure i understand how

Re: [Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread Mike
Question #266063 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266063 Mike gave more information on the question: Oh, I guess I should mention I don't have a HTMLTestRunner.sikuli, but I'm confused about that part as no setup guide mentions creating that package/folder

[Sikuli-driver] [Question #266063]: ImportError (HTMLTestRunner.sikuli has no HTMLTestRunner.py)

2015-04-28 Thread Mike
New question #266063 on Sikuli: https://answers.launchpad.net/sikuli/+question/266063 Hi there. I was using 1.0.1 on a Mac. I had a script that was previously working with HTMLTestRunner. I upgraded the Mac to Yosemite and encountered the issue which has prompted me to switch to 1.1.0. Now

[Sikuli-driver] [Question #267814]: No such file or directory tesseract opencv

2015-06-05 Thread Mike
New question #267814 on Sikuli: https://answers.launchpad.net/sikuli/+question/267814 I am trying to install SikuliX or Sikuli-1.0.1 on a Redhat machine. I have terreract and opencv along with the other software prereqs. When I execute . makeVisionProxy I get the following. g++:

[Sikuli-driver] [Question #267983]: Build failure - failed to execute goal

2015-06-10 Thread Mike
New question #267983 on Sikuli: https://answers.launchpad.net/sikuli/+question/267983 I am on redhat. I'm having the most difficult time trying to get SikuliX running. I have OenCV and Tesseract, I also have resolved an issue with JXGrabKey. I run mvn clean install this finishes and says

Re: [Sikuli-driver] [Question #267983]: Build failure - failed to execute goal

2015-06-10 Thread Mike
Question #267983 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267983 Status: Answered = Open Mike is still having a problem: unfortunately this did not work. The dialog box still appears but once the install starts it breaks sooner than before. --- Native support

[Sikuli-driver] [Question #267419]: Building Sikuli from Source Tesseract OpenCV Errors

2015-05-26 Thread Mike
New question #267419 on Sikuli: https://answers.launchpad.net/sikuli/+question/267419 I am trying to build Sikuli on 64bit windows from the source code. I have all the prereqs downloaded and installed. Following the directions in build-win32 I run: cmake -G NMake Makefiles -D

Re: [Sikuli-driver] [Question #293847]: How to gracefully interrupt running script when using SwingWorker and JFrame?

2016-05-20 Thread Mike
Question #293847 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293847 Status: Answered => Open Mike is still having a problem: That seems to have helped a bit, but I'm still getting some sort of crash: ***Automation Stuff Should End*** Exception in thread &

[Sikuli-driver] [Question #293847]: How to gracefully interrupt running script when using SwingWorker and JFrame?

2016-05-17 Thread Mike
New question #293847 on Sikuli: https://answers.launchpad.net/sikuli/+question/293847 Thanks to the help provided here I've created a JFrame to allow me more advanced user interaction and a custom control GUI. I only have one issue at this point, once the items runing in doInBackground (BgTask

Re: [Sikuli-driver] [Question #439172]: Automated data extract and external text file logging

2017-01-19 Thread Mike
Question #439172 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/439172 Mike posted a new comment: To extract text, is it not safer to use CTRL-C /CTRL-V if you can (most web site text is clipboard accessible)? Question to Rick: why do you want to extract the data into a log

Re: [Sikuli-driver] [Question #435954]: Finding one of several images in predefined region

2017-01-11 Thread Mike
Question #435954 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/435954 Mike requested more information: Can you clarify: you say you are trying to define a region but then say you want to identify which image is present. So do you know exactly where these images will appear? Do

Re: [Sikuli-driver] [Question #176217]: [HowTo] pronounce Sikuli?

2016-11-30 Thread Mike
Question #176217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/176217 Mike posted a new comment: I've just been watching DrapsTV's videos eg https://www.youtube.com/watch?v=xTTIikzxFfc I thought it should be 'si -coo- licks'. But he says 'si-cooly -ecks' So how should we

[Sikuli-driver] [Question #404515]: Sikulix - How should you say it?

2016-11-30 Thread Mike
New question #404515 on Sikuli: https://answers.launchpad.net/sikuli/+question/404515 I've just been watching DrapsTV's videos eg https://www.youtube.com/watch?v=xTTIikzxFfc I thought it should be 'si -coo- licks'. But he says 'si-cooly -ecks' So how should we pronounce it properly? --

Re: [Sikuli-driver] [Question #404515]: SikuliX - How should you say it?

2016-11-30 Thread Mike
Question #404515 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404515 Status: Answered => Solved Mike confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #431219]: Possible to copy lots of different text to variables?

2017-01-06 Thread Mike
Question #431219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/431219 Status: Open => Answered Mike proposed the following answer: The manual way of doing this is to move the mouse to apple. mouse down, move the mouse to banana then mouse up. You then press CNTR

Re: [Sikuli-driver] [Question #584761]: Is there is any option available to write a CSV file?

2017-03-24 Thread Mike
Question #584761 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/584761 Mike proposed the following answer: Click on Excel (or whatever), wait for it to open, type in Script Pass, File - Save, locate filename field, enter LogFile, etc. With Sikulix it's always a good start

Re: [Sikuli-driver] [Question #587872]: Can you suggest a way to copy contents of excel cell to webpage.

2017-03-24 Thread Mike
Question #587872 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/587872 Mike posted a new comment: SikuliX uses visual recognition features to locate screen fields and then uses keypresses etc to process data. The obvious approach is therefore to mimic how you would do

Re: [Sikuli-driver] [Question #596725]: How to Automate Running Sikuli

2017-03-28 Thread Mike
Question #596725 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/596725 Mike posted a new comment: http://www.thewindowsclub.com/how-to-schedule-batch-file-run- automatically-windows-7 -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #617040]: Set Execution Ordinal for Test Set via Command Line

2017-04-13 Thread Mike
Question #617040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617040 Status: Open => Needs information Mike requested more information: Just for everybody's benefit, what do you mean by 'test ordinal' and what do you mean by' execution appears to happen by ran

Re: [Sikuli-driver] [Question #617173]: Need to click a checkbox against select text, where text is changing frequently

2017-04-13 Thread Mike
Question #617173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/617173 Mike posted a new comment: It seems you want to move through a list that can change its size. You can move using the arrow or tab keys, by moving a fixed offset or trying to locate some known visual

Re: [Sikuli-driver] [Question #669258]: Is there any way to write strings to clipboard from SikuliX script?

2018-05-19 Thread Mike
Question #669258 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/669258 Status: Open => Answered Mike proposed the following answer: SikuliX can write text into any control that accepts text. Then you can CTTRL-C and the text is in your clipboard. Then clear the control

Re: [Sikuli-driver] [Question #670437]: Need some pointers on how to test POS with Sikuli

2018-06-30 Thread Mike
Question #670437 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670437 Status: Open => Answered Mike proposed the following answer: Most likely you need an emulator. It looks like your software is fairly open and uses a web interface. So you may just need to set up a

Re: [Sikuli-driver] [Question #663215]: I want to check whether some text I am giving is there in the window or not How can I wirte code

2018-01-18 Thread Mike
Question #663215 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663215 Status: Open => Needs information Mike requested more information: Are you saying you are entering data into a control and you want to read it back to see if it got entered correctly? Or do you m

Re: [Sikuli-driver] [Question #676721]: Support for Python 3? --- SikuliX uses Jython 2.7 - no version 3 in near future

2018-12-10 Thread Mike
Question #676721 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676721 Mike posted a new comment: You could have a look at Lackey. This aims to emulate SikuliX. With just a brief glance I couldn't see which versions of Python it supports, but you could be... lucky with Lackey

Re: [Sikuli-driver] [Question #676735]: recent changes to Chrome broke most all of my tests

2018-12-11 Thread Mike
Question #676735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676735 Mike posted a new comment: I know it doesn't help but I believe it is Open CV that 'sees the pictures'. Tesseract is used for OCR. Your question however is very interesting. It can be re-phrased as "Ho

Re: [Sikuli-driver] [Question #676846]: i have problem when i try to run my script

2018-12-17 Thread Mike
Question #676846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676846 Mike posted a new comment: runscript feature ;) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #676735]: Chrome: recent changes --- most of my test-pictures no longer useable

2018-12-11 Thread Mike
Question #676735 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676735 Mike posted a new comment: I know we don't know what your applications involve but 800 pictures seems an awful lot. SikuliX examples tend to look for an icon or panel or box etc then look for another one

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Mike posted a new comment: So you said if your program goes over 1500 lines 'it does not work any more'. What actually happens? General question to everyone: is there a 1500 line limit somewhere in SikuliX

Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676456 Mike posted a new comment: OK, thanks. I'll raise this as a new question as the forum doesn't date changes post 'solved' by the looks of it. -- You received this question notification because your team

[Sikuli-driver] [Question #676495]: What limits program size?

2018-11-30 Thread Mike
New question #676495 on Sikuli: https://answers.launchpad.net/sikuli/+question/676495 Charliedaps raised this question: I am under windows 7 and I created a file that contains 1500 lines. It works perfectly but if I add lines, it does not work anymore. He added In fact, I do not have an error

Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-01 Thread Mike
Question #676498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676498 Mike posted a new comment: If you know how to do it in Excel, then why not Cntl-C the contents of the field in which found the search string and Cntl-V the text into Excel?. You can then decide how much

Re: [Sikuli-driver] [Question #676498]: Copy a text after a search

2018-12-02 Thread Mike
Question #676498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676498 Status: Open => Needs information Mike requested more information: I guess what you are saying is you find X but it is not in a field that you can copy and paste. So you want to track forwa

Re: [Sikuli-driver] [Question #679692]: TextRecognizer.doOCR() not giving Expected output

2019-04-01 Thread Mike
Question #679692 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679692 Mike requested more information: If you are using OCR on a web page, how do you know when you've got 300 DPI? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-25 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Mike posted a new comment: If I start a region capture on Screen(0) and drag the mouse onto Screen(1) I get: Exception in thread "AWT-EventQueue-0" java.awt.image.RasterFormatException: (

[Sikuli-driver] [Bug 1817556] Re: [1.1.4] IDE: Toolbar buttons: crash if capture selection is drawn to another screen --- fixed 2019-02-26 build# 211

2019-02-27 Thread Mike
I'm only too pleased to be able to help. The impression I get is you maintain Sikulix almost single-handed and that must involve a lot of work. It would be better if the workload could be spread a bit more. I am currently just a Sikulix beginner but will try and make more contributions as my

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Mike
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Mike posted a new comment: New versions of Excel have enhanced keyboard control. You press ALT and it reveals loads of opportunities. Below is Office 365 on Windows 10. #Create an xlsx copy of an xls

Re: [Sikuli-driver] [Question #678936]: mouseMove to an absolute position on screen

2019-03-04 Thread Mike
Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936 Mike posted a new comment: Apologies Marc, I just tested that code again and it doesn't work on Windows 10 now. It's fine with a region but a location or an image give something like this: [error

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-23 Thread Mike
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Mike posted a new comment: Thanks for your help, guys. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Answered => Open Mike is still having a problem: I can get this to work: r2 = Region(100,100,300,300).offset(500,500) However your code gave me: [error] Error caused by: Traceback (m

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Status: Answered => Solved Mike confirmed that the question is solved: OK - I think I've got an idea of what this is. It actually produces a location that you can therefore feed in as an off

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-23 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Mike posted a new comment: (Sorry - my response overlapped with yours ) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-25 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Mike posted a new comment: It looks to me as though no matter how you draw the rectangle, it will always produce a top-left to bottom-right offset, so for offsets that are to the left, or above the starting

Re: [Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-25 Thread Mike
Question #678739 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678739 Mike posted a new comment: Hi Raiman - completely different: was like: Region(1125,501,156,93).asOffset, now a simple: Offset(156,93). I tried a few permutations and it worked spot on (Windows 10

Re: [Sikuli-driver] [Question #678936]: mouseMove to an absolute position on screen

2019-03-04 Thread Mike
Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936 Mike posted a new comment: More apologies: I see now it works for Take Screenshot ie an image. That makes sense. For a region or location there is no find involved so no lastMatch. For an image there must

Re: [Sikuli-driver] [Question #678936]: mouseMove to an absolute position on screen

2019-03-05 Thread Mike
Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936 Status: Open => Answered Mike proposed the following answer: I'm strictly Windows but normally you would do something like: type("4", Key.SHIFT + Key.CMD) -- You received this question

Re: [Sikuli-driver] [Question #678936]: mouseMove to an absolute position on screen

2019-03-04 Thread Mike
Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936 Mike posted a new comment: Also : do you need to actually move the mouse? If for example you want to click on something, Sikulix will move the mouse for you in order to perform the click action. -- You

Re: [Sikuli-driver] [Question #678936]: mouseMove to an absolute position on screen

2019-03-04 Thread Mike
Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936 Mike posted a new comment: Marc, you can control the mouse in different ways. For example this code moves the mouse to a location and after a while clicks on that screen position. hover(Location(1308, 821

Re: [Sikuli-driver] [Question #678851]: XLSX Handling in Sikuli

2019-02-28 Thread Mike
Question #678851 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678851 Mike posted a new comment: It is an interesting point of discussion. I would guess that openPyXL doesn't do anything that the Excel UI doesn't. As Sikulix can use all the power of the UI then openPyXL

[Sikuli-driver] [Bug 1817556] Re: [1.1.4] IDE: Toolbar buttons: crash if capture selection is drawn to another screen --- fixed 2019-02-26 build# 211

2019-02-26 Thread Mike
Testing for Take Screenshot: - press a toolbar button with a capture/selection feature - all monitors should show a read frame and the capture/selection text >>> Passed - pressing the mouse on one of the monitors will - will still show frame and text on this monitor >>> Failed: As soon as you

Re: [Sikuli-driver] [Question #678844]: switchApp() is no longer functional

2019-02-28 Thread Mike
Question #678844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678844 Mike posted a new comment: On Windows 10 Build #211, with a copy of calc.exe in the Sikuli directory, the following code starts the calc application: switchApp("calc.exe") or a1 = openApp

[Sikuli-driver] [Question #678739]: IDE Offset Button

2019-02-22 Thread Mike
New question #678739 on Sikuli: https://answers.launchpad.net/sikuli/+question/678739 If I press the Offset button I get some code like: Region(1113,792,254,205).asOffset() Where is .asOffset documented? What is the Offset button for? -- You received this question notification because your

[Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-22 Thread Mike
New question #678740 on Sikuli: https://answers.launchpad.net/sikuli/+question/678740 When I press the Show or Show in buttons I get a dialogue box saying 'Nothing to show' What are the Show and Show in buttons for? -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #678740]: IDE Show/Show in Buttons

2019-02-22 Thread Mike
Question #678740 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678740 Status: Answered => Open Mike is still having a problem: Thanks Masuo. If I put the cursor on the start of a line with an image, then it will highlight the image region. That seems to duplic

Re: [Sikuli-driver] [Question #679113]: showMonitors() – what does "None" mean?

2019-03-12 Thread Mike
Question #679113 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679113 Mike posted a new comment: In Windows 10 showMonitors() does not produce 'none'. However the function does have a return value of None. I couldn't find this in the documentation by the way. -- You

Re: [Sikuli-driver] [Question #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
Question #679016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679016 Mike gave more information on the question: >From Wikipedia: Programmers using the Windows API can intercept this key by looking for a WM_KEYDOWN message with wParam VK_APPS (defined as 0x5D in winuse

Re: [Sikuli-driver] [Question #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
Question #679016 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679016 Mike gave more information on the question: Just tried SHIFT F10 and that worked in Explorer so maybe MENU is not so important -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #679003]: [1.1.4] IDE: OCR Tuning

2019-03-07 Thread Mike
Question #679003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679003 Mike posted a new comment: Actually you can get to the Menu dialogue using SHIFT F10 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-06 Thread Mike
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 Mike posted a new comment: Remember Sikulix is a framework for scripting visual interfaces rather than APIs. So rather than trying to use something like smtplib (which doesn't seem to work anyway) why

[Sikuli-driver] [Question #679016]: Feature Request: Key Constant: Menu

2019-03-07 Thread Mike
New question #679016 on Sikuli: https://answers.launchpad.net/sikuli/+question/679016 Could we have a Key Constant for the Windows Menu key? Or, if not, can we call Key with a value? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #679003]: [1.1.4] IDE: OCR Tuning

2019-03-07 Thread Mike
Question #679003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679003 Mike proposed the following answer: In Windows Explorer you can Copy Path. Your script can then read the file path using : pth = Env.getClipboard() You can then manipulate the string in python. Note

Re: [Sikuli-driver] [Question #679012]: send email when script stops at error or finishes

2019-03-07 Thread Mike
Question #679012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679012 Mike posted a new comment: I've not done this personally. You can read about RobotFramework here: sikulix-2014.readthedocs.io/en/latest/scenarios.html Command line switches which might help you capture

Re: [Sikuli-driver] [Question #678481]: App instance changed in 1.1.4 compared to 1.1.2?

2019-02-12 Thread Mike
Question #678481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678481 Mike requested more information: I can't find App.logOn() in the documentation. Can you suggest where we should look for details? -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #678368]: SIkuli Javadoc Version Mismatch 1.1.4

2019-02-05 Thread Mike
Question #678368 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678368 Mike posted a new comment: Dirk, what do you mean by 'very wired framework'? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #678173]: write contents in xlsx

2019-01-31 Thread Mike
Question #678173 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678173 Mike requested more information: Is there documenatation, or any command, that lists what packages are bundled? -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #685902]: Notepad file name *.properties attribute change dynamically

2019-11-17 Thread Mike
Question #685902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685902 Mike posted a new comment: To add to Raiman's point, if you don't specifically want to use surface automation (as with Sikulix) there are many API or Windows based libraries you can use to automate things

Re: [Sikuli-driver] [Question #685902]: Notepad file name *.properties attribute change dynamically

2019-11-16 Thread Mike
Question #685902 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685902 Status: Open => Answered Mike proposed the following answer: Sikulix's special claim to fame is it scripts visual interfaces. So you need to choose visual interfaces. So the first thing is to

Re: [Sikuli-driver] [Question #688038]: buttons in interface

2020-01-27 Thread Mike
Question #688038 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688038 Mike posted a new comment: Raiman, where are you documenting 2.1.0? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #698529]: Do.popup() returns incorrectly

2021-08-26 Thread Mike
New question #698529 on SikuliX: https://answers.launchpad.net/sikuli/+question/698529 This code displays the mouse position until OK is pressed: def locationDisplay(): lcount = 0 while True: lcount+=1 mouseposition = Mouse.at() print mouseposition mslx =

Re: [Sikuli-driver] [Question #698529]: Do.popup() returns incorrectly

2021-08-27 Thread Mike
Question #698529 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698529 Status: Answered => Open Mike is still having a problem: Tried it with the mouse stationery, constantly moving, clicking the mouse, pressing keys. It is running on two screens. I tried runn

Re: [Sikuli-driver] [Question #698529]: Do.popup() returns incorrectly

2021-08-27 Thread Mike
Question #698529 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698529 Mike gave more information on the question: My last comment was, for clarity, using your code. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #698529]: Do.popup() returns incorrectly

2021-08-28 Thread Mike
Question #698529 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698529 Mike posted a new comment: Thanks for investigating. -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

Re: [Sikuli-driver] [Question #700621]: Extracting availability from calendar image

2022-02-18 Thread Mike
Question #700621 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700621 Mike posted a new comment: SikuliX looks for images which could be anywhere. You are not really looking for images but rather the absence of something ie text and coloured backgrounds. Your application

Re: [Sikuli-driver] [Question #700621]: Extracting availability from calendar image

2022-02-18 Thread Mike
Question #700621 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700621 Mike proposed the following answer: @ RaiMan Just checked that and - yes - it gives you numbers for a location. What more could you wish for? I suggest it would be good to add that to the documentation

[Sikuli-driver] [Question #246053]: Sikuli with Maven on OpenSuse 13.1: libdc1394 error: Failed to initialize libdc1394

2014-03-25 Thread Mike S
New question #246053 on Sikuli: https://answers.launchpad.net/sikuli/+question/246053 I've got Sikuli in java project that seems to be working on Windows, however, it doesn't seem to find anything on my OpenSuse 13.1 machine. The only error I see in the logs (other than FindFailed) is

Re: [Sikuli-driver] [Question #246053]: Sikuli with Maven on OpenSuse 13.1: libdc1394 error: Failed to initialize libdc1394

2014-03-25 Thread Mike S
Question #246053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246053 Status: Open = Solved Mike S confirmed that the question is solved: seems to be related to browser java plugin, so this is the wrong forum, please delete. -- You received this question notification

Re: [Sikuli-driver] [Question #246053]: Sikuli with Maven on OpenSuse 13.1:App.open(firefox) doesn't show Java plugin

2014-03-25 Thread Mike S
Question #246053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246053 Summary changed to: Sikuli with Maven on OpenSuse 13.1:App.open(firefox) doesn't show Java plugin Description changed to: I've got Sikuli in java project that seems to be working on Windows, however, it

Re: [Sikuli-driver] [Question #246053]: Sikuli with Maven on OpenSuse 13.1:App.open(firefox) doesn't show Java plugin

2014-03-26 Thread Mike S
Question #246053 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246053 Status: Answered = Solved Mike S 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

Re: [Sikuli-driver] [Question #139304]: Unsatisfied dependency reported by libVisionProxy.so on Ubuntu 10.04

2011-02-18 Thread Mike Phillips
Question #139304 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139304 Mike Phillips posted a new comment: One method is the Personal Package Archive, also known as PPA: https://help.launchpad.net/Packaging/PPA If I can figure that out I will post findings here! Mike On 02

[Sikuli-driver] [Bug 851754] Re: X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac]

2011-11-09 Thread Mike Reynolds
I've had the same problem in that Sikuli just won't load. Didn't work upon uninstall reinstall. However, was able to download and get the Last Build version to work - http://sikuli.org/download.shtml#last- build -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Bug 976352] Re: java crashed with SIGABRT in tesseract::Classify::CharNormClassifier()

2012-04-13 Thread Mike Williamson
of dissecting when it died. mike@sleepycat:~$ sikuli-ide (java:13157): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap, (java:13157): Gtk-WARNING **: Unable to locate theme engine in module_path: pixmap, (java:13157): Gtk-WARNING **: Unable to locate theme engine

[Sikuli-driver] [Bug 585342] Re: [request] IDE shortcut: comment/uncomment a whole block

2012-04-23 Thread Mike Williamson
This would be a great feature for the IDE. Mostly as a way for beginners to discover the multiline comment that Raiman pointed out. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/585342 Title:

[Sikuli-driver] [Question #199367]: How to use hotkeys like CTRL-F for find?

2012-06-04 Thread Mike Widman
New question #199367 on Sikuli: https://answers.launchpad.net/sikuli/+question/199367 I am using Sikuli to automate some things inside of an IDE that has no built-in automation. In a couple of spots, I would like to use hotkey combinations like 'Alt+P' to access a Project menu or 'Ctrl+f' to

Re: [Sikuli-driver] [Question #199367]: How to use hotkeys like CTRL-F for find?

2012-06-04 Thread Mike Widman
Question #199367 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/199367 Status: Open = Solved Mike Widman confirmed that the question is solved: Looks like the information is there in the docs for type([PSMRL], text[, modifiers]). So the command is type(f, KeyModifier.CTRL

  1   2   3   >