[Sikuli-driver] [Question #294505]: Any workaround to loading win32api or win32gui modules?

2016-05-27 Thread Tom Hinds
New question #294505 on Sikuli: https://answers.launchpad.net/sikuli/+question/294505 Hi Folks, I know this is not Sikuli specific and I've seen others ask similar questions over the years without a solution. I thought I'd re-ask in case someone had found a workaround, or now that we're using a

Re: [Sikuli-driver] [Question #294731]: Counter or notification pop-up

2016-06-02 Thread Tom Hinds
Question #294731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294731 Tom Hinds posted a new comment: Some of my regression scripts take several hours to run, so I rely on Sikuli's Logging a lot. http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=lo

[Sikuli-driver] [Question #221638]: GUI front end to select functions to run?

2013-02-11 Thread Tom Hinds
New question #221638 on Sikuli: https://answers.launchpad.net/sikuli/+question/221638 Hi Folks, Mostly new to Sikuli. I've been using Sikuli and Python to help with acceptance scripts. Some simple stuff like verifying data entry and comparing report output across multiple version of our softwar

[Sikuli-driver] [Question #227504]: Class file not updating?

2013-04-25 Thread Tom Hinds
New question #227504 on Sikuli: https://answers.launchpad.net/sikuli/+question/227504 I've been playing with Sikuli for about 6 months and haven't run into this problem before. One of my scripts populate a list of data. An older version of my script created three items (like One, Two, Three); I

Re: [Sikuli-driver] [Question #227504]: Class file not updating?

2013-04-26 Thread Tom Hinds
Question #227504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227504 Status: Answered => Open Tom Hinds is still having a problem: Hi RaiMan, Thanks for the reply. I always run the scripts from the IDE. I have a master script the calls all other scripts (there are o

Re: [Sikuli-driver] [Question #227504]: Class file not updating?

2013-04-26 Thread Tom Hinds
Question #227504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227504 Status: Needs information => Open Tom Hinds gave more information on the question: The main file imports the other files: ex: import createCategories so I've got about 30 imports in a row

Re: [Sikuli-driver] [Question #227504]: Class file not updating?

2013-04-26 Thread Tom Hinds
Question #227504 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/227504 Status: Answered => Solved Tom Hinds confirmed that the question is solved: > for e in sys.path: print e > check, wether one of the listed folders contains the old stuff. Great sugge

[Sikuli-driver] [Question #228228]: Should I post beta questions?

2013-05-05 Thread Tom Hinds
New question #228228 on Sikuli: https://answers.launchpad.net/sikuli/+question/228228 Hi RaiMan, I'm using r930 at work and I wanted to try the new SikuliX-IDE 1.0 beta at home with those same scripts. During playback I'm noticing some differences. Should I post them in the forum, or is it too

[Sikuli-driver] [Question #228310]: X-Beta: TYPE command not translating graphics?

2013-05-06 Thread Tom Hinds
New question #228310 on Sikuli: https://answers.launchpad.net/sikuli/+question/228310 HI RaiMan, I'm running a script in the X-Beta that was created in r930. I'm using the TYPE command to locate and click an image on the UI (a text box) and then type in some text. So in the X-Beta IDE the line l

[Sikuli-driver] [Question #228345]: IDE Feature Request - Commenting out code?

2013-05-07 Thread Tom Hinds
New question #228345 on Sikuli: https://answers.launchpad.net/sikuli/+question/228345 Hi RaiMan, My main .sikuli script calls many other .sikuli scripts. If I'm focusing on a only couple areas, I manually comment out large groups of tests on the fly. It would be great to be able to highlight b

Re: [Sikuli-driver] [Question #228345]: IDE Feature Request - Commenting out code?

2013-05-07 Thread Tom Hinds
Question #228345 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228345 Status: Answered => Solved Tom Hinds confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #228228]: Should I post beta questions?

2013-05-07 Thread Tom Hinds
Question #228228 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228228 Status: Answered => Solved Tom Hinds confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

[Sikuli-driver] [Question #228369]: X-Beta: Full script not showing in IDE

2013-05-07 Thread Tom Hinds
New question #228369 on Sikuli: https://answers.launchpad.net/sikuli/+question/228369 Hi RaiMan, When viewing longer scripts, the entire script doesn't show. It seems like anything over one screen is having a problem, but here are some longer examples: One script is 113 lines long, but only 103

Re: [Sikuli-driver] [Question #228369]: X-Beta: Full script not showing in IDE

2013-05-10 Thread Tom Hinds
Question #228369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228369 Tom Hinds 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 is an answer contact

Re: [Sikuli-driver] [Question #228369]: X-Beta: Full script not showing in IDE

2013-05-10 Thread Tom Hinds
Question #228369 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228369 Status: Answered => Solved Tom Hinds confirmed that the question is solved: I have verified that I can see the full script in build 600. Thanks! -- You received this question notification because

[Sikuli-driver] [Question #228618]: X-Beta: Should "Check Update" work in Beta?

2013-05-10 Thread Tom Hinds
New question #228618 on Sikuli: https://answers.launchpad.net/sikuli/+question/228618 Hi RaiMan, I noticed the next Beta build (600) is up. I'm not sure if you expect "Help > Check Update to work in Beta. It currently does not. (I am able to manually unzip and use build 600.) Just an FYI, - Tom

[Sikuli-driver] [Question #238905]: Requests for IDE

2013-11-08 Thread Tom Hinds
New question #238905 on Sikuli: https://answers.launchpad.net/sikuli/+question/238905 I'm starting to use the IDE a bit more and have a couple requests; none are very important, nothing more than conveniences. 1) It would be nice to have a File > Save All command. Some of my projects have over

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

2014-02-18 Thread Tom Hinds
New question #244209 on Sikuli: https://answers.launchpad.net/sikuli/+question/244209 Howdy, I'd like to help out by trying the Beta of IDE 1.1.0. Am I able to have 1.0.1 and 1.1.0 both installed (and able to run) independently on the same workstation? Or will installation of 1.1.0 stop 1.0.1

[Sikuli-driver] [Question #257283]: Request: Naming image files

2014-11-10 Thread Tom Hinds
New question #257283 on Sikuli: https://answers.launchpad.net/sikuli/+question/257283 When running new scripts, one common reason they fail is that Sikuli can't find an image (this is often due to timing or new parts of the script that cause older parts of the script to fail.) When this happens,

Re: [Sikuli-driver] [Question #257283]: Request: Naming image files

2014-11-10 Thread Tom Hinds
Question #257283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257283 Tom Hinds gave more information on the question: Lowering priority on this. I just realized that I can go back, click any image, rename the image in the Pattern Settings, and Sikuli updates the image name

Re: [Sikuli-driver] [Question #257283]: Naming image files at capture time --- IDE Preferences: switch off automatic naming

2014-11-11 Thread Tom Hinds
Question #257283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257283 Status: Open => Solved Tom Hinds confirmed that the question is solved: Thanks for pointing out the preference. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Bug 1440175] [NEW] Error when saving a comment block

2015-04-03 Thread Tom Hinds
Public bug reported: Often, when I comment out large portions of my script using a comment block ("""), I'll receive an error when I save the file. "[error] IDE: Problem when trying to invoke menu action doSave Error: null" This doesn't happen every time, but most of the time. The file still s

[Sikuli-driver] [Bug 1440175] Re: [1.1.0] IDE: Error when saving script containing a comment block

2015-04-04 Thread Tom Hinds
[debug] RunTimeINIT: loadOptions: check: C:\Users\TomWin7\Desktop\SIKULI\NewSikuli [debug] RunTimeINIT: loadOptions: check: C:\Users\TomWin7 [debug] RunTimeINIT: loadOptions: check: C:\Users\TomWin7\AppData\Roaming\Sikulix\SikulixStore [debug] RunTimeINIT: global init: entering as: IDE [debug] Ru

[Sikuli-driver] [Bug 1440175] Re: [1.1.0] IDE: Error when saving script containing a comment block

2015-04-08 Thread Tom Hinds
Hi Raimund, I've been trying to reproduce the error a bit today with the new build and it no longer occurs. Thanks for your help! I'll continue to poke at it over the next week. - Tom -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli

[Sikuli-driver] [Question #670858]: Timed popups aren't working

2018-07-13 Thread Tom Hinds
New question #670858 on Sikuli: https://answers.launchpad.net/sikuli/+question/670858 In the timed popup docs, here: http://sikulix-2014.readthedocs.io/en/latest/interaction.html, the example code is: result = popup("autoclosed after 3 seconds", 3) When I try that example code, I get: 2nd a

Re: [Sikuli-driver] [Question #670858]: Timed popups aren't working

2018-07-17 Thread Tom Hinds
Question #670858 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/670858 Status: Answered => Solved Tom Hinds confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #308933]: How to display an info message that auto-vanishes after some time

2019-06-26 Thread Tom Hinds
Question #308933 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/308933 Tom Hinds posted a new comment: https://sikulix-2014.readthedocs.io/en/latest/interaction.html#timedpopups -- You received this question notification because your team Sikuli Drivers is an answer contact

[Sikuli-driver] [Question #689005]: Sikuli is skipping my select() statement

2020-02-26 Thread Tom Hinds
New question #689005 on Sikuli: https://answers.launchpad.net/sikuli/+question/689005 Hi Folks, In 2.0.1, my script executes these lines as expected: >print("testing select") >tsVersion_items = ("2021","2020","2019","2018","2017","2016","2015","2014") >Settings.tsVersion = select("Ver

Re: [Sikuli-driver] [Question #689005]: Sikuli is skipping my select() statement

2020-02-26 Thread Tom Hinds
Question #689005 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689005 Status: Answered => Solved Tom Hinds confirmed that the question is solved: Thank you! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #689007]: Running IDE as Admin

2020-02-26 Thread Tom Hinds
New question #689007 on Sikuli: https://answers.launchpad.net/sikuli/+question/689007 Hi Folks, I have to run the IDE as Admin because of some of the folders my scripts need to delete early on. My work around for this is to: - create a batch file that points to the .jar - create a shortcut to t

[Sikuli-driver] [Question #698196]: opencv_java430.dll library error

2021-07-29 Thread Tom Hinds
New question #698196 on SikuliX: https://answers.launchpad.net/sikuli/+question/698196 Hi Friends, I've had to switch to a different workstation for a bit and I updated that workstation to Sikuli 2.0.5. When my scripts try to do a command using image recognition, the script stops with an error.

Re: [Sikuli-driver] [Question #698196]: Windows 10: opencv_java430.dll library error having MSVC++ Redistributables installed

2021-07-30 Thread Tom Hinds
Question #698196 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698196 Status: Answered => Solved Tom Hinds confirmed that the question is solved: I followed the link you provided, which jumped to another couple pages. Here is the important bit: "The Media Feat