[Sikuli-driver] [Question #675229]: Sikuli 1.1.3: How to derive name of script?

2018-10-15 Thread Ron Turrentine
New question #675229 on Sikuli: https://answers.launchpad.net/sikuli/+question/675229 I have developed a "Control" script which processes a list of Sikuli scripts that it pulls from a SQL database. It does this by using the "setBundlePath" and "execfile" commands for each script in the list, run

Re: [Sikuli-driver] [Question #675229]: Sikuli 1.1.3: How to derive name of script?

2018-10-15 Thread Ron Turrentine
Question #675229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675229 Description changed to: I have developed a "Control" script which processes a list of Sikuli scripts that it pulls from a SQL database. It does this by using the "setBundlePath" and "execfile" commands for ea

Re: [Sikuli-driver] [Question #675229]: Sikuli 1.1.3: How to derive name of script?

2018-10-15 Thread Ron Turrentine
Question #675229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675229 Description changed to: I have developed a "Control" script which processes a list of Sikuli scripts that it pulls from a SQL database. It does this by using the "setBundlePath" and "execfile" commands for ea

Re: [Sikuli-driver] [Question #675229]: Sikuli 1.1.3: How to derive name of script?

2018-10-15 Thread Ron Turrentine
Question #675229 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675229 Status: Open => Solved Ron Turrentine confirmed that the question is solved: I figured it out! I realized that I could use "getBundlePath()" within the child scripts to pull back the current script name