[Sikuli-driver] [Question #233300]: Rebuild Sikuli-Script.jar file from source

2013-07-31 Thread Dhananjay Nagawade
New question #233300 on Sikuli: https://answers.launchpad.net/sikuli/+question/233300 Hello There, I want to rebuild Sikuli-Script.jar File and do have Source code of this file. Actually I want to add my HTML REPORT code in Source of sikuli-script. Please guide me..! -- You received this

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread RaiMan
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Status: Answered = Solved RaiMan changed the question status: He got it ;-) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #233300]: Rebuild Sikuli-Script.jar file from source

2013-07-31 Thread RaiMan
Question #233300 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233300 Status: Open = Needs information RaiMan requested more information: Bad habit to not comment answered questions and just post the same question again. What Sikuli are we talking about? RC3 or 1.0.0?

Re: [Sikuli-driver] [Question #233292]: Does sikuli support pinch function?

2013-07-31 Thread obiwan-92
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Status: Open = Answered obiwan-92 proposed the following answer: Hi ! If I'm correct, you need to use wheel function like this : wheel(psmrl, WHEEL_UP, 5) # Zoom in wheel(psmrl, WHEEL_DOWN, 5) # Zoom

Re: [Sikuli-driver] [Question #233046]: IDE and Multiple Monitors

2013-07-31 Thread RaiMan
Question #233046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233046 Status: Open = Answered RaiMan proposed the following answer: --1. thanks for feedback . --2. Sikuli-API ... Sikuli-Slides It seems you are talking about Sikuli Java API

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread RaiMan
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Summary changed to: How to make zoom-in/zoom-out on Google maps? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #233161]: Click in a function

2013-07-31 Thread obiwan-92
Question #233161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233161 Status: Open = Answered obiwan-92 proposed the following answer: Hi ! -- First : for call your function, replace HitPrint.HitPrint by HitPrint.HitPrint() --Secondly : In module HitPrint.sikuli, add

Re: [Sikuli-driver] [Question #232999]: Read the word from the flex web page and click on that

2013-07-31 Thread obiwan-92
Question #232999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232999 Status: Open = Answered obiwan-92 proposed the following answer: Hi. The function s.click(click me); use OCR Tesseract who have a lot of problem in sikuli. (It's why it is disable by default) You have

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread alicewang
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Status: Answered = Open alicewang is still having a problem: Yeah, i understand ,if the target is the PC screen ,yeah ,it works .my target is the phone screen which show on the pc according the adb

Re: [Sikuli-driver] [Question #233161]: Click in a function

2013-07-31 Thread RaiMan
Question #233161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233161 RaiMan posted a new comment: @obiwan-92 Thanks for your valuable contributions. Only to clarify: In any Jython module (imported Sikuli scripts in the end are Python/Jython modules), where you want to use

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread RaiMan
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Status: Open = Answered RaiMan proposed the following answer: hover(target) # moves mouse to drag start point mouseDown() # press and hold left button mouseMove(target1) # make a drag to target1

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread jaloveczki péter
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Status: Solved = Open jaloveczki péter is still having a problem: Is there a workaround for this though? Lets say I want to invoke this aera selection aftera button is pressed? -- You received this

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread obiwan-92
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 obiwan-92 proposed the following answer: Hi. Sorry, I didn't undestand it was for a phone. Well, I'm not an expert on how work google map on phone. But try this : mouseDown(Button.LEFT) dragDrop(PSMRL,

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread RaiMan
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Status: Open = Needs information RaiMan requested more information: Workaround for what? You said it works? Might be helpful if you paste a principal (stripped-down to the essence) version of your

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread obiwan-92
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Status: Open = Needs information obiwan-92 requested more information: Why exactly ? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #227953]: How to type Windows key + 'd' on Windows 8

2013-07-31 Thread obiwan-92
Question #227953 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227953 Status: Open = Answered obiwan-92 proposed the following answer: Hi. I don't have Windows 8 but, with no click, try this : hover(Region(SCREEN.getBounds()).getBottomRight()) # display the charm bar

Re: [Sikuli-driver] [Question #227953]: How to type Windows key + 'd' on Windows 8

2013-07-31 Thread RaiMan
Question #227953 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227953 RaiMan proposed the following answer: Key.WIN is buggy in RC3 and and still in 1.0.0. will work with 1.0.1 (coming in a few days ;-) -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread RaiMan
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 RaiMan requested more information: What about solution from comment #3? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread jaloveczki péter
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 jaloveczki péter posted a new comment: My current problem is that I can get it to work in a stripped down class with a main method (like in your example), BUT I can't get it to work when I call the same

Re: [Sikuli-driver] [Question #233300]: Rebuild Sikuli-Script.jar file from source

2013-07-31 Thread Dhananjay Nagawade
Question #233300 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233300 Status: Needs information = Open Dhananjay Nagawade gave more information on the question: I am talking about Sikuli 1.0.0. I am using your Sikuli-Script.jar file with my sikuli Script written in JAVA.

Re: [Sikuli-driver] [Question #233244]: Want some integrated HTML reporting with click and other methods

2013-07-31 Thread RaiMan
Question #233244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233244 Status: Answered = Solved RaiMan changed the question status: This now is a request for new feature. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #233161]: Click in a function

2013-07-31 Thread a.c.leem...@gmail.com
Question #233161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233161 Status: Answered = Solved a.c.leem...@gmail.com confirmed that the question is solved: ObiWan, thank yiou that worked, RaiMan, you explanation makes things clear. thank you. My background is more C++

Re: [Sikuli-driver] [Question #233244]: [request] Want some integrated HTML reporting with click and other methods

2013-07-31 Thread RaiMan
Question #233244 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233244 Summary changed to: [request] Want some integrated HTML reporting with click and other methods -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread RaiMan
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Status: Needs information = Answered RaiMan proposed the following answer: I confirm this situation: It is not possible, to present the transparent overlay window as it should be, when selectRegion()

[Sikuli-driver] [Question #233257]: Status of bug #1206879 changed to 'In Progress' in Sikuli

2013-07-31 Thread RaiMan
Bug #1206879 status changed in Sikuli: New = In Progress https://bugs.launchpad.net/sikuli/+bug/1206879 [1.0] Java: Screen.selectRegion()/userCapture() hang, when used in JFrame/JButton handler This bug is linked to #233257. [1.0] Windows: Java: Screen.selectRegion() hangs

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs

2013-07-31 Thread RaiMan
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Linked to bug: #1206879 https://bugs.launchpad.net/bugs/1206879 [1.0] Java: Screen.selectRegion()/userCapture() hang, when used in JFrame/JButton handler -- You received this question

[Sikuli-driver] [Bug 1206879] Re: [1.0] Java: Screen.selectRegion()/userCapture() hang, when used in JFrame/JButton handler --- must be outside the handler

2013-07-31 Thread RaiMan
Something like this works: *** implement your own wait for something happens loop. package org.sikuli.testselectregion; import java.awt.Container; import java.awt.event.ActionEvent; import java.beans.PropertyChangeListener; import javax.swing.Action; import javax.swing.BoxLayout; import

[Sikuli-driver] [Bug 1206879] [NEW] [1.0] Java: Screen.selectRegion()/userCapture() hang, when used in JFrame/JButton handler --- must be outside the handler

2013-07-31 Thread RaiMan
Public bug reported: What I am trying to accomplish is to select an area on the screen with the mouse (outside of the may frame) and get the resulting region coordinates using Sikuli. The code that should do this looks is below: Screen screen = Screen.getPrimaryScreen(); Region region =

[Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
New question #233321 on Sikuli: https://answers.launchpad.net/sikuli/+question/233321 I am trying to automate a desktop application. The screen I am stuck up with has a around 5 checkboxes, one below the other. I am trying Sikuli to recognize a specific checkbox and click on the same. This is

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread RaiMan
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Open = Needs information RaiMan requested more information: pls. paste the relevant code currently used (really: just copy paste it!) -- You received this question notification because you

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs when used in JFrame button handler

2013-07-31 Thread jaloveczki péter
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 jaloveczki péter posted a new comment: Thank you for your confirmation and the workaround. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #233257]: [1.0] Windows: Java: Screen.selectRegion() hangs when used in JFrame button handler

2013-07-31 Thread RaiMan
Question #233257 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233257 Status: Answered = Solved RaiMan changed the question status: is a bug now -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Needs information = Open mach81 gave more information on the question: Region(613,580,166,23) click(1375270632896.png) -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread RaiMan
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Open = Needs information RaiMan requested more information: You said, you are searching for some checkbox text (guess right of the check boxes). This code pls. too. -- You received this

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Needs information = Open mach81 gave more information on the question: I am not searching for the text but using the Region function to restrict Sikuli to searching only the checkbox which is

Re: [Sikuli-driver] [Question #233321]: Identify specific checkbox

2013-07-31 Thread mach81
Question #233321 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233321 Status: Answered = Solved mach81 confirmed that the question is solved: This solves my problem. Thanks a lot for your help -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-07-31 Thread Sunil
New question #21 on Sikuli: https://answers.launchpad.net/sikuli/+question/21 Hello there, I've been trying to parse an xml file and write selected nodes to a text file. If I run the script from within Sikuli IDE, everything works fine. The run produces expected xmltest.txt file into

Re: [Sikuli-driver] [Question #233046]: IDE and Multiple Monitors

2013-07-31 Thread juillarr
Question #233046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233046 juillarr posted a new comment: On the dual monitor Ubuntu Linux system, selection of a screen does not occur. Only one screen gets greyed out. I can force it to the other screen via a script and the focus

Re: [Sikuli-driver] [Question #233046]: IDE and Multiple Monitors

2013-07-31 Thread RaiMan
Question #233046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233046 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #233046]: IDE and Multiple Monitors

2013-07-31 Thread RaiMan
Question #233046 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233046 RaiMan posted a new comment: Thanks for feedback. I will check that the next days. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-07-31 Thread RaiMan
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 Status: Open = Answered RaiMan proposed the following answer: This worked for me in all cases: from xml.dom.minidom import parseString xml = '?xml version=1.0?testtag1nodeVALUE/node/tag1/test' dom =

Re: [Sikuli-driver] [Question #232999]: Read the word from the flex web page and click on that

2013-07-31 Thread Divesh Pathak
Question #232999 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232999 Status: Answered = Open Divesh Pathak is still having a problem: Thanks for your Reply. But how to work with line. Thanks and Regards Divesh Pathak On Wed, Jul 31, 2013 at 1:26 PM, obiwan-92

[Sikuli-driver] [Question #233355]: Capture does not seem to capture the correct region in dual monitor environment

2013-07-31 Thread Sleek
New question #233355 on Sikuli: https://answers.launchpad.net/sikuli/+question/233355 Hi, I have been using Sikuli for 2 years and I just started using the new Sikuli API for Mac. I noticed that using capture(region) does not seem to work correctly with dual monitor setup. Just wanted to find

Re: [Sikuli-driver] [Question #233355]: Capture does not seem to capture the correct region in dual monitor environment

2013-07-31 Thread Sleek
Question #233355 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233355 Sleek posted a new comment: Incase it makes a difference. I am using interactive jython session from the command line. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #233292]: How to make zoom-in/zoom-out on Google maps?

2013-07-31 Thread alicewang
Question #233292 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233292 Status: Needs information = Open alicewang gave more information on the question: Hi All, Sorry for the Equation of Time. #3 , i am sorry to say that it is still not work ,from the screen ,it just did

Re: [Sikuli-driver] [Question #233331]: No parsers found error when running from command line

2013-07-31 Thread Sunil
Question #21 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/21 Status: Answered = Open Sunil is still having a problem: Thanks, RaiMan. I hope, you also tried it with a separate test.xml file rather than defining xml tags into the sikuli script itself. Also it's