[Sikuli-driver] [Question #270562]: Unable to install sikuli in windows 8.1 pro

2015-08-19 Thread Kyle
New question #270562 on Sikuli: https://answers.launchpad.net/sikuli/+question/270562 I downloaded the .jar I placed the jar file into C:\Sikuli\ ran the jar, a message window comes up saying i need to run the runsetup.cmd however, when I run the runsetup.cmd I run into this issue and I haven't f

Re: [Sikuli-driver] [Question #270562]: Unable to install sikuli in windows 8.1 pro

2015-08-19 Thread Kyle
Question #270562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270562 Kyle gave more information on the question: This is what I get when I run the runsetup.cmd in command prompt 'Files' is not recognized as an internal or external command, operable program or

Re: [Sikuli-driver] [Question #270562]: Unable to install sikuli in windows 8.1 pro

2015-08-19 Thread Kyle
Question #270562 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270562 Status: Open => Solved Kyle confirmed that the question is solved: Nevermind After installing the latest version of java, I had to restart the computer and apply any update i need. I ran the .jar

[Sikuli-driver] [Question #288022]: Target Offset changing

2016-03-07 Thread Kyle
New question #288022 on Sikuli: https://answers.launchpad.net/sikuli/+question/288022 I have a method that is calling a click() function. The screenshot I take for this function's input is a red 'x'. Upon first run of this function, it runs as planned. The second time it is run, the mouse ends u

[Sikuli-driver] [Question #295760]: Wrap Alt-Shift-C

2016-06-29 Thread Kyle
New question #295760 on Sikuli: https://answers.launchpad.net/sikuli/+question/295760 I have a script that updates a log file. I've written it in such a way that my script runs indefinitely and the only way to end it is by pressing the Alt-Shift-C. Is there a way to wrap Alt-Shift-C event so tha

Re: [Sikuli-driver] [Question #295760]: Wrap Alt-Shift-C

2016-06-29 Thread Kyle
Question #295760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295760 Kyle 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

Re: [Sikuli-driver] [Question #295760]: Wrap Alt-Shift-C

2016-06-29 Thread Kyle
Question #295760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295760 Status: Answered => Solved Kyle confirmed that the question is solved: I think I'll add a hotkey for CTRL + c instead. Thanks for the suggestion RaiMan. -- You received this question noti

[Sikuli-driver] [Question #296124]: Trying to run SikuliX script through command line using skl file.

2016-07-07 Thread Kyle
New question #296124 on Sikuli: https://answers.launchpad.net/sikuli/+question/296124 I am trying to create an executable that would run my SikuliX script on any computer. So far, I have created a bat file that calls runsikulix.cmd -r file.sikuli. But, I would like for my script to be a lot clea

Re: [Sikuli-driver] [Question #296124]: Trying to run SikuliX script through command line using skl file.

2016-07-08 Thread Kyle
Question #296124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/296124 Status: Needs information => Open Kyle gave more information on the question: 1) I'm running v1.1.0 2) So I have a one-liner bat file, which is a very simple command that I use to run my sc

Re: [Sikuli-driver] [Question #296124]: Trying to run SikuliX script through command line using skl file.

2016-07-09 Thread Kyle
Question #296124 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/296124 Status: Needs information => Open Kyle gave more information on the question: I'll check it out on Monday when I get the chance to use the computer. Thanks! -- You received this question noti

Re: [Sikuli-driver] [Question #697147]: Error connecting SikuliX 2.0.5 to sqlserver using zxJDBC

2021-05-19 Thread Kyle Winmill
Question #697147 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697147 Description changed to: My team at work has been using this below to successfully connect to our database and execute a query for 5 years now: ```load("sqljdbc4-2.0.jar") from com.ziclix.python.sql import z

[Sikuli-driver] [Question #697147]: Error connecting SikuliX 2.0.5 to sqlserver using zxJDBC

2021-05-19 Thread Kyle Winmill
New question #697147 on SikuliX: https://answers.launchpad.net/sikuli/+question/697147 My team at work has been using this below to successfully connect to our database and execute a query for 5 years now: load("sqljdbc4-2.0.jar") from com.ziclix.python.sql import zxJDBC connection = zxJDBC.conn

Re: [Sikuli-driver] [Question #697147]: Error connecting SikuliX 2.0.5 to sqlserver using zxJDBC

2021-05-19 Thread Kyle Winmill
Question #697147 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697147 Description changed to: My team at work has been using this below to successfully connect to our database and execute a query for 5 years now: load("sqljdbc4-2.0.jar") from com.ziclix.python.sql import zxJD

Re: [Sikuli-driver] [Question #697147]: Error connecting SikuliX 2.0.5 to sqlserver using zxJDBC

2021-06-18 Thread Kyle Winmill
Question #697147 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697147 Status: Answered => Solved Kyle Winmill confirmed that the question is solved: Thank you for the response! We did get it connected again with version 2.0.5, just had to remove the load("sqlj

[Sikuli-driver] [Question #268971]: Offline installation

2015-07-07 Thread Kyle Ingram
a the offline method for many computers so please let me know if I am doing the installation wrong or if it is indeed an issue with the installation program. Thank you, Kyle Ingram -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contac

[Sikuli-driver] [Question #200374]: How do you change the app focus when taking a screenshot?

2012-06-13 Thread Kyle VandenLangenberg
New question #200374 on Sikuli: https://answers.launchpad.net/sikuli/+question/200374 So this is probably a simple issue, but I can't seem to get around it. So I want to take a screenshot of something like Firefox, the entire application. Im doing this as a wait command. So I want to start fi

[Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
New question #201012 on Sikuli: https://answers.launchpad.net/sikuli/+question/201012 Okay, So I know this issue has been beaten to death, I apologize for re-asking yet again. Anyway, I have this exact script: def setUp(self): print "in Setup" def tearDown(self): print "in teardown"

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Wasn't sure if I was suppose to hit "just add a comment" or "i still need an answer". As I am still

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-20 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Kyle VandenLangenberg posted a new comment: I checked in .py. Looks fine to me. Naturally, I thought, lets try this again. And I literally copy and pasted the code from this webpage into a new file, saved

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-21 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Thanks for the info RaiMan, your answers are very much appreciated. When I try and run any of my scripts, even the example

Re: [Sikuli-driver] [Question #201012]: Simply Unit Testing not working - or is it me?

2012-06-21 Thread Kyle VandenLangenberg
Question #201012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201012 Kyle VandenLangenberg posted a new comment: Scratch the first part of my question, I worked 12 hours today and its obvious why the command line code wasn't working. I am still curious about the parts

[Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread Kyle VandenLangenberg
New question #201204 on Sikuli: https://answers.launchpad.net/sikuli/+question/201204 Hello, So I am building a large testing procedure using the Sikuli IDE. Right now it is structured like this: class xyz(unittest.TestCase) def ... class abc(unittest.TestCase) def Class 'xy

Re: [Sikuli-driver] [Question #201204]: Skip TestCase based on previous success/failure

2012-06-22 Thread Kyle VandenLangenberg
Question #201204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/201204 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Thanks for the response. I'm a huge novice when it comes to this stuff. So let me see if I get this. To reiterate

[Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
New question #202853 on Sikuli: https://answers.launchpad.net/sikuli/+question/202853 Hello, So I am trying to dragDrop (drag, dropAt) a selection of two files from one open dialogue box in my program to another. I can left-mouse click and drag/drop these files myself (manually with my own mou

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Open Kyle VandenLangenberg is still having a problem: Actually tried that too, no luck. When I manually do the dragDrop, once I mouseDown and start to move the mouse a graphic a

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Open Kyle VandenLangenberg is still having a problem: The command immediately proceeding the drag() operation is a click() on the very same object. -- You received this quest

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Needs information => Open Kyle VandenLangenberg gave more information on the question: Mac OS 10.7.4 Application is DNASTAR SeqBuilder (bioinformatics software). I tried wait times up t

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-11 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Kyle VandenLangenberg gave more information on the question: Here is the section of code: click("fileone.png") click("filetwo.png", KeyModifier.SHIFT) wait(1) hover("bothfiles.pn

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-12 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Status: Answered => Solved Kyle VandenLangenberg confirmed that the question is solved: Thanks, I will get a chance to try this tomorrow and will see if it works. One question, how does the coding

Re: [Sikuli-driver] [Question #202853]: Drag or mouseDown won't grab a selection

2012-07-13 Thread Kyle VandenLangenberg
Question #202853 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/202853 Kyle VandenLangenberg posted a new comment: Thanks for the help, this actually didn't solve the problem - it seems like it may be an issue in my program. I randomly tried something like this though a