[Sikuli-driver] [Bug 1856039] [NEW] ERROR: ...TEMP...: %1 is not a valid Win32 application

2019-12-11 Thread Tony May
Public bug reported: I am getting the following error when trying to run a simple script: [error] RunTime:Problematic lib: C:\Users\78AutoTest\AppData\Roaming\Sikulix\SikulixLibs\opencv_java342.dll (...TEMP...) [error] RunTime:opencv_java342.dll loaded, but it might be a problem with needed

[Sikuli-driver] [Bug 1855413] Re: Issue in SikuliX while running script in remote desktop.

2019-12-11 Thread Sarthik B
[8750 debug] Region: hover: C:\Users\sttester\Desktop\Sarthik\sikulix\images\DNA\Login\check\LoginDialogNew.PNG [8750 debug] Image: reused: C:\Users\sttester\Desktop\Sarthik\sikulix\images\DNA\Login\check\LoginDialogNew.PNG

[Sikuli-driver] [Bug 1856039] Re: ERROR: ...TEMP...: %1 is not a valid Win32 application

2019-12-11 Thread Tony May
I resolved this problem by deleting this folder: C:\Users\TestUser\AppData\Roaming\Sikulix Then copied the sikulix.jar and jython jar over again and reran. ** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #686932]: Is it possible to pass a variable to the Region command?

2019-12-11 Thread Mark McGuinn
New question #686932 on Sikuli: https://answers.launchpad.net/sikuli/+question/686932 Hi, I am trying to dynamically create regions on the screen at different locations and want to pass the Region() command a variable containing the co-ordinates of the new region. base_loc =

Re: [Sikuli-driver] [Question #686932]: Is it possible to pass a variable to the Region command?

2019-12-11 Thread RaiMan
Question #686932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686932 Status: Open => Answered RaiMan proposed the following answer: simply so: reg2 = Region(x_cord_s, y_cord_s, w_const_s, h_const_s) supposing that x_cord_s ... have been set before to the needed

Re: [Sikuli-driver] [Question #686932]: Is it possible to pass a variable to the Region command?

2019-12-11 Thread Mark McGuinn
Question #686932 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/686932 Status: Answered => Solved Mark McGuinn confirmed that the question is solved: Many thanks for ending my frustration on this one! Just for completeness incase anyone is looking at this later the

Re: [Sikuli-driver] [Question #269185]: OnAppear and OnVanish on the same region

2019-12-11 Thread panadol007
Question #269185 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269185 Status: Open => Answered panadol007 proposed the following answer: Thanks for the good tool RaiMan, I run into the same problem too. setInactive / setActive not functioning, event.repeat() will trigger