Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread RaiMan
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Open => Answered RaiMan proposed the following answer: sorry for my mistake - this works: localappdata = os.environ.get("LOCALAPPDATA") programfiles = os.environ.get("PROGRAMFILES") var1 = r"%s\

Re: [Sikuli-driver] [Question #258340]: How to use sikuli operations on ScreenShot Image File (UNLIKE Screen Region)

2014-11-27 Thread deva
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Status: Answered => Solved deva confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, whi

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 fordox gave more information on the question: and, I can use the function "exists" for "os.path.exists ? I need to script waited until the specified file if the folder will not be created. like this: ...

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Solved => Open fordox is still having a problem: Where did I go wrong? import os localappdata = os.environ("LOCALAPPDATA") programfiles = os.environ("PROGRAMFILES") var1 = r"%s\test1" % localap

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Answered => Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, w

Re: [Sikuli-driver] [Question #258340]: How to use sikuli operations on ScreenShot Image File (UNLIKE Screen Region)

2014-11-27 Thread RaiMan
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Status: Open => Answered RaiMan proposed the following answer: see http://sikulix-2014.readthedocs.org/en/latest/finder.html#finder -- You received this question notification because you are a member

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread RaiMan
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Open => Answered RaiMan proposed the following answer: SikuliX at the function level needs absolute paths, means %xxx% substitution is not supported nor .. path elements. But you have the Python

Re: [Sikuli-driver] [Question #258340]: How to use sikuli operations on ScreenShot Image File (UNLIKE Screen Region)

2014-11-27 Thread deva
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Summary changed to: How to use sikuli operations on ScreenShot Image File (UNLIKE Screen Region) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #258340]: How to use siluli operations on ScreenShot Image File (UNLIKE Screen Region)

2014-11-27 Thread deva
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Summary changed to: How to use siluli operations on ScreenShot Image File (UNLIKE Screen Region) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer con

Re: [Sikuli-driver] [Question #258340]: How to use siluli operations on Image (UNLIKE Screen Region)

2014-11-27 Thread deva
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Summary changed to: How to use siluli operations on Image (UNLIKE Screen Region) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #258340]: How to use kiluli operations on Image (UNLIKE Screen Region)

2014-11-27 Thread deva
Question #258340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258340 Summary changed to: How to use kiluli operations on Image (UNLIKE Screen Region) Description changed to: we found our machine too slow, for region captures on large webpages( with lots of pagedowns) could y

[Sikuli-driver] [Question #258340]: find images inside full screen rather than inside region

2014-11-27 Thread deva
New question #258340 on Sikuli: https://answers.launchpad.net/sikuli/+question/258340 find all images inside the screen shot without using region and capture the image what we are trying to find inside the screen shot -- You received this question notification because you are a member of Sikul

[Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
New question #258335 on Sikuli: https://answers.launchpad.net/sikuli/+question/258335 How to use Windows variables in path to some file. In Sikuli required to use an absolute path? Such as: var1 = r"%SYSTEMDRIVE%\notepad.exe" var2 = r"%LOCALAPPDATA%\test" var3 = r"%PROGRAMFILES%\test\test.exe"

Re: [Sikuli-driver] [Question #206956]: Can't launch sikuli script due to dll error

2014-11-27 Thread Saba Ahang
Question #206956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/206956 Saba Ahang posted a new comment: I'm having the same issue! can you explain what do you mean by "the calling machine and the remote machine have the same software installed on them." ? what software? -- You

[Sikuli-driver] [Bug 1396903] [NEW] [request] want to select font and position in SikuliX's dialogs like input()

2014-11-27 Thread RaiMan
Public bug reported: Is there currently a way to alter the style and properties of the included Sikuli input() box? I want to increase the font size used and possible set a starting position x,y position for the popup. Thanks ** Affects: sikuli Importance: Medium Assignee: RaiMan (raim

[Sikuli-driver] [Question #258309]: Status of bug #1396903 changed to 'In Progress' in Sikuli

2014-11-27 Thread RaiMan
Bug #1396903 status changed in Sikuli: New => In Progress https://bugs.launchpad.net/sikuli/+bug/1396903 "[request] want to select font and position in SikuliX's dialogs like input()" This bug is linked to #258309. Alter properties of SIkuli input box https://answers.launchpad.net/sikuli/+q

Re: [Sikuli-driver] [Question #258309]: Alter properties of SIkuli input box

2014-11-27 Thread RaiMan
Question #258309 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258309 Status: Open => Answered RaiMan proposed the following answer: Sorry currently no, but I will make this a request bug for version 1.2. meanwhile if possible for you, you can use the related Java feature

Re: [Sikuli-driver] [Question #258309]: Alter properties of SIkuli input box

2014-11-27 Thread RaiMan
Question #258309 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258309 Linked to bug: #1396903 https://bugs.launchpad.net/bugs/1396903 "[request] want to select font and position in SikuliX's dialogs like input()" -- You received this question notification becaus

Re: [Sikuli-driver] [Question #258297]: Fatal Error 110: loading: VisionProxy.dll

2014-11-27 Thread RaiMan
Question #258297 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258297 Status: Open => Answered RaiMan proposed the following answer: Any pointers on system path to Sikuli libs folders of prior versions? Any pointers to Sikuli stuff in the environment? If yes, purge them a