[Sikuli-driver] [Question #150530]: (Chinese (Traditional)) about array

2011-03-26 Thread steven
A question was asked in a language (Chinese (Traditional)) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/150530 hello I want printf the array output but I don't know how to use this is my code: doubleClick( ) a = [ 0 , 0 , 10 , 20 ]

[Sikuli-driver] [Question #150648]: (Chinese (Traditional)) about for loop

2011-03-27 Thread steven
A question was asked in a language (Chinese (Traditional)) spoken by none of the registered Sikuli answer contacts. https://answers.launchpad.net/sikuli/+question/150648 my code : a = [ 1 , 2 , 3 , 4 ] type(str(a[3])) type(str(a[2])) type(str(a[1])) type(str(a[0])) then it will printf : 4 3 2

[Sikuli-driver] [Question #268017]: How do I get my environment variables in sikuli?

2015-06-11 Thread Steven
New question #268017 on Sikuli: https://answers.launchpad.net/sikuli/+question/268017 I've installed SikuliX from sikulixsetup-1.1.0-20150610.230943-100-forsetup.jar and created a very simple script to start up an application on my machine. The application in question needs a licence which it

Re: [Sikuli-driver] [Question #700878]: How to replace targetOffset from a variable already set targetOffset.

2022-03-11 Thread steven
Question #700878 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700878 Status: Answered => Solved steven confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

[Sikuli-driver] [Question #700878]: How to replace targetOffset from a variable already set targetOffset.

2022-03-09 Thread steven
New question #700878 on SikuliX: https://answers.launchpad.net/sikuli/+question/700878 How to replace targetOffset from a variable already set targetOffset. def PIC_TT(): TT=Pattern("TT.png").targetOffset(100,0) return TT TTT=PIC_TT() I want change TTT as

[Sikuli-driver] [Bug 1325625] [NEW] SikulX 1.1.0 Beta1 No dropdown on Tool menu in Windows 7 64bit

2014-06-02 Thread Steven Gotschall
Public bug reported: SikuliX 1.1.0 Beta1. No dopdown appears when you click Tools on the menu in Windows 7 64 bit. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

Re: [Sikuli-driver] [Question #145923]: Crop, resize or modify a captured image

2011-03-11 Thread Steven Bartel
Question #145923 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/145923 Steven Bartel posted a new comment: Note that, simply running popen(python myscript.py) actually still runs myscript.py in the Jython environment. Specifying the version of python that you want to run fixes

[Sikuli-driver] [Question #183032]: uc1.sikuli calls uc1_sc1.sikuli calls uc1_sc1_tc1.sikuli calls actm_delegation1.sikuli

2011-12-27 Thread Steven Altsman
New question #183032 on Sikuli: https://answers.launchpad.net/sikuli/+question/183032 I have 4 scripts where one calls another, nested. uc1.sikuli --- from sikuli import * uc_path = c:\\Users\\\\Documents\\sikuli if not uc_path in sys.path: sys.path.append(uc_path) print uc_path print uc1

Re: [Sikuli-driver] [Question #183032]: SOLVED: uc1.sikuli calls uc1_sc1.sikuli calls uc1_sc1_tc1.sikuli calls actm_delegation1.sikuli

2011-12-27 Thread Steven Altsman
Question #183032 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/183032 Summary changed to: SOLVED: uc1.sikuli calls uc1_sc1.sikuli calls uc1_sc1_tc1.sikuli calls actm_delegation1.sikuli Description changed to: [[[SOLVED:]]] Apparently, the .html and .py files in the folder

Re: [Sikuli-driver] [Question #183032]: SOLVED: uc1.sikuli calls uc1_sc1.sikuli calls uc1_sc1_tc1.sikuli calls actm_delegation1.sikuli

2011-12-27 Thread Steven Altsman
Question #183032 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/183032 Status: Open = Solved Steven Altsman confirmed that the question is solved: Apparently, the .html and .py files in the folder were saved as ACTM1_DELEGATION instead of ACTM_DELEGATION1, even though

[Sikuli-driver] [Bug 1413796] Re: UI Elements Modify Screen Bounds

2015-01-22 Thread Steven Horita
After trying a few more things, the change happens also when pressing the screenshot button. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1413796 Title: UI Elements Modify Screen Bounds Status

[Sikuli-driver] [Bug 1413796] [NEW] UI Elements Modify Screen Bounds

2015-01-22 Thread Steven Horita
Public bug reported: Using SikuliIDE 1.1.0 (2015-01-16_01:00nightly) - python I just recently installed this program on a Windows 7 Enterprise machine. I am using two monitors. I installed Sikuli onto a network drive. When I first open the IDE, there are no problems, everything works the way

[Sikuli-driver] [Question #675694]: Matching Game - How to?

2018-10-28 Thread Steven Csukardi
New question #675694 on Sikuli: https://answers.launchpad.net/sikuli/+question/675694 Very new to Sikuli (and coding). Been trying to automate a matching game but I can't seem to get it working. In a section on the window, arrows will appear around the center, up, down, left and right. They

Re: [Sikuli-driver] [Question #675694]: Matching Game - How to?

2018-10-29 Thread Steven Csukardi
Question #675694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675694 Steven Csukardi posted a new comment: Unfortunately I don't have any screenshots and I cannot link the game as it's not on the net. No benefit other than seeing if I could create the project and get

Re: [Sikuli-driver] [Question #675694]: Matching Game - How to?

2018-10-30 Thread Steven Csukardi
Question #675694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675694 Steven Csukardi posted a new comment: I'll read more up on the Observe feature, thank you. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #675694]: Matching Game - How to?

2018-10-30 Thread Steven Csukardi
Question #675694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675694 Status: Answered => Solved Steven Csukardi confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #687980]: Where can I find examples of SikulixServer being used

2020-01-15 Thread Steven Alvarez
Question #687980 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687980 Status: Open => Solved Steven Alvarez confirmed that the question is solved: I solved my own problem so I no longer need an answer -- You received this question notification because your team Sik

[Sikuli-driver] [Question #687980]: Where can I find examples of SikulixServer being used

2020-01-13 Thread Steven Alvarez
New question #687980 on Sikuli: https://answers.launchpad.net/sikuli/+question/687980 I'm trying to utilize the information from the following: https://github.com/RaiMan/SikuliX1/wiki/New-SikulixServer-Design#groups To run a Sikulix server and then execute a script on the server from a