[Sikuli-driver] [Bug 1830592] [NEW] End key misoperation in last IDE text line

2019-05-27 Thread Alex Lunyov
Public bug reported: Hi! Using SikuliX 1.1.4 build# 288. Windows 10. The key END operates like LEFT key when typing in the very last line in the IDE editor. Typing END in any other line works as expected. ** Affects: sikuli Importance: Undecided Status: New -- You received this

Re: [Sikuli-driver] [Question #669204]: Hang Sikuli on minimizing

2018-05-18 Thread Alex Lunyov
Question #669204 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/669204 Status: Answered => Solved Alex Lunyov confirmed that the question is solved: Thanks a lot! Now it works fine, on Java 10 + SikuliX 1.1.3. -- You received this question notification because your t

[Sikuli-driver] [Bug 1750498] Re: [1.1.2] Can't add hotkey without modifier --- fixed 2018-02-20 build #112

2018-02-21 Thread Alex Lunyov
Now it works well, thank you! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1750498 Title: [1.1.2] Can't add hotkey without modifier --- fixed 2018-02-20 build #112 Status in Sikuli: Fix

[Sikuli-driver] [Bug 1750498] [NEW] Can't add hotkey in the last 1.1.2 nightly

2018-02-19 Thread Alex Lunyov
Public bug reported: Hi! There is an issue in the last Feb 2018 1.1.2 nightly version. Hotkey problem. My code: ### def Handl(event): print 123 Env.addHotkey(Key.F10, 0, Handl) while True: wait(0.1) ### Console output:

[Sikuli-driver] [Question #660623]: type('`') odd behaviour II

2017-11-11 Thread Alex Lunyov
New question #660623 on Sikuli: https://answers.launchpad.net/sikuli/+question/660623 Well, I still need help. I noticed such strange thing: type('`') is dependent on _current_ layout before the run button is pressed. I made a test: for i in range(10): try: type('`') # backquote

Re: [Sikuli-driver] [Question #660608]: type('`') odd behaviour

2017-11-11 Thread Alex Lunyov
Question #660608 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660608 Status: Open => Solved Alex Lunyov confirmed that the question is solved: OK, I've just resolved the problem. Nothing strange, in fact I use two layouts and while I run script in English lay

[Sikuli-driver] [Question #660608]: type('`') odd behaviour

2017-11-11 Thread Alex Lunyov
New question #660608 on Sikuli: https://answers.launchpad.net/sikuli/+question/660608 Hi, here is some addition to "type invalid key code" questions collection on Launchpad. May be a bug. So, when I just started IDE and executed simple code: type('`') # there is one key to type,

Re: [Sikuli-driver] [Question #657922]: Is there a way to get the highest match score of a failed Region.exists() call?

2017-09-13 Thread Alex Lunyov
Question #657922 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657922 Alex Lunyov proposed the following answer: You could use method getScore() for a match result in case it is not None. So, the following code will show you a digit between 0 and 1, where 0 corresponds

Re: [Sikuli-driver] [Question #657192]: Key Attribute of Function key in keyboard

2017-09-06 Thread Alex Lunyov
Question #657192 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657192 Status: Open => Answered Alex Lunyov proposed the following answer: It seems that key stroke could be lost in other application than target. Check please. -- You received this question notificat

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-05 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: OK! Be aware of different visual effects like Aero on Windows 7, transparency effects that your OS uses to display messages etc. A short wait(...) before searching

Re: [Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-09-04 Thread Alex Lunyov
Question #657179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657179 Alex Lunyov gave more information on the question: + The same issue on Win 10, (previous 1.1.2 version). This is the old problem, was on 1.1.1 versions. -- You received this question notification because

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-04 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: Please, do some additional pure tests on your computer to ensure, using this commands: start = time.time() # at the beginning of your test ... # your script duration

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-04 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Alex Lunyov posted a new comment: I suppose the construction reg.exists(img, 0) inside the loop with some reasonable delay is better than construction reg.exists(img) that performs search operation

Re: [Sikuli-driver] [Question #657137]: region search work slower

2017-09-01 Thread Alex Lunyov
Question #657137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657137 Status: Open => Answered Alex Lunyov proposed the following answer: Hm, it should work faster in case you use static visual objects and correct regions. By the way, region object keeps the last ma

Re: [Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
Question #657179 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657179 Alex Lunyov gave more information on the question: In addition: I'm using Win 7-64 bit, SikuliX 1.1.2 the last July 2017 version. -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #657179]: Current popup window remains in the tray after breaking

2017-08-31 Thread Alex Lunyov
New question #657179 on Sikuli: https://answers.launchpad.net/sikuli/+question/657179 Current popup window remains in the tray after breaking (Shift+Alt+C) the main process and pressing OK button on the popup window. So, a lot of such remains one can see in the tray after several breaking

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-16 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: The second advice resolved my issue! :) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-16 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: *shortly speaking, I use this key combination instead of using image- capture button because the IDE window screens my visual targets while capturing mode is running

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-15 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: Yes, RaiMan, I've tested, this works well. Some related problem (just to let you know if it is a bug). On Windows 7: I press the image-capture button and my IDE with script

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-15 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: @RaiMan, thanks! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-15 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: Ok! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #454275]: Loading and reloading scripts shows or doesn't show images

2017-03-15 Thread Alex Lunyov
Question #454275 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/454275 Alex Lunyov posted a new comment: Hi, it's nice to come back here (would like report some possible bugs). So, I updated my Sikuli to 1.1.1 2017-03-03 and I noticed that updating images didn't work

Re: [Sikuli-driver] [Question #411717]: can't repeat function inside while True

2016-12-24 Thread Alex Lunyov
Question #411717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/411717 Status: Open => Answered Alex Lunyov proposed the following answer: At first check the breaking condition of ABC() infinite cycle. Check using of global and local variables in "Mainloop"

Re: [Sikuli-driver] [Question #406805]: Script fail without proper message

2016-12-21 Thread Alex Lunyov
Question #406805 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406805 Status: Open => Answered Alex Lunyov proposed the following answer: For example: button_OK_img = Pattern(mybuttonOK.png).similar(0.85) # this could just be a picture you paste in your script us

Re: [Sikuli-driver] [Question #406805]: Script fail without proper message

2016-12-21 Thread Alex Lunyov
Question #406805 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406805 Alex Lunyov posted a new comment: *then you use... sorry for misprint -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #406805]: Script fail without proper message

2016-12-21 Thread Alex Lunyov
Question #406805 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406805 Status: Open => Answered Alex Lunyov proposed the following answer: It seems your script fails while waiting for 1480419928033.png in doubleClick function after type(Key.ENTER) was successfully pas

Re: [Sikuli-driver] [Question #406805]: Script fail without proper message

2016-12-19 Thread Alex Lunyov
Question #406805 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406805 Status: Open => Needs information Alex Lunyov requested more information: How do you see it fails? What happens? You have shown only function definitions, but it would better to give also their c

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-08 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Alex Lunyov posted a new comment: I have checked and now it works as described in the docs, thank you :) -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-08 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Alex Lunyov 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 #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-08 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Alex Lunyov posted a new comment: Ok, RaiMan, I'll then check a new build. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-07 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Description changed to: I've made some tests on last 1.1.1 (Win7-64) and revealed the following thing in using Env.addHotkey function: #1. There is a little mess with key modifier using in addHotkey, for

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-07 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Summary changed to: Hotkey modifiers don't work correctly & F12 hotkey problem Description changed to: I've made some tests on last 1.1.1 (Win7-64) and revealed the following thing in using Env.addHotkey

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-07 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Description changed to: I've made some tests on last 1.1.1 (Win7-64) and revealed the following thing in using Env.addHotkey function: #1. There is a little mess with key modifier using in addHotkey, for

Re: [Sikuli-driver] [Question #406560]: Hotkey modifiers don't work correctly & F12 hotkey problem

2016-12-07 Thread Alex Lunyov
Question #406560 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/406560 Description changed to: I've made some tests on last 1.1.1 (Win7-64) and revealed the following thing in using Env.addHotkey function: #1. There is a little mess with key modifier using in addHotkey, for

[Sikuli-driver] [Question #406560]: Hotkey modifiers doen't work correctly & F12 hotkey problem

2016-12-07 Thread Alex Lunyov
New question #406560 on Sikuli: https://answers.launchpad.net/sikuli/+question/406560 I've made some tests on last 1.1.1 (Win7-64) and revealed the following thing in using Env.addHotkey function: #1. There a little mess with key modifier using in addHotkey, for example:

Re: [Sikuli-driver] [Question #404622]: Loop Click on images

2016-12-04 Thread Alex Lunyov
Question #404622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404622 Status: Open => Answered Alex Lunyov proposed the following answer: On last nightly 1.1.1 works well. It could depend on image similarity setting also. -- You received this question notificat

Re: [Sikuli-driver] [Question #404549]: Extract a value from a tooltip which is a part of the flash application?

2016-12-01 Thread Alex Lunyov
Question #404549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404549 Status: Open => Needs information Alex Lunyov requested more information: The possible solution depends upon the time period while the tooltip is visible, upon the type of information you expect to

[Sikuli-driver] [Bug 1646399] [NEW] select() can't set default=0; can't set default=

2016-12-01 Thread Alex Lunyov
Public bug reported: #1 select(mytxt, options=mylist, default=0) throws an error: «Error source first line: module ( function ) statement 433: Sikuli ( select ) TypeError: popSelect(): 4th arg can't be coerced to String». The first line as default is expected. #2 It is convenient to set

Re: [Sikuli-driver] [Question #404499]: How can I register the spend time step by step?

2016-11-29 Thread Alex Lunyov
Question #404499 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404499 Alex Lunyov posted a new comment: *then convert... -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #404499]: How can I register the spend time step by step?

2016-11-29 Thread Alex Lunyov
Question #404499 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404499 Status: Open => Answered Alex Lunyov proposed the following answer: It seems this Python module could help you: https://docs.python.org/2/library/datetime.html You could record the timesta

Re: [Sikuli-driver] [Question #404238]: [1.1.0+] HowTo use Region.observe()

2016-11-21 Thread Alex Lunyov
Question #404238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404238 Alex Lunyov posted a new comment: @Raiman, the code example in onChanged part of the docs doesn't work in 1.1.1 and some previous nightly versions. It returns error "[error] TypeError ( observe():

Re: [Sikuli-driver] [Question #404238]: Error Observe sikuli 1.1.1

2016-11-21 Thread Alex Lunyov
Question #404238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404238 Alex Lunyov posted a new comment: Yes, and it seems the title of that question is not proper. May be this is better: "Java region problem in observer (Sikuli 1.1.1)". "stopObserver&qu

Re: [Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-21 Thread Alex Lunyov
Question #404001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404001 Alex Lunyov posted a new comment: @spyros-liakos, ;) we do all the best to help each other here. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-13 Thread Alex Lunyov
Question #404001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404001 Alex Lunyov posted a new comment: OK, I looked more closely the docs, tried the example and found out that adding the line reg = JRegion(reg) solved my problem at last. I don't know Java, this line

Re: [Sikuli-driver] [Question #404041]: Compare two colors

2016-11-13 Thread Alex Lunyov
Question #404041 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404041 Status: Open => Answered Alex Lunyov proposed the following answer: Hm, they are not equal, see green components are different. -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-13 Thread Alex Lunyov
Question #404001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404001 Alex Lunyov gave more information on the question: The same problem, hundreds of lines "File "C:\SikuliX\SikuliX 1.1.1 08-11\sikulix.jar\Lib\sikuli\Region.py", line 63, in observe"

Re: [Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-12 Thread Alex Lunyov
Question #404001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404001 Status: Answered => Open Alex Lunyov is still having a problem: When I use this: onAppear(img, myhandler) observe(10) - it works fine. It observed the whole screen, see pic and write message &q

[Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-11 Thread Alex Lunyov
New question #404001 on Sikuli: https://answers.launchpad.net/sikuli/+question/404001 I don't understand, why this code hangs up (I use latest 1.1.1 nightly version). def myhandler(event): print "Seen" event.stopObserver() img = "a.png" reg = Region(417,895,209,185) reg.onAppear(img,

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-08 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: May be this will help: GetKeyState returns type SHORT signed and state variable is of Java INT type, and so sign is lost (and hence True value is returned anyway). May

Re: [Sikuli-driver] [Question #403786]: Sikuli running from personal laptop and finding image on remote machine

2016-11-07 Thread Alex Lunyov
Question #403786 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403786 Status: Open => Needs information Alex Lunyov requested more information: Please, post the error message to analyse your incident. How did you know Sikuli hadn't found the image of shortcut? --

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-07 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Well, the problem of _crashing_ was solved, but... I have just realized that Env.isLockOn(...) doesn't work as expected. This function gives True in any cases. Type(Key

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-03 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: OK, RaiMan, I'll do that. Some news meanwhile: I've installed last nightly version of SikuliX on the similar computer (Win 7 64 bit) with Java 7 version installed

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-03 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: I deleted all "C:\Users\Lunyov\AppData\Roaming\Sikulix" folder, no effect. Then I uninstalled Java 8-111, reinstalled it, again deleted SikuliX and installed la

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-02 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Thank you for the advice. I'll try. I have a backup in any case. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-02 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: *installed, sorry. The screenshot was made from the video of closing the Sikuli IDE -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-11-02 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Sos! I've just install the last update 1.1.1 and it seems the workflow interrupts fatally every time on the command Env.isLockOn, see screenshot https://drive.google.com

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-29 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Oh! This is incredible! :) I'm looking forward to be updated and check the solution. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-27 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: May be masuo's and my examples (represented here) will help you a bit. Also notice that the problem of Env.isLockOn arises sometimes when the previous run of the script

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-26 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Thanks, masuo. This bug is 8 month old, so, it might relies on some Java problems but not Sikuli? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-26 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: *if this bug -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-26 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: *if this bug -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #285483]: isLockOn does not change until typing from the keyboard

2016-10-26 Thread Alex Lunyov
Question #285483 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/285483 Alex Lunyov posted a new comment: Just want to check, it this bug is under working. It still exists in last nightly. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #403370]: Problems installing SikuliX 1.1.0 in Windows 8/10 --- try version 1.1.1

2016-10-23 Thread Alex Lunyov
Question #403370 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403370 Alex Lunyov proposed the following answer: Please, check the name of your win-user account on the PCs. It should be non unicode-named (Latin etc. but not Russian, Chinese etc.). If so, login to the latin

Re: [Sikuli-driver] [Question #403295]: Getting time of matching operation

2016-10-21 Thread Alex Lunyov
Question #403295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403295 Alex Lunyov 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 #403295]: Getting time of matching operation

2016-10-21 Thread Alex Lunyov
Question #403295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403295 Status: Answered => Open Alex Lunyov is still having a problem: Thanks a lot for the answer. May be I didn't understand something, but why does getTime() always report a number less then 1000 whil

Re: [Sikuli-driver] [Question #403295]: Getting time of matching operation

2016-10-21 Thread Alex Lunyov
Question #403295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403295 Status: Solved => Open Alex Lunyov is still having a problem: Thanks Raiman! But I still need some help. So, when the image is right on the screen and it matches during first scan, the result is l

Re: [Sikuli-driver] [Question #403295]: Getting time of matching operation

2016-10-21 Thread Alex Lunyov
Question #403295 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403295 Status: Open => Solved Alex Lunyov confirmed that the question is solved: OK, I have just exctracted the list of methods of Match and got .getTime() that is exactly what I need. -- You recei

[Sikuli-driver] [Question #403295]: Getting time of matching operation

2016-10-21 Thread Alex Lunyov
New question #403295 on Sikuli: https://answers.launchpad.net/sikuli/+question/403295 Hi! I need to get the time in milliseconds of matching (if it was successful). When I print a match result I get something like this: a = find(myimage) print a >>M[1014,305 169x155]@S(S(0)[0,0 1920x1080])

Re: [Sikuli-driver] [Question #402813]: Can't find image

2016-10-14 Thread Alex Lunyov
Question #402813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402813 Alex Lunyov posted a new comment: Be sure your visuals with default similarity settings (where there are no green squared numbers on it) are matched with appropriate level of similarity. Or you can always

Re: [Sikuli-driver] [Question #239574]: Sikuli type() vs python\jython type() commands --- use isinstance() instead

2016-10-14 Thread Alex Lunyov
Question #239574 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239574 Alex Lunyov posted a new comment: I had the same problem (and solved for my task). Please, let me know it this workaround is bad for any reason: sikulitype = type # save sikuli type function del type

Re: [Sikuli-driver] [Question #402813]: Can't find image

2016-10-11 Thread Alex Lunyov
Question #402813 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402813 Status: Open => Answered Alex Lunyov proposed the following answer: That could be an issue with setting Settings.MinSimilarity of Sikuli. Have you changed this setting somewhere without restart

Re: [Sikuli-driver] [Question #402758]: all() function

2016-10-05 Thread Alex Lunyov
Question #402758 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402758 Alex Lunyov posted a new comment: (-; -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #402758]: all() function

2016-10-05 Thread Alex Lunyov
Question #402758 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/402758 Status: Answered => Solved Alex Lunyov confirmed that the question is solved: OK, and please add some explanation to the docs. Thanks! -- You received this question notification because your t

[Sikuli-driver] [Question #402758]: all() function

2016-10-04 Thread Alex Lunyov
New question #402758 on Sikuli: https://answers.launchpad.net/sikuli/+question/402758 I have just tryed to run this: print all() and got the line "S(-1)[0,0 1920x1080] E:Y, T:3,0". What does it mean? I have not found the documentation. Will it be bad for Sikuli working if I delete this

Re: [Sikuli-driver] [Question #381074]: How can i compare value on screen with value in my script?

2016-09-05 Thread Alex Lunyov
Question #381074 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/381074 Status: Open => Answered Alex Lunyov proposed the following answer: Is the visual value on your screen text or pic? If it is text you just have to copy it from the screen in the following seque

Re: [Sikuli-driver] [Question #335603]: Sikuli not able to recognise images taken through Remote desktop and when run directly on system due to font antialiasing

2016-08-11 Thread Alex Lunyov
Question #335603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/335603 Status: Open => Answered Alex Lunyov proposed the following answer: OK, there should be a way to run *.bat file to toggle ClearType on/off, look here: http://www.techsupportforum.com/forums/f10/sol

Re: [Sikuli-driver] [Question #335603]: Sikuli not able to recognise images taken through Remote desktop and when run directly on system due to font antialiasing

2016-08-11 Thread Alex Lunyov
Question #335603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/335603 Status: Open => Needs information Alex Lunyov requested more information: Could you manually disable antialiasing on the remote system? If yes, does that system keep this setting? -- You recei

Re: [Sikuli-driver] [Question #335603]: Sikuli not able to recognise images taken through Remote desktop and when run directly on system due to font antialiasing

2016-08-11 Thread Alex Lunyov
Question #335603 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/335603 Status: Open => Answered Alex Lunyov proposed the following answer: There are two main ways to solve your problem: 1. Make both interfaces to use either antialiased or non-antialiased fonts.

[Sikuli-driver] [Bug 1609936] Re: Autoset checkboxes on mouse hover in Settings - moreOptions --- one has to be careful ; -)

2016-08-05 Thread Alex Lunyov
Hope there will be no other such surprises. So this is a bug of NetBeans environment, right? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1609936 Title: Autoset checkboxes on mouse hover in

[Sikuli-driver] [Bug 1609936] [NEW] Autoset checkboxes on mouse hover in Settings

2016-08-04 Thread Alex Lunyov
Public bug reported: Strange behaviour in the Settings box was noticed. 1. Launch Sikuli IDE (both stable and last nightly) 2. Go to Settings → more Options 3. Clear some of the checkboxes in the groups "IDE Layout" or "Messages to show" 4. Move the mouse over "Activate the new layout" checkbox

[Sikuli-driver] [Bug 1597639] Re: [request] inputText() should have more options --- fixed 1.1.1 2016-07-04

2016-07-06 Thread Alex Lunyov
I have tested the build and now it works fine, as expected. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1597639 Title: [request] inputText() should have more options --- fixed 1.1.1

Re: [Sikuli-driver] [Question #295801]: inputText() customisation

2016-07-06 Thread Alex Lunyov
Question #295801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295801 Status: Open => Solved Alex Lunyov confirmed that the question is solved: Now works fine, thanks! -- You received this question notification because your team Sikuli Drivers is an answer cont

[Sikuli-driver] [Bug 1597639] Re: [request] inputText() should have more options --- fixed 1.1.1 2016-07-03

2016-07-04 Thread Alex Lunyov
Dear Raiman, thank a lot for improving user experience in this input tool (and so quick)! I've tested this and found a few problems. So, this is my test code: Settings.InputFontSize = 15# works fine Settings.InputFontMono = True a = inputText("Tell your story please!",title="Script

[Sikuli-driver] [Bug 1597639] Re: [request] inputText() should have more options --- fixed 1.1.1 2016-07-03

2016-07-04 Thread Alex Lunyov
The according test inputText() box ** Attachment added: "The according test inputText() box" https://bugs.launchpad.net/sikuli/+bug/1597639/+attachment/4695208/+files/inputText%20new.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

Re: [Sikuli-driver] [Question #195150]: Set global hotkey without a KeyModifier

2016-07-01 Thread Alex Lunyov
Question #195150 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195150 Alex Lunyov posted a new comment: OK, thanks! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #195150]: Set global hotkey without a KeyModifier

2016-07-01 Thread Alex Lunyov
Question #195150 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/195150 Alex Lunyov proposed the following answer: So, there is no way to pass a KeyModifier argument in addHotkey function, right? We have to give 0 value in the modifier position to set handler of a pure key press

[Sikuli-driver] [Question #295801]: inputText() customisation

2016-06-30 Thread Alex Lunyov
New question #295801 on Sikuli: https://answers.launchpad.net/sikuli/+question/295801 Hi! Could it be possible to bring some custumisation options to inputText(), that is a rather useful feature in Sikuli? Currently it has such disadvantages: very small text in the message as well as user's

[Sikuli-driver] [Bug 1588723] Re: Black Image Exist does not find it

2016-06-17 Thread Alex Lunyov
Please make sure your image size (width and height) is less than width and height of your region. By the way it could be useful to warn a priori (and while running script) if the image can't be found in the region in case the latter is smaller than the former. -- You received this bug

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Alex Lunyov posted a new comment: OK, I got it. Agree with your code decision, I have included it in my script. Thanks! -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Alex Lunyov posted a new comment: Some addition. For beginners (like me) and for compatibility it could be useful to create constant Key.NULL=0, but it is just my humble suggestion. As for my strange comment

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Status: Answered => Solved Alex Lunyov confirmed that the question is solved: Great, thanks! This entirely solved my problem. :) -- You received this question notification because your team Sik

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Alex Lunyov gave more information on the question: In short Key.NULL should act as absence of any keymodifiers, or as "pressing nothing". -- You received this question notification because your t

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Status: Needs information => Open Alex Lunyov gave more information on the question: Sorry, if my problem is not worth taking your attention. I use the following workaround: def typeCopyCommand(key

Re: [Sikuli-driver] [Question #295397]: how to compare special part of an image

2016-06-17 Thread Alex Lunyov
Question #295397 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295397 Status: Open => Answered Alex Lunyov proposed the following answer: You could divide your image into certain parts (hope there are not so many) and then use a list of these subimages with their offs

Re: [Sikuli-driver] [Question #295027]: Pattern match preview in IDE shows two different matches while "Exact" similarity is set

2016-06-17 Thread Alex Lunyov
Question #295027 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295027 Status: Open => Solved Alex Lunyov confirmed that the question is solved: Thanks a lot for your suggestion! -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-17 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Description changed to: Is there any way to set "null" keymodifier (let call it "Key.Null") in the type function? So that these lines were equivalent: type("c") type("c",) type("c",Key.Null) I need it to

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-16 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Description changed to: Is there any way to set "null" keymodifier (let call it "Key.Null") in the type function? So that these lines where equivalent: type("c") type("c",) type("c",Key.Null) I need it to

Re: [Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-16 Thread Alex Lunyov
Question #295399 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295399 Description changed to: Is there any way to set "null" keymodifier (let call it "Key.Null") in the type function? So that these lines where equivalent: type("c") type("c",) type("c",Key.null) I need it to

[Sikuli-driver] [Question #295399]: Null keymodifier in type()

2016-06-16 Thread Alex Lunyov
New question #295399 on Sikuli: https://answers.launchpad.net/sikuli/+question/295399 Is there any way to set "null" keymodifier (let call it "Key.Null") in the type function so that these lines where equivalent: type("c") type("c",) type("c",Key.null) I need it to call type() with and without

Re: [Sikuli-driver] [Question #295187]: How To Change MoveMouseDelay using Java

2016-06-14 Thread Alex Lunyov
Question #295187 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/295187 Alex Lunyov posted a new comment: @RaiMan thanks again, I have successfully installed fixed version as soon as it was released. -- You received this question notification because your team Sikuli Drivers

  1   2   >