Re: [Sikuli-driver] [Question #697263]: random function definition error

2021-05-27 Thread martin matias garcia
Question #697263 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697263 Status: Needs information => Solved martin matias garcia confirmed that the question is solved: I found the problem, running the full script after repairing the function solves my problem, thanks -- Y

Re: [Sikuli-driver] [Question #696128]: Mouse: not useable (blocked) in remote machine

2021-05-27 Thread Ashish Rnjan
Question #696128 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696128 Ashish Rnjan posted a new comment: Just putting here, I am sure that it has nothing to do with my local(mac) machine, because when I executed from another local machine(Windows) then also, I am getting sam

Re: [Sikuli-driver] [Question #696128]: Mouse: not useable (blocked) in remote machine

2021-05-27 Thread Ashish Rnjan
Question #696128 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696128 Ashish Rnjan posted a new comment: Facing same issue. I am using Mac machine: macOS Catalina(10.15.7) and my remote machine which is vmware Windows 10 machine. Trying to remote access and execute the script

Re: [Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread CDT
Question #697271 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697271 Status: Needs information => Open CDT gave more information on the question: I'm on Version 2.0.4 This is my scenario: At the start of the script I create a log dir, all assets are the written to thi

Re: [Sikuli-driver] [Question #697263]: random function definition error

2021-05-27 Thread RaiMan
Question #697263 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697263 Status: Open => Needs information RaiMan requested more information: SikuliX version? Hope your mean "def function ():" ;-) Could you paste a snippet, that allows to reproduce? -- You received this

Re: [Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread RaiMan
Question #697271 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697271 Status: Open => Needs information RaiMan requested more information: I have to check, but I do not think it is possible in the moment. SikuliX version? -- You received this question notification beca

[Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread CDT
New question #697271 on SikuliX: https://answers.launchpad.net/sikuli/+question/697271 When using the setLogFile() function, the file is held by sikuli until the Sikuli IDE is closed, or another script is run. Is there a way to force sikuli to release the file? Similar to the .close() function