[Sikuli-driver] [Question #243428]: Click button in JAVA to start sikuli

2014-02-05 Thread Jeremy
New question #243428 on Sikuli: https://answers.launchpad.net/sikuli/+question/243428 I'm programming a Sikuli (thanks much for creating it) app. It has worked great until I wanted to add a button and run the process on a button click. I'm getting these errors: Exception in thread "AWT-EventQueu

Re: [Sikuli-driver] [Question #243428]: Click button in JAVA swing app to start sikuli

2014-02-06 Thread Jeremy
Question #243428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243428 Status: Answered => Open Jeremy is still having a problem: Sikuli isn't acting on the GUI. It is acting on another program. This is how I have Sikuli setup in my program: [code] package

Re: [Sikuli-driver] [Question #243428]: Click button in JAVA swing app to start sikuli

2014-02-06 Thread Jeremy
Question #243428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243428 Status: Answered => Open Jeremy is still having a problem: Thanks for letting me know about the function name. I wasn't aware of that. JAVA is very fickle. I did call my overridden run and I

Re: [Sikuli-driver] [Question #243428]: Click button in JAVA swing app to start sikuli

2014-02-07 Thread Jeremy
Question #243428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243428 Status: Answered => Solved Jeremy confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #243428]: Click button in JAVA swing app to start sikuli

2014-02-07 Thread Jeremy
Question #243428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/243428 Jeremy posted a new comment: It took me a bit, but here is what I have and it is working. Thank you. I want to post what I have done in case other beginners would like more information

Re: [Sikuli-driver] [Question #248012]: Image recognition and animated buttons

2014-05-05 Thread Jeremy
Question #248012 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248012 Jeremy posted a new comment: I have a program I wrote for an automated button. I have three buttons and two of them are automated on the screen. They glow then not and back. They repete that pattern. What I

[Sikuli-driver] [Question #248226]: enum java

2014-05-05 Thread Jeremy
New question #248226 on Sikuli: https://answers.launchpad.net/sikuli/+question/248226 Hello. I just learned the benefits of an enum in java. However, it doesn't appear that Sikuli can use string enums. I used this: public enum images{ Android_Home {

Re: [Sikuli-driver] [Question #248226]: enum java

2014-05-06 Thread Jeremy
Question #248226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248226 Status: Answered => Open Jeremy is still having a problem: You are correct. I change the code to this: Screen s = new Scr

Re: [Sikuli-driver] [Question #248226]: enum java

2014-05-06 Thread Jeremy
Question #248226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248226 Jeremy gave more information on the question: I made a completely separate program to test out. Here it what I have: file 1 package com.main.Listener; public interface SpecialListener { public void

Re: [Sikuli-driver] [Question #248226]: enum java

2014-05-06 Thread Jeremy
Question #248226 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/248226 Status: Open => Solved Jeremy confirmed that the question is solved: I figured out how to get it to work. I don't know why, but I changed it to this:

Re: [Sikuli-driver] [Question #249558]: How to count images withn a region

2014-06-23 Thread Jeremy
Question #249558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/249558 Jeremy proposed the following answer: The findAll worked for me: Iterator matches; int looking_for_three = 0; while (looking_for_three != 3

[Sikuli-driver] [Question #250646]: JAVA: Multiple images in a short time.

2014-06-23 Thread Jeremy
New question #250646 on Sikuli: https://answers.launchpad.net/sikuli/+question/250646 I'm always looking to optimize my code. I have a question on 249926. I have this: HighestButton = s.find(Continue.toString()); s.click(HighestButt

Re: [Sikuli-driver] [Question #250646]: JAVA: Multiple images in a short time.

2014-06-23 Thread Jeremy
Question #250646 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250646 Status: Answered => Solved Jeremy confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

Re: [Sikuli-driver] [Question #250646]: JAVA: Multiple images in a short time.

2014-06-23 Thread Jeremy
Question #250646 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250646 Jeremy posted a new comment: Thanks for the info. I'll put in the 0. That is helpful and much appreciated. I have used that in the past. I just forget sometimes. :) I do have a smaller region. I have

[Sikuli-driver] [Question #262805]: Switching Regoins

2015-02-25 Thread Jeremy
New question #262805 on Sikuli: https://answers.launchpad.net/sikuli/+question/262805 This is a bit complicated. In my program, I'm trying to look at three cards. One card have a C another has a UC and another has a R. I did a find all, to get all of the cards. I did this to get all of the siz

[Sikuli-driver] [Bug 1448285] [NEW] error extracting tessdata

2015-04-24 Thread Jeremy
Public bug reported: Hello, I'm trying to run the ocr for the first time. I'm following this script: https://bugs.launchpad.net/sikuli/+bug/1214589 However, I get this message: [debug] ResourceLoaderBasic: export: Found 0 Files in META-INF/libs/tessdata I think it is because of my version. 1.

[Sikuli-driver] [Bug 1448285] Re: error extracting tessdata

2015-04-24 Thread Jeremy
So. I downloaded this: http://www.sikuli.org/downloadrc3.html It has a tessdata,jar I'm going to try and add it to my project and see if it laughs at me. :) -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.n

Re: [Sikuli-driver] [Question #265845]: how to use loop for taking screen shots till a image appears

2015-04-28 Thread Jeremy
Question #265845 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/265845 Status: Open => Answered Jeremy proposed the following answer: If I'm reading it right, this is what I do: int error_count = 0; while(s.exists(screenImage,0) == null){ Thread.sleep(500); err

[Sikuli-driver] [Question #266034]: MoveMouseDelay missing

2015-04-28 Thread Jeremy
New question #266034 on Sikuli: https://answers.launchpad.net/sikuli/+question/266034 Hello, I eveadently had a lot of issues with my older jar. When I got the new one, the only one I can't figure out is how do I set the MouseDelay? This is what I've used in the past: //Settings.MoveMo

Re: [Sikuli-driver] [Question #266034]: MoveMouseDelay missing

2015-04-28 Thread Jeremy
Question #266034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266034 Status: Answered => Solved Jeremy confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Driv

[Sikuli-driver] [Question #266886]: change location and not duplicating results

2015-05-13 Thread Jeremy
New question #266886 on Sikuli: https://answers.launchpad.net/sikuli/+question/266886 So, I have a couple questions... 1) I used to have the old version of the jar. I would do a find. get the Match and do Match.click(). In some areas, I had to do Match.click().below(70).left(-75). However, I ca

Re: [Sikuli-driver] [Question #266886]: change location and not duplicating results

2015-05-20 Thread Jeremy
Question #266886 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/266886 Status: Needs information => Open Jeremy gave more information on the question: So, I used to use the version that had sikuli-script.jar. When I go to the properties of it, I just have a modificat

[Sikuli-driver] [Question #251750]: Sikuli Contractor

2014-07-16 Thread Jeremy Marks
New question #251750 on Sikuli: https://answers.launchpad.net/sikuli/+question/251750 If this is the wrong place to reach out I apologize. I am looking for a someone with Sikuli experience for a 3+month 40-hours per week opportunity in Phoenix AZ. Anyone seeking an opportunity like this or kno

Re: [Sikuli-driver] [Question #251750]: Sikuli Contractor

2014-07-17 Thread Jeremy Marks
Question #251750 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251750 Jeremy Marks posted a new comment: Any help would be appreciated. I will ask about remote possibilities too, since so few have this skillset. Thanks! -- You received this question notification because

[Sikuli-driver] [Question #663151]: Settings.MouseMoveDelay not working

2018-01-16 Thread Jeremy Jones
default speed (0.5)) I have tried this on both 1.1.1 and 1.1.2 Any help would be appreciated, Jeremy -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing list: https://launchpad.net

Re: [Sikuli-driver] [Question #663151]: Settings.MouseMoveDelay not working

2018-01-17 Thread Jeremy Jones
Question #663151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663151 Status: Needs information => Open Jeremy Jones gave more information on the question: Java version 8 update 91, Windows 7 Ultimate 64bit Thanks masuo -- You received this question notificat

Re: [Sikuli-driver] [Question #663151]: Settings.MouseMoveDelay not working --- it is Settings.MoveMouseDelay

2018-01-18 Thread Jeremy Jones
Question #663151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663151 Status: Answered => Solved Jeremy Jones confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is

[Sikuli-driver] [Question #668161]: Profiling Sikuli

2018-04-21 Thread Jeremy Semeiks
New question #668161 on Sikuli: https://answers.launchpad.net/sikuli/+question/668161 Hi, I'm trying to profile a slow Sikuli script I wrote and wondering about my options. I'm using Sikulix 1.1.2 on OS X. Neither of the standard Python profiling modules seem to be available in Sikuli's Jython d

[Sikuli-driver] [Bug 1927536] [NEW] Screenshot function / Windows Resolution Scaling

2021-05-07 Thread Jeremy Bost
Public bug reported: I've seen a bunch of incorrect isolation concerning this issue. I've seen posts where the screenshot function shows a different resolution than expected. I've seen posts where people note they're using a 4k display, which also isn't a factor to this issue and some that repor

[Sikuli-driver] [Bug 1927536] Re: Screenshot function / Windows Resolution Scaling

2021-05-07 Thread Jeremy Bost
I have determined you can get the adjustment value by running a shell command of: wmic DESKTOPMONITOR get PixelsPerXLogicalInch or wmic DESKTOPMONITOR get PixelsPerYLogicalInch The X & Y should be identical for general scaling. The number indicated tells what scaling value is being used. 96

[Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-12 Thread Jeremy J Swartwood
New question #679151 on Sikuli: https://answers.launchpad.net/sikuli/+question/679151 When using Remote Desktop Connection or Remote Desktop Connection Manager, typing does not work. I can do click("image.png") and it works However, if I use type("text") nothing will show up. Even if I open not

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-03-14 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Answered => Open Jeremy J Swartwood is still having a problem: Yes, focus is definitely on the RDC window. I would have a two line script like this: wait(5) type("abc") Then I wo

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Status: Answered => Open Jeremy J Swartwood is still having a problem: Ok, my real job duties blocked me again. I apologize. I tried paste and I also tried starting remote desktop connection fro

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Jeremy J Swartwood posted a new comment: This talks about rdp blocking it. https://stackoverflow.com/questions/1138606/alternative-to-sendkeys- when-running-over-remote-desktop and another https

Re: [Sikuli-driver] [Question #679151]: using type("foo bar") does not type the text into remote desktop window

2019-05-07 Thread Jeremy J Swartwood
Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151 Jeremy J Swartwood posted a new comment: Ah, perhaps it's taking the normal path and calling keyPress method from the java.awt.Robot class instead. Who knows how that's implemented though. Long