Re: [Sikuli-driver] [Question #272012]: How to open multiple word document files

2015-10-08 Thread furni
Question #272012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272012 Status: Answered => Solved furni confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #197283]: How to build sikuli on win32 --- detailed steps?

2015-10-08 Thread RaiMan
Question #197283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197283 RaiMan proposed the following answer: use version 1.1.0, run setup and be happy ;-) http://sikulix.com ... 1.0.1 is no longer supported. -- You received this question notification because your team

Re: [Sikuli-driver] [Question #197283]: How to build sikuli on win32 --- detailed steps?

2015-10-08 Thread leon
Question #197283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197283 leon posted a new comment: Thanks RaiMan for reply, decide to switch to 1.1.0, after a couple days painful work :) -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #157247]: How to check whether directory exists

2015-10-08 Thread RaiMan
Question #157247 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/157247 RaiMan posted a new comment: @Prakash newDir = "newDir" + time.strftime(); # TO ADD NEW DIRECTORY see: http://www.tutorialspoint.com/python/time_strftime.htm -- You received this question notification

Re: [Sikuli-driver] [Question #272186]: double backslashes problem

2015-10-08 Thread RaiMan
Question #272186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272186 Status: Open => Answered RaiMan proposed the following answer: The double \ are only in the printout (according to the need to escape a \ with the escape character \). I guess this is to be prepared for

Re: [Sikuli-driver] [Question #272186]: double backslashes in printed strings --- is by convention (a \ must be escaped with a \ )

2015-10-08 Thread RaiMan
Question #272186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272186 Summary changed to: double backslashes in printed strings --- is by convention (a \ must be escaped with a \ ) -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Bug 1503995] [NEW] [1.1.0] Region.isObserving() should be true immediately after return from observeInBackGround()

2015-10-08 Thread RaiMan
Public bug reported: currently one need to wait for the completion of the threaded observe startup processing to complete: someRegion.observeInBackground() while not someRegion.isObserving: wait(0.3) ** Affects: sikuli Importance: High Assignee: RaiMan (raimund-hocke) Status:

[Sikuli-driver] [Question #272186]: double backslashes problem

2015-10-08 Thread furni
New question #272186 on Sikuli: https://answers.launchpad.net/sikuli/+question/272186 when i write code below , i'm getting the path including double backslashes . How do I get rid of extra backslash? import sys import codecs print sys.path

Re: [Sikuli-driver] [Question #197283]: How to build sikuli on win32 --- detailed steps?

2015-10-08 Thread leon
Question #197283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197283 leon posted a new comment: Though the question was asked long time ago, the link RaiMan posted seems not available. Now I try to build sikuli 1.0.1 on 64-Bit Windows, looking for building reference too,

Re: [Sikuli-driver] [Question #197283]: How to build sikuli on win32 --- detailed steps?

2015-10-08 Thread RaiMan
Question #197283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/197283 RaiMan posted a new comment: sorry for the inconveniences. hope you get what you want now. Come back here for more help. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #272199]: Having trouble working with simple Patterns?

2015-10-08 Thread RaiMan
Question #272199 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272199 Status: Open => Answered RaiMan proposed the following answer: you have to decide for Python or Java ;-) your snippet is neither correct Java nor correct Python! pImage =

Re: [Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-08 Thread Nikki
Question #272000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272000 Status: Answered => Open Nikki is still having a problem: I tried your example above and now i get an error undefined variable: click undefined variable: r Does this mean that I have not setup

Re: [Sikuli-driver] [Question #272000]: How to run sikuli script using eclipse

2015-10-08 Thread RaiMan
Question #272000 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272000 Status: Open => Needs information RaiMan requested more information: please clarify: Java or Python? -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #272199]: Having trouble working with simple Patterns?

2015-10-08 Thread RaiMan
Question #272199 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272199 RaiMan posted a new comment: OK, I feel with you ;-) the SikuliX sample world is really scattered over the net. I am sure during the next months with version 2 I will decide for a better solution. -- You

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-08 Thread RaiMan
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Status: Open => Answered RaiMan proposed the following answer: I have to renew my open-source license for RubyMine to have a look. ... and from comment #1: Since this is some script start problem:

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-08 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Sam posted a new comment: This works exactly how I'd like now. Thanks so much! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-08 Thread Serge
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Serge posted a new comment: Anyway, I will try to check my setup again. Thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-08 Thread Stephen
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Status: Answered => Solved Stephen confirmed that the question is solved: Thanks again for the response's. The important part I had missed was the step to initialize through SikulixForJython. I guess

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-08 Thread Serge
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Serge gave more information on the question: PS I tried require 'sikulix' inside one jirb session twice with LoadError, but third time it looks ok. But in RubyMine I still have [error] JythonSupport: Not

Re: [Sikuli-driver] [Question #272164]: SikuliX on sonatype

2015-10-08 Thread Stephen
Question #272164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272164 Stephen confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #272199]: Having trouble working with simple Patterns?

2015-10-08 Thread Sam
New question #272199 on Sikuli: https://answers.launchpad.net/sikuli/+question/272199 I'm just trying to copy some text, but I need it to click either at the very top of my image or slightly above it. Right now I'm trying to click at the very top of my image to see if that can work. To do so

Re: [Sikuli-driver] [Question #272199]: Having trouble working with simple Patterns?

2015-10-08 Thread Sam
Question #272199 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272199 Status: Answered => Solved Sam confirmed that the question is solved: Sorry, I'm using Python. I was just copying off of the Pattern examples I found which happened to be Java :(. Not the best

Re: [Sikuli-driver] [Question #272170]: [1.1.0] Running JRuby scripts: JythonSupport: Not possible to get a Jython on to the classpath!

2015-10-08 Thread Serge
Question #272170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272170 Status: Needs information => Open Serge gave more information on the question: Thank you very much for answer. I have the same for jirb session in case of old sikulixapi.jar: jruby-1.7.16.1 :002 >

[Sikuli-driver] [Question #272206]: details on Find result

2015-10-08 Thread David ENJOLRAS
New question #272206 on Sikuli: https://answers.launchpad.net/sikuli/+question/272206 in debug mode, we can see that find generate such log : [debug] Region: find: P(RepositoryPath.png) S: 0.7 has appeared at M[434,329 409x188]@S(S(0)[0,0 1280x960]) S:0.81 C:638,423 [687 msec] using : Searched

Re: [Sikuli-driver] [Question #272206]: details on Find result

2015-10-08 Thread RaiMan
Question #272206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272206 Status: Open => Answered RaiMan proposed the following answer: Since Match is a subclass of Region, just use the Region getters to access x, y, width and height. -- You received this question

[Sikuli-driver] [Question #272217]: Sikuli not detecting multiple displays

2015-10-08 Thread Ajani Wormley
New question #272217 on Sikuli: https://answers.launchpad.net/sikuli/+question/272217 I am currently running Sikuli on Windows 7. I seem to be having an issue in which multiple displays are not detected. For example, with 2 monitors: the function getNumberDisplay() == 2 but Screen(0) and

Re: [Sikuli-driver] [Question #272217]: Sikuli not detecting multiple displays

2015-10-08 Thread RaiMan
Question #272217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272217 Status: Open => Answered RaiMan proposed the following answer: using 1.1.0 ? http://sikulix.com -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #272226]: Connect Sikuli whit data base oracle

2015-10-08 Thread Gleybson
New question #272226 on Sikuli: https://answers.launchpad.net/sikuli/+question/272226 Hello, it can creat connect oracle with sikuli? How ? thanks. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272186]: double backslashes in printed strings --- is by convention (a \ must be escaped with a \ )

2015-10-08 Thread furni
Question #272186 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272186 Status: Answered => Open furni is still having a problem: Thanks for answering, Raiman! >The double \ are only in the printout (according to the need to escape a \ >with the escape character \). I

Re: [Sikuli-driver] [Question #272226]: Connect Sikuli whit data base oracle

2015-10-08 Thread Gleybson
Question #272226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272226 Status: Answered => Open Gleybson is still having a problem: RaiMan, thanks . but where I put the folder zxJDBC.jar? -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #272226]: Connect Sikuli whit data base oracle

2015-10-08 Thread Gleybson
Question #272226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272226 Gleybson gave more information on the question: RaiMan, please, can you describe an example of how to develop a script to perform database connection? thanks. -- You received this question notification

Re: [Sikuli-driver] [Question #272226]: Connect Sikuli whit data base oracle

2015-10-08 Thread RaiMan
Question #272226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272226 Status: Open => Answered RaiMan proposed the following answer: as mentioned: the net knows it. -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #272230]: |---1-844-414-4868 +++||| Toll Free QuickBooks Support Number

2015-10-08 Thread amywixen
New question #272230 on Sikuli: https://answers.launchpad.net/sikuli/+question/272230 *QuickBooks*Support*Phone*Numbe 1-844-414-4868}}} @$^&%QuickBooks Technical Support Number Online^%&*$#@$^&% 1-844-414-4868}}} QuickBooks Enterprise Support Number Online 24x7 QuickBooks enterprise

[Sikuli-driver] [Bug 1504386] [NEW] Could not load JIntellitype.dll

2015-10-08 Thread vc15lin
Public bug reported: My system is Win7 64bit After I finished installing sikulixsetup-1.1.0.jar. I run runsikulix.cmd. I will get following log +++ running this Java Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27)

Re: [Sikuli-driver] [Question #272226]: Connect Sikuli whit data base oracle

2015-10-08 Thread RaiMan
Question #272226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272226 Status: Open => Answered RaiMan proposed the following answer: look in the net for Jython jdbc or Java jdbc. the zxJDBC.jar is bundled with version 1.1.0 ready to be imported. -- You received this