Re: [Sikuli-driver] [Question #267182]: TightVNC: click into VNC window does not work

2018-01-10 Thread RaiMan
Question #267182 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267182 Linked to bug: #1742389 https://bugs.launchpad.net/bugs/1742389 "[1.1.1] TightVNC: click into VNC window does not work" -- You received this question notification because your team Sikuli Driver

[Sikuli-driver] [Question #267182]: Status of bug #1742389 changed to 'Fix Committed' in Sikuli

2018-01-10 Thread RaiMan
Bug #1742389 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1742389 "[1.1.1] TightVNC: click into VNC window does not work --- fixed 1.1.2" This bug is linked to #267182. TightVNC: click into VNC window does not work https://answers.launchpad.net/sikul

[Sikuli-driver] [Bug 1742389] [NEW] [1.1.1] TightVNC: click into VNC window does not work --- fixed 1.1.2

2018-01-10 Thread RaiMan
Public bug reported: I am facing an issue while using SikUli function Region.Click(). I am using this function to detect and click on a Region in a Window. But this fails always. The weird thing is when i do Region.highlight(), it hightlights the particular region correctly. Immediately after t

[Sikuli-driver] [Bug 1742389] Re: [1.1.1] TightVNC: click into VNC window does not work --- fixed 1.1.2

2018-01-10 Thread RaiMan
At least as a quick fix I added these object methods to VNCScreen (latest nightly 1.1.2): // flag a Region Location as being on this VNCScreen Region set(Region element) Location set(Location element) // get new Region/Location on this VNCScreen Location newLocation(int x, int y) Location newLoca

Re: [Sikuli-driver] [Question #657904]: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat

2018-01-10 Thread Madhusudhan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 Madhusudhan posted a new comment: Hi RaiMan, Thanks for the info!. Also looking forward to C# integration with SikuliX 2.0!! Please update the info! -- You received this question notification because your

Re: [Sikuli-driver] [Question #657904]: ADBScreen.capture(): UnsatisfiedLinkError with OpenCV Mat

2018-01-10 Thread RaiMan
Question #657904 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/657904 RaiMan posted a new comment: Where did you get the info, that 2.0 wil integrate with C#? I do not have any plans in that direction.l -- You received this question notification because your team Sikuli Drive

[Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
New question #662804 on Sikuli: https://answers.launchpad.net/sikuli/+question/662804 I need to adjust cell A2 from "No" to "Yes" at the end of my script. Cant get it to work. Please show me the line of code. Thanks in advance. -- You received this question notification because your team Sikul

Re: [Sikuli-driver] [Question #662682]: Facing some hiccups when running skl script from excel VBA

2018-01-10 Thread sami baig
Question #662682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662682 Status: Answered => Open sami baig is still having a problem: Are you calling modules through this script by def (event) by module name script01 and script02 ? and what does mean of "Env.addHotkey("m", K

Re: [Sikuli-driver] [Question #662682]: Facing some hiccups when running skl script from excel VBA

2018-01-10 Thread masuo
Question #662682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662682 Status: Open => Answered masuo proposed the following answer: First of all, read document about Env.addHotkey(). http://sikulix-2014.readthedocs.io/en/latest/interaction.html#listening-to-global-hotkeys

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread masuo
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Open => Answered masuo proposed the following answer: I recommend you to use EXCEL VBA to fulfill the requirements. If you want to SikuliX to modify cell value, you have to write codes that open

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: I don't want to use VBA it needs to be done by SikuliX. Otherwise the script wont work. Please just tell me the lines Op wo 10 jan. 20

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread masuo
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Open => Answered masuo proposed the following answer: Sorry I don't know module to modify EXCEL cell value. The function of xlrd is to read the information from the EXCEL file. -- You received

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: So SikuliX has not a single option to Edit excel cells? Like xlwt or something Op wo 10 jan. 2018 om 23:09 schreef masuo < question662.

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread masuo
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Open => Answered masuo proposed the following answer: The function of xlwt is to creating Excel files. For more information please read the document. http://xlwt.readthedocs.io/en/latest/api.html

Re: [Sikuli-driver] [Question #662804]: I need Sikuli to change a value in an existing Excel sheet cell

2018-01-10 Thread Stephan Timmers
Question #662804 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662804 Status: Answered => Open Stephan Timmers is still having a problem: And what about xlutils? So again: SikuliX has NO way to Edit existing excel files? Can barely believe it. Op wo 10 jan. 2018 om 23:

[Sikuli-driver] [Question #662882]: how to create .bat file to run sikuli script , program language is python

2018-01-10 Thread Ju1+i-我 .
New question #662882 on Sikuli: https://answers.launchpad.net/sikuli/+question/662882 hi ,all here is my code: def subMain(self): fName = 'proc' #print detailed error log information logMsg = 'Class[%(cName)s] Function[%(fName)s] is start.' %{'cName': self.CNAME, 'fN

Re: [Sikuli-driver] [Question #662882]: how to create .bat file to run sikuli script , program language is python

2018-01-10 Thread masuo
Question #662882 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662882 Status: Open => Answered masuo proposed the following answer: Please read document. http://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html -- You received this question notification bec

Re: [Sikuli-driver] [Question #662882]: how to create .bat file to run sikuli script , program language is python

2018-01-10 Thread Ju1+i-我 .
Question #662882 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662882 Status: Answered => Solved Ju1+i-我. confirmed that the question is solved: thank you so much -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.