Re: [Sikuli-driver] [Question #427582]: switchApp() doesn't brings window to the front?

2018-06-12 Thread Carl Caulkett
Question #427582 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/427582 Carl Caulkett posted a new comment: Any chance of telling us how the problem was solved? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Bug 1727990] Re: Version 1.1.1 is not available in the maven central repository --- fixed 2017-11-08

2017-11-14 Thread Carl Salaets
Thank you very much! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1727990 Title: Version 1.1.1 is not available in the maven central repository --- fixed 2017-11-08 Status in Sikuli: Fix

[Sikuli-driver] [Bug 1727990] [NEW] Version 1.1.1 is not available in the maven central repository

2017-10-27 Thread Carl Salaets
Public bug reported: Only version 1.1.0 is available in the Maven Central Repository: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.sikulix%22 People that want to use version 1.1.1 have to resort to less standard ways to get it in a maven way. Having version 1.1.1 available in the

Re: [Sikuli-driver] [Question #271904]: OCR manually improve

2015-10-02 Thread carl
Question #271904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271904 Status: Answered => Solved carl confirmed that the question is solved: Thanks Edmundo V. Neto, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #271904]: OCR manually improve

2015-09-29 Thread carl
New question #271904 on Sikuli: https://answers.launchpad.net/sikuli/+question/271904 I am new to the OCR world. but I would like to know if I can manually improve OCR. In my 1° case the characters are all in a single font and size. (like on blog) if I take a sample image for each character I

Re: [Sikuli-driver] [Question #271593]: [1.1.0] How to get better results when working with OCR

2015-09-28 Thread carl
Question #271593 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271593 Status: Answered => Open carl is still having a problem: I can not get over this problem , I'm sorry RaiMan+ community! MY CODE: import java.awt.image.BufferedImage; import org.sikuli.script.Im

Re: [Sikuli-driver] [Question #271593]: [1.1.0] How to get better results when working with OCR

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

Re: [Sikuli-driver] [Question #271593]: [1.1.0] How to get better results when working with OCR

2015-09-24 Thread carl
Question #271593 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271593 Status: Answered => Open carl is still having a problem: --Image imgForOCR= Image.create(screen.capture(new Screen().selectRegion())).convertImageToGrayscale(img).resize(factor); Image.create, d

Re: [Sikuli-driver] [Question #271660]: java.lang.UnsatisfiedLinkError happens when i try to use App.open()

2015-09-22 Thread carl
Question #271660 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271660 Status: Open => Answered carl proposed the following answer: in the spirit of sharing.. App.open("Google Chrome"); I use windows and I need to write App.open("C://directory/

Re: [Sikuli-driver] [Question #271593]: [1.1.0] How to get better results when working with OCR

2015-09-21 Thread carl
Question #271593 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271593 Status: Answered => Open carl is still having a problem: OCR recognition is an important junction for my applications - version 1.1.0+ basic Image processing to get better OCR results --you can

Re: [Sikuli-driver] [Question #271640]: Click each record in a indeterminant list

2015-09-21 Thread carl
Question #271640 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271640 Status: Open => Answered carl proposed the following answer: I'm no expert, but the double-click is the maximum you can get. considers that the click event is created by a human user. 1) Sik

Re: [Sikuli-driver] [Question #271600]: setApp (java)

2015-09-21 Thread carl
Question #271600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271600 Status: Answered => Open carl is still having a problem: yes, I do not have the chance to start with App.open ( not because Sikuli can not , just because in my program this is not the way I want to

Re: [Sikuli-driver] [Question #271628]: how to Close All IE which have opened before open a new IE ?

2015-09-21 Thread carl
Question #271628 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271628 Status: Open => Answered carl proposed the following answer: try ie.close() some App documentation http://sikulix-2014.readthedocs.org/en/latest/appclass.html#the-application-class-app --

Re: [Sikuli-driver] [Question #271600]: setApp (java)

2015-09-21 Thread carl
Question #271600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271600 Status: Answered => Open carl is still having a problem: Thanks , But, How Can I use App class without know the file path, or (Directly) Once the program Window is open??? -- You recei

Re: [Sikuli-driver] [Question #271600]: setApp (java)

2015-09-21 Thread carl
Question #271600 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271600 Status: Answered => Solved carl confirmed that the question is solved: - I do not have the chance to start with App.open --what is you problem with that? The main of the program generates seve

[Sikuli-driver] [Question #271593]: work with java OCR

2015-09-20 Thread carl
New question #271593 on Sikuli: https://answers.launchpad.net/sikuli/+question/271593 first of all congratulations for the project , it's great my problem is be able to work with OCR. Maybe I should apply this passage: https://answers.launchpad.net/sikuli/+faq/2436 But I want to take this

Re: [Sikuli-driver] [Question #271444]: Automated Calculator

2015-09-20 Thread carl
Question #271444 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271444 Status: Open => Answered carl proposed the following answer: you need "inputbox"! The syntax depends on what kind of language you're using. You must also be able to understand an

Re: [Sikuli-driver] [Question #271279]: Click function after Target offset to the right of the image is not working

2015-09-20 Thread carl
Question #271279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271279 Status: Open => Needs information carl requested more information: if you use java, can you writing the line of code? so I could do some tests more easily. -- You received this question notificat

Re: [Sikuli-driver] [Question #271406]: How to click on the intersecting x and y graph coordinates?

2015-09-20 Thread carl
Question #271406 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271406 Status: Open => Answered carl proposed the following answer: I do not use these procedures, but I advise you to try another way! keep in mind that changing the resolution is equal to change ima

[Sikuli-driver] [Question #271600]: setApp (java)

2015-09-20 Thread carl
New question #271600 on Sikuli: https://answers.launchpad.net/sikuli/+question/271600 I'd like to move from 1 Region to 1 Appor Screen to 1 app. I need something similar to Screen.currentWindow() with static App return. in my case, I can not use: App someapp = new App();

Re: [Sikuli-driver] [Question #268534]: How to make a video recording of my scripts

2015-07-08 Thread carl ridderstolpe
Question #268534 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268534 carl ridderstolpe posted a new comment: @Chp this might not be related to any sikuli stuff but this might help. If you wanna rekord theres alot of recording programs but i highly recomend shadowplay(if you

Re: [Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-26 Thread Carl
Question #245998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245998 Carl posted a new comment: The added complexity of highlighting is to show management visually what is happening. During this prototype phase it is better if they can see the flow of events as we talk

Re: [Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-25 Thread Carl
Question #245998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245998 Status: Answered = Solved Carl confirmed that the question is solved: So, I am using apples and oranges? Thanks for the clarification, that is good to know. I suppose I should define my region

[Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-24 Thread Carl
New question #245998 on Sikuli: https://answers.launchpad.net/sikuli/+question/245998 This is more of an observation than a question. While learning Siluli I am tryng many things. Today I put in some tearodown code that works to close out a cmd launch window. It works fine, but when I run it

Re: [Sikuli-driver] [Question #245998]: Interesting Observation using Try to close window.

2014-03-24 Thread Carl
Question #245998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245998 Description changed to: This is more of an observation than a question. While learning Siluli I am tryng many things. Today I put in some tearodown code that works to close out a cmd launch window. It works

Re: [Sikuli-driver] [Question #245266]: [error] NameError (name 'onEvent' is not defined)

2014-03-10 Thread Carl
Question #245266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245266 Status: Open = Answered Carl proposed the following answer: I am pretty new at this so this may be a bit of a kludge, but maybe something like this: #Set screen regions to improve search speed

Re: [Sikuli-driver] [Question #204250]: How to Implement Ctrl+Alt+Del in the ide

2014-03-05 Thread Carl
Question #204250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204250 Carl posted a new comment: For those reading this question, the docs address has changed. Try http://doc.sikuli.org/keys.html#key-constants -- You received this question notification because you

Re: [Sikuli-driver] [Question #245020]: Sikuli sequencer

2014-03-05 Thread Carl
Question #245020 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245020 Status: Open = Answered Carl proposed the following answer: Would print work for you? #click image1 print forst comment click(image1.png) print click image 1 exists(image2.png) print check exist

[Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
New question #245021 on Sikuli: https://answers.launchpad.net/sikuli/+question/245021 Hello: I am trying to set the zoom on IE but the following code snippet is failing. I want to set the zoom to 75% so that further searching on the IE browser is simplified and all data I need is on one page

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Description changed to: Hello: I am trying to set the zoom on IE but the following code snippet is failing. I want to set the zoom to 75% so that further searching on the IE browser is simplified and all

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Status: Answered = Solved Carl confirmed that the question is solved: KeyModifier vs KEY? Yes, I did miss that. Option 2 seems to work fine. Option 1 (yes:) is getting a different result. Now the Alt

Re: [Sikuli-driver] [Question #245021]: Using shortcut keys in cascading menus

2014-03-05 Thread Carl
Question #245021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245021 Carl 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 #161857]: Trying to make Google Chrome open a new tab.

2011-06-18 Thread Carl Johan Grevby
Question #161857 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/161857 Carl Johan Grevby posted a new comment: What is the difference between KEY.ESC and KEY_ESC? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #161857]: Trying to make Google Chrome open a new tab.

2011-06-17 Thread Carl Johan Grevby
New question #161857 on Sikuli: https://answers.launchpad.net/sikuli/+question/161857 Hi! I've been trying to make Google Chrome open a new tab by using CMD+T switchApp(Google Chrome.app) sleep(1) type(t,Key.CMD) But all it does is click one of the folders in my Dock. What am I doing wrong?