Re: [Sikuli-driver] [Question #244209]: Can I run IDE for 1.1.0 on same workstation as 1.0.1?

2014-02-19 Thread RaiMan
Question #244209 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244209 Status: Open = Answered RaiMan proposed the following answer: Yes we can ;-) ... at least in all cases where you use SikuliX in one of the standard ways - running the IDE using the provided run scripts

Re: [Sikuli-driver] [Question #235871]: Selecting a value from combo box

2014-02-19 Thread anupama kapoor
Question #235871 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235871 anupama kapoor proposed the following answer: Hello, I faced the same problem. I also have a combo box with list of countries. I cannot select one from list of many. But my combo box helped me by selecting

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread RaiMan
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Status: Open = Needs information RaiMan requested more information: what -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #244224]: Usage of dictionary/arrays

2014-02-19 Thread RaiMan
Question #244224 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244224 Status: Needs information = Answered RaiMan proposed the following answer: The only thing, that is done in your def is declaring LOCALLY a dictionary named details. So this dictionary is not known

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread Sikulipro
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Sikulipro posted a new comment: We have an area Signature Canvas where we can draw a signature, so can we do a mouse action in sikuli i tried drag and drop but not useful, we need something like which can

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread RaiMan
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 RaiMan requested more information: can you do it manually? How does it work then? what exactly means write a signature with mouse -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread obiwan-92
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Status: Needs information = Answered obiwan-92 proposed the following answer: Hello. try this : hover(Location(x, y)) mouseDown(Button.LEFT) # Begin to write your signature hover(Location(x, y))

Re: [Sikuli-driver] [Question #244178]: How to pair AutoIT with Sikuli. i am new to this Sikuli. Please help me

2014-02-19 Thread kiran maroju
Question #244178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244178 Status: Needs information = Open kiran maroju gave more information on the question: OCR in Sikuli is not that much reliable. So i would like extract text from the screen by pairing AutoIT in Sikuli --

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread Sikulipro
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Status: Answered = Open Sikulipro is still having a problem: thanks Obiwan, but i am new in sikuli please tell me how to get x and y,   From: obiwan-92

Re: [Sikuli-driver] [Question #165137]: Using multiple screenshots inside exists()

2014-02-19 Thread Sami Keränen
Question #165137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/165137 Sami Keränen posted a new comment: Hi, First post ever. But related to the first one. I have used following syntax when there is multiple images to use and there is no need for infinite waiting: if

[Sikuli-driver] [Question #244234]: Ho to copy multiple words

2014-02-19 Thread Sikulipro
New question #244234 on Sikuli: https://answers.launchpad.net/sikuli/+question/244234 We can duuble click and copy a word but hot to copy mutiple words like now i can copy :- SikuliTest I want to copy :- SikuliTest Tool is User Friendlyi want to copy the entire sentence and would like to

Re: [Sikuli-driver] [Question #244234]: Ho to copy multiple words

2014-02-19 Thread RaiMan
Question #244234 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244234 Status: Open = Answered RaiMan proposed the following answer: With things like that, you just have to simulate with the respective Sikuli features what you are doing manually. -- You received this

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread Sikulipro
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Status: Open = Solved Sikulipro confirmed that the question is solved: thanks obiwan . -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #244178]: How to pair AutoIT with Sikuli. i am new to this Sikuli. Please help me

2014-02-19 Thread obiwan-92
Question #244178 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244178 Status: Open = Answered obiwan-92 proposed the following answer: Hum... I didn't know that AutoIT have an OCR. I believe it was just working with the windows alias. Well, I have no idea how I can help

Re: [Sikuli-driver] [Question #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread obiwan-92
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 obiwan-92 posted a new comment: You're welcome. I suppose that's mean you find the answer on your own. ;-) For the others in the same case who asking the same question, x and y are the coordonate to reach.

[Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

2014-02-19 Thread sarab
New question #244247 on Sikuli: https://answers.launchpad.net/sikuli/+question/244247 I am trying to capture image of webpage with scrollbars. I am wondering if this is possible with Sikuli. I was able to do this using js library called html2canvas(https://github.com/niklasvh/html2canvas). it

Re: [Sikuli-driver] [Question #244247]: capture image of web page with scrollbar

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

Re: [Sikuli-driver] [Question #244224]: Usage of dictionary/arrays

2014-02-19 Thread Sudha
Question #244224 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244224 Status: Answered = Solved Sudha confirmed that the question is solved: Thanks Raiman. my problem is solved. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: Excuse me, will this be in the plan of next release? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?

2014-02-19 Thread Parn Yin
New question #244266 on Sikuli: https://answers.launchpad.net/sikuli/+question/244266 Sikuli has functions like Env.getOS() and Env.getOSVersion(). But can it distinguish 32bit windows from 64bit please? If it can't so far, excuse me, is there a way to use Jython or Java to do it? It seems the

Re: [Sikuli-driver] [Question #234119]: How to use switchApp() to check whether a specified is opened or not

2014-02-19 Thread Parn Yin
Question #234119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234119 Summary changed to: How to use switchApp() to check whether a specified is opened or not -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #244269]: Can Sikuli IDE add a new setting for changing storing method?

2014-02-19 Thread Parn Yin
New question #244269 on Sikuli: https://answers.launchpad.net/sikuli/+question/244269 As we know, Sikuli IDE stores the codes and the screenshots under the same sikuli source folder(*.sikuli). Besides, SIkuli IDE can only open the *.sikuli folders. Can we add a setting for changing the storing

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2014-02-19 Thread Parn Yin
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Parn Yin gave more information on the question: The linked bug # 1225871 was closed. For those who knows computer well, using sikulixsetup.jar is perfect. For those who don't have much knowledge of

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread RaiMan
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 RaiMan posted a new comment: yes, new version under development (1.1.0-Beta1) will have the Jython 2.7beta1. I am a little ;-) behind with the new version, but the Beta1 will be available before end of

Re: [Sikuli-driver] [Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?

2014-02-19 Thread RaiMan
Question #244266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244266 Status: Open = Answered RaiMan proposed the following answer: in Java String osarch = System.getProperty(os.arch); in Jython osarch = java.lang.System.getProperty(os.arch); -- You received this

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: Thank you very much, RaiMan! Don't worry and take it easy ! ^_^ From the home page of Sikuli I knew that it seems now Sikuli is maintained and further developed only by you,

[Sikuli-driver] [Bug 1225871] Re: [request] Want an installer again for Windows instead of using command line setup

2014-02-19 Thread RaiMan
** Changed in: sikuli Milestone: 1.1.0 = None -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1225871 Title: [request] Want an installer again for Windows instead of using command line setup

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2014-02-19 Thread RaiMan
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Status: Open = Answered RaiMan proposed the following answer: No, there will not be an installer again, because - there is no need, since you are running the sikulixsetup.jar from the directory where

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread RaiMan
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 RaiMan posted a new comment: Thanks for feedback and I know about your willingness to help. *** Don't worry and take it easy ! Oh yes, be assured, I do that ;-) *** now Sikuli is maintained and further

Re: [Sikuli-driver] [Question #244269]: Can Sikuli IDE add a new setting for changing storing method?

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

Re: [Sikuli-driver] [Question #244269]: Can Sikuli IDE add a new setting for changing storing method?

2014-02-19 Thread RaiMan
Question #244269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244269 Linked to bug: #1282399 https://bugs.launchpad.net/bugs/1282399 [request] want an option to save plain script file (.py, .rb, ...) -- You received this question notification because you are a

[Sikuli-driver] [Question #244271]: About 1.1.0 release of Sikuli

2014-02-19 Thread Badarinarayan
New question #244271 on Sikuli: https://answers.launchpad.net/sikuli/+question/244271 I could not find the release deliverable, specifically the jar files, on launchpad of Sikuli 1.1.0. The website said that the timeline is January 2014. Is the release 1.1.0 done yet? Please point the

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: I see. Thanks again! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #244269]: Can Sikuli IDE add a new setting for changing storing method?

2014-02-19 Thread RaiMan
Question #244269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244269 Status: Open = Answered RaiMan proposed the following answer: good idea - yes I will add that. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

[Sikuli-driver] [Bug 1282399] [NEW] [request] IDE: want an option to save/open plain script file (.py, .rb, ...)

2014-02-19 Thread RaiMan
Public bug reported: *** BE AWARE *** using this option will strip any automatic support for image/screenshot handling. You are fully responsible for that yourself (using ImagePath will help) --- As we know, Sikuli IDE stores the

Re: [Sikuli-driver] [Question #244271]: About 1.1.0 release of Sikuli

2014-02-19 Thread RaiMan
Question #244271 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244271 Status: Open = Answered RaiMan proposed the following answer: I am still busy with development. A ready to use 1.1.0-Beta1 will be available before end of February. Meanwhile you might check the new

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2014-02-19 Thread Parn Yin
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Status: Answered = Solved Parn Yin 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 #244228]: how to write signature with mouse in sikuli

2014-02-19 Thread Sikulipro
Question #244228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/244228 Sikulipro posted a new comment: thanks obiwan, thats really usefully and we could draw it using only hover also, thanks really. -- You received this question notification because you are a member of Sikuli