Re: [Sikuli-driver] [Question #682554]: The sikuli image sensitivity disappeared

2019-08-15 Thread Doug Symes
Question #682554 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682554

Status: Answered => Solved

Doug Symes 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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #682554]: The sikuli image sensitivity disappeared

2019-08-05 Thread Doug Symes
Question #682554 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682554

Status: Needs information => Open

Doug Symes gave more information on the question:
No matter which tab we select the parens are empty.  Sikuli was not this
way over the past months.  If I try to update it, the response is that
I'm on the latest version.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #682554]: The sikuli image sensitivity disappeared

2019-08-02 Thread Doug Symes
New question #682554 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682554

When I try to go back and set image sensitivity in Sikuli the slider is gone 
and only the (   and)  are left.
So now it looks like this whenever I click on the image to set sensitivity:







(  )


There is nothing where the slider was.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-12 Thread Doug Symes
Question #677412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677412

Doug Symes posted a new comment:
I'll  lean in and see if I can't figure this out.  Thanks much.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-11 Thread Doug Symes
Question #677412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677412

Doug Symes gave more information on the question:
In addition to finding out the upgrade process to go from SikuliX 1.1.3 to 
1.1.4;
Can you tell me how you interpret this log data?

[error] script [ C:\Users\biuser\Documents\QMG_Live.sikuli ] stopped with error 
at line --unknown--
[error] Error caused by: Traceback (most recent call last):
  File "C:\Users\biuser\Documents\QMG_Live.sikuli\QMG_Live.py", line 2, in 

doubleClick(Pattern("1544653159352.png").similar(0.82))
  Line 2761, in file Region.java

at org.sikuli.script.Region.wait(Region.java:2761)
at org.sikuli.script.Region.find(Region.java:2326)
at org.sikuli.script.Region.getLocationFromTarget(Region.java:3220)
at org.sikuli.script.Region.doubleClick(Region.java:3767)
at org.sikuli.script.Region.doubleClick(Region.java:3752)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
org.sikuli.script.FindFailed: FindFailed: 1544653159352.png: (68x89) in 
S(0)[0,0 1920x1080] E:Y, T:3.0
  Line 2761, in file Region.java
== EOF =

Is it as simple as Whatever is on line 2 had an error?   Is it that the
image listed on the last line of the log was just not found on the
screen and the code timed out?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-10 Thread Doug Symes
Question #677412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677412

Status: Answered => Open

Doug Symes is still having a problem:
1.1.3 SikuliX
Java 1.8.0.191

What is the upgrade process?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-10 Thread Doug Symes
Question #677412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677412

Status: Answered => Open

Doug Symes is still having a problem:
I only use type() for hitting ESC b/c at one point when I'm clicking on things 
in the application, the screen switches as if someone hit the Windows key (this 
could happen in any of several places) so I inserted a check for it and hit ESC 
to return to the application.
Here is the whole PY file from SikuliX - as you can see I'm almost always 
looking for images exclusively.  I will tack on the log I'm getting 
periodically for your perusal:

#Launch PowerBI and open the QMG-Live PBIX file.
doubleClick(Pattern("1544653159352.png").similar(0.82))
wait(Pattern("1544656197122.png").similar(0.61),60)
click(Pattern("1544215649288.png").similar(0.80))
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if exists(Pattern("1544215829534.png").similar(0.74),5):
click(Pattern("1544215896229.png").similar(0.89),5) 
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
waitVanish(Pattern("1544216116787.png").similar(0.80),80)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
wait(Pattern("1544216171532.png").similar(0.57),20)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
click(Pattern("1544216198461.png").similar(0.80),20)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if exists(Pattern("1544824408767.png").similar(0.80),10):
click(Pattern("1544826489006.png").similar(0.80),5)
else:
if exists(Pattern("Server_Desktop.png").similar(0.80)):
   type(Key.ESC) 
if exists(Pattern("1544718781015.png").similar(0.80),1):
   click(Pattern("1544718781015.png").similar(0.80),1)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
Found = False
i=0
while i < 5 :
i = i+1
if i>1:
   if exists(Pattern("1544718936612.png").similar(0.80),5):
  click(Pattern("1544718936612.png").similar(0.78),5)
if exists(Pattern("1544719057841.png").similar(0.82),5):
Found = True 
break
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if Found:
click(Pattern("1544719165835.png").similar(0.78),6)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
click(Pattern("1544719189664.png").similar(0.86),6)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if exists(Pattern("1544824573671.png").similar(0.80),6):
click(Pattern("1544719214036.png").similar(0.82),6)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
wait(Pattern("1544719259439.png").similar(0.78),180)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
click(Pattern("1544719321513.png").similar(0.75),5)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if exists(Pattern("1544719633417.png").similar(0.80),5):
click(Pattern("1544719633417.png").similar(0.80),5)
if exists(Pattern("Server_Desktop.png").similar(0.80)):
type(Key.ESC) 
if exists(Pattern("1544826115697.png").similar(0.79),3):
click(Pattern("1544826115697.png").similar(0.79),3)   
if exists(Pattern("1544719633417.png").similar(0.80),3):
click(Pattern("1544719633417.png").similar(0.80),3)
if exists(Pattern("1544826115697.png").similar(0.79),3):
click(Pattern("1544826115697.png").similar(0.79),3)   
#the end


=== Sikuli Log File (usually there are not errors) 
===
[error] script [ C:\Users\biuser\Documents\QMG_Live.sikuli ] stopped with error 
at line --unknown--
[error] Error caused by: Traceback (most recent call last):
  File "C:\Users\biuser\Documents\QMG_Live.sikuli\QMG_Live.py", line 2, in 

doubleClick(Pattern("1544653159352.png").similar(0.82))
  Line 2761, in file Region.java

at org.sikuli.script.Region.wait(Region.java:2761)
at org.sikuli.script.Region.find(Region.java:2326)
at org.sikuli.script.Region.getLocationFromTarget(Region.java:3220)
at org.sikuli.script.Region.doubleClick(Region.java:3767)
at org.sikuli.script.Region.doubleClick(Region.java:3752)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   

Re: [Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-09 Thread Doug Symes
Question #677412 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677412

Status: Needs information => Open

Doug Symes gave more information on the question:
I am running SikuliX scripts on a remote machine, that is managed via a
TightVNC session.

Windows Task Scheduler calls the batch file that has this code:

start /i /b /wait c:\users\biuser\desktop\sikuli\runsikulix -f 
c:\users\biuser\desktop\sikuli\sikuli-log.txt -r 
c:\users\biuser\Documents\QMG_Live.sikuli
findstr /i /g:c:\users\biuser\desktop\sikuli\log_string_search_list.txt 
c:\users\biuser\Desktop\Sikuli\sikuli-log.txt
if %errorlevel% == 0 (
   GOTO SENDMAIL
) ELSE (
   GOTO NOTHING
)
:SENDMAIL
 aws ses send-email --to sikuli-...@qualbe.com --from helpd...@qualbe.com 
--source-arn arn:aws:ses:us-east-1::identity/qualbe.com --subject 
"Data-Mining BI Error" --text "Please login to data-mining.qmg.local and check 
on PBI Desktop to make sure its still running okay.  Look at the log file from 
the automated Sikuli Windows Scheduled Task.  The log is located here:  
c:\users\biuser\Desktop\Sikuli\sikuli-log.txt"
:NOTHING
exit
-- EOF -

1) What do you make of the VNC issue?
2) Is the above batch file a typical use for SikuliX / Acceptable use?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #677412]: after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-09 Thread Doug Symes
New question #677412 on Sikuli:
https://answers.launchpad.net/sikuli/+question/677412

I'm launching my jar from java within a windows batch file that is called by 
windows task scheduler.  However, after the scheduled task completes and the 
Windows CMD Prompt closes, then if I try to click on a specific task in Windows 
Tasks list, all the tasks I click on highlight.  Its as if I've anchored the 
first task and am using SHIFT+Click to select several tasks. If I close 
TightVNC and reopen it all is well.  I checked the Keyboard mapping and it is 
the normal US English (0409).  Please advise.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Bug 1811016] [NEW] after sikulix script completes my mouse clicks do not work right via TightVNC

2019-01-08 Thread Doug Symes
Public bug reported:

I'm launching my jar from java within a windows batch file that is
called by windows task scheduler.  However, after the scheduled task
completes and the Windows CMD Prompt closes, then if I try to click on a
specific task in Windows Tasks list, all the tasks I click on highlight.
Its as if I've anchored the first task and am using SHIFT+Click to
select several tasks. If I close TightVNC and reopen it all is well.  I
checked the Keyboard mapping and it is the normal US English (0409).
Please advise.

** Affects: sikuli
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1811016

Title:
  after sikulix script completes my mouse clicks do not work right via
  TightVNC

Status in Sikuli:
  New

Bug description:
  I'm launching my jar from java within a windows batch file that is
  called by windows task scheduler.  However, after the scheduled task
  completes and the Windows CMD Prompt closes, then if I try to click on
  a specific task in Windows Tasks list, all the tasks I click on
  highlight.  Its as if I've anchored the first task and am using
  SHIFT+Click to select several tasks. If I close TightVNC and reopen it
  all is well.  I checked the Keyboard mapping and it is the normal US
  English (0409).  Please advise.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1811016/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp