Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-08-16 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Stranger posted a new comment: Any update about this issue? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-08-16 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Stranger gave more information on the question: Any update about this issue? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #672285]: How to select the whole line text?

2018-08-15 Thread Stranger
New question #672285 on Sikuli: https://answers.launchpad.net/sikuli/+question/672285 Hello Raiman I want to select the whole line text by using type(Key.HOME, Key.SHIFT) after I click to the end of this line, but after it run, only cursor position move to the start of line but text can't be

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-05-10 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Status: Answered => Open Stranger is still having a problem: Hello, have you confirmed it is one issue? -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-20 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Status: Solved => Open Stranger is still having a problem: if Env.isLockOn(Key.NUM_LOCK): nlZap=True else: nlZap=False if nl

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-20 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Stranger posted a new comment: My SikuliX version is V1.1.1 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-20 Thread Stranger
Question #665698 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665698 Status: Answered => Solved Stranger confirmed that the question is solved: But if I run fucntion Env.isLockOn(Key.NUM_LOCK), SikuliX will be exited from process automatically. Why? -- You recei

[Sikuli-driver] [Question #665698]: How to use type function to input combined keys of HOME and SHIFT ?

2018-03-16 Thread Stranger
New question #665698 on Sikuli: https://answers.launchpad.net/sikuli/+question/665698 I want to select one line text in script by combined keys of HOME and SHIFT, but it dosen't work. My script is : type(Key.END) wait(1) type(Key.HOME, Key.SHIFT) wait(1) type('C', Key.CTRL) wait(1) print

Re: [Sikuli-driver] [Question #663574]: Exception happen in IDE when change script sheet

2018-02-07 Thread Stranger
Question #663574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663574 Status: Answered => Open Stranger is still having a problem: How to purge everything of installed version? If I minimum or hide IDE window, then set IDE window forward, this problem happens. --

Re: [Sikuli-driver] [Question #663574]: Exception happen in IDE when change script sheet

2018-02-06 Thread Stranger
Question #663574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663574 Status: Needs information => Open Stranger gave more information on the question: Hello RaiMan On bench, this problem still happens, it is very terrible for me to design scripts in IDE. The scr

[Sikuli-driver] [Question #663607]: If more than one occurences of the given image by find operation, the return is max similarity score?

2018-01-25 Thread Stranger
New question #663607 on Sikuli: https://answers.launchpad.net/sikuli/+question/663607 If more than one occurences of the given image by find operation, the return is max similarity score? If not, how I get the one with max similarity socre? -- You received this question notification because

Re: [Sikuli-driver] [Question #663574]: Exception happen in IDE when change script sheet

2018-01-25 Thread Stranger
Question #663574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663574 Status: Needs information => Open Stranger gave more information on the question: V1.1.1 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #663574]: Exception happen in IDE when change script sheet

2018-01-25 Thread Stranger
Question #663574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/663574 Status: Answered => Open Stranger is still having a problem: How to uninstall sikulix? I think after this exception happens, my sikulix IDE becomes unstable, some strange problems appear, I w

[Sikuli-driver] [Question #663574]: Exception happen in IDE when change script sheet

2018-01-25 Thread Stranger
New question #663574 on Sikuli: https://answers.launchpad.net/sikuli/+question/663574 Exception happen in IDE when change script sheet, the log will be printed in Message box: [info] IDE startup: 9.1 seconds Exception in thread "AWT-EventQueue-0" java.awt.IllegalComponentStateException:

[Sikuli-driver] [Question #662075]: How to empty the clipboard in SikuliX?

2017-12-21 Thread Stranger
New question #662075 on Sikuli: https://answers.launchpad.net/sikuli/+question/662075 I know there is function Env.getClipboard(), so I want to know How to empty the clipboard in SikuliX? Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #662073]: Sometimes error Findfailed will be caused during running my script

2017-12-21 Thread Stranger
Question #662073 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662073 Stranger posted a new comment: Attach my script: from const import const reg = const.Reg1stIn6 Region(reg).offset(Location(30,-30)).click("x.png") -- You received this question notification be

[Sikuli-driver] [Question #662073]: Sometimes error Findfailed will be caused during running my script

2017-12-21 Thread Stranger
New question #662073 on Sikuli: https://answers.launchpad.net/sikuli/+question/662073 Log as: FindFailed: x.png: (20x16) seen at (455, 46) with 1.00 in R[31,9 481x392]@S(0) E:Y, T:3.0 Line 2759, in file Region.java >From log, the screenshot x.png is found with similary score as 1, and I

[Sikuli-driver] [Question #660399]: I can't get the full screen

2017-11-06 Thread Stranger
New question #660399 on Sikuli: https://answers.launchpad.net/sikuli/+question/660399 I write two function as below: setRect(100,100,10,10) print capture(getScreen()) After run, I can't get the full screen image. But if I capture() before setRect(), after run I can get the full screen image,

[Sikuli-driver] [Question #659513]: What is the difference between setROI() and setRect()

2017-10-15 Thread Stranger
New question #659513 on Sikuli: https://answers.launchpad.net/sikuli/+question/659513 What is the difference between setROI() and setRect() ? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1719518] [NEW] In sub function of Python, setThrowException(False) dosent' work

2017-09-26 Thread Stranger
Public bug reported: In sub function of Python, setThrowException(False) dosent' work. In sub function: from sikuli import * def func_search(): setThrowException(False) find(image) setThrowException(True) In main function, call sub function: func_search() After run, SikuliX still

[Sikuli-driver] [Question #658654]: In sub function of Python, setThrowException(False) dosent' work.

2017-09-26 Thread Stranger
New question #658654 on Sikuli: https://answers.launchpad.net/sikuli/+question/658654 In sub function of Python, setThrowException(False) dosent' work. In sub function: from sikuli import * def func_search(): setThrowException(False) find(image) setThrowException(True) In main

Re: [Sikuli-driver] [Question #658428]: type(Key.DELETE, Key.CTRL , Key.ALT), it can't lock my computer

2017-09-22 Thread Stranger
Question #658428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658428 Status: Answered => Solved Stranger confirmed that the question is solved: Thanks, RaiMan, SikuliX give me much help in my work! Hope SikuliX become more useful in next version! -- You recei

Re: [Sikuli-driver] [Question #658428]: type(Key.DELETE, Key.CTRL , Key.ALT), it can't lock my computer

2017-09-22 Thread Stranger
Question #658428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658428 Status: Answered => Open Stranger is still having a problem: Thanks, your command works fine. I just study SikuliX, and I still want to know why type("l", Key.WIN) and type(Key.DEL

Re: [Sikuli-driver] [Question #658327]: About function of extract the text in the region

2017-09-21 Thread Stranger
Question #658327 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658327 Status: Answered => Solved Stranger confirmed that the question is solved: Thanks for your answer! I look forward SikuliX version 2 coming soonly -- You received this question notification beca

Re: [Sikuli-driver] [Question #658428]: type(Key.DELETE, Key.CTRL , Key.ALT), it can't lock my computer

2017-09-20 Thread Stranger
Question #658428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658428 Description changed to: I want to lock my computer, and use function, type(Key.DELETE, Key.CTRL , Key.ALT), but it dosen't work. And I found some other shotcut key by type function, but they don't work

Re: [Sikuli-driver] [Question #658428]: type(Key.DELETE, Key.CTRL , Key.ALT), it can't lock my computer

2017-09-20 Thread Stranger
Question #658428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/658428 Stranger posted a new comment: I found the answer for type("E", Key.WIN), the correct input is type("e", Key.WIN) But for type("l", Key.WIN), it still dosen't work

[Sikuli-driver] [Question #658428]: type(Key.DELETE, Key.CTRL , Key.ALT), it can't lock my computer

2017-09-20 Thread Stranger
New question #658428 on Sikuli: https://answers.launchpad.net/sikuli/+question/658428 I want to lock my computer, and use function, type(Key.DELETE, Key.CTRL , Key.ALT), but it dosen't work. And I found some other shotcut key by type function, but they don't work either, such as type("L",

[Sikuli-driver] [Question #658327]: About function of extract the text in the region

2017-09-20 Thread Stranger
New question #658327 on Sikuli: https://answers.launchpad.net/sikuli/+question/658327 Hello Because function of extract the text in region is still in an experimental state, and there are some bugs in it. So when the function can be improved? It there a release plan to enhance this

Re: [Sikuli-driver] [Question #656428]: How to get the image file name when a FindFailed exception happen

2017-08-18 Thread Stranger
Question #656428 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/656428 Status: Answered => Solved Stranger confirmed that the question is solved: Thank you. Paste your codes, it is resolved. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #656428]: How to get the image file name when a FindFailed exception happen

2017-08-17 Thread Stranger
New question #656428 on Sikuli: https://answers.launchpad.net/sikuli/+question/656428 I want to get the image file name not found by region.find() when a FindFailed exception happens in my Python construct try: ... except: ... . could you tell how to get the file name, I need to know it and

Re: [Sikuli-driver] [Question #644924]: Mouse actions are blocked when I run sikulix script to run one application setup

2017-06-27 Thread Stranger
Question #644924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/644924 Status: Open => Solved Stranger confirmed that the question is solved: Resolved. My script works fine after I run sikulix IDE as administator, now everything is ok. -- You received this quest

[Sikuli-driver] [Question #644924]: Mouse actions are blocked when I run sikulix script to run one application setup

2017-06-26 Thread Stranger
New question #644924 on Sikuli: https://answers.launchpad.net/sikuli/+question/644924 Hello I write one sikulix script to run one application setup aumatically, but when "Yes Or No" panel is popuped during setup, my script can't click the button of "Yes" or "No". From sikulix log, it

Re: [Sikuli-driver] [Question #612996]: Is it possible to import extern dll file in sikuli script?

2017-04-06 Thread Stranger
Question #612996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/612996 Status: Answered => Solved Stranger confirmed that the question is solved: Thank you, it has been resolved! -- You received this question notification because your team Sikuli Drivers is an ans

[Sikuli-driver] [Question #612996]: Is it possible to import extern dll file in sikuli script?

2017-04-06 Thread Stranger
New question #612996 on Sikuli: https://answers.launchpad.net/sikuli/+question/612996 Now I want to write a script in sikuli, but in this script it need to import extern dll file, but I encounter one error after run. This script works fine in python environment. So I want to know if it is