Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-12-03 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

charliedaps posted a new comment:
@RaiMan

Hello,

Thank you for these explanations.

Effectively the solution to start the cripts one after the other is very
simple.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-12-02 Thread RaiMan
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

RaiMan posted a new comment:
@charlie
... yes there is a limit, but not in terms of lines but in KiloByte (KB): a 
script file in terms of characters cannot be larger than 64 KB.

I cannot judge, wether this limit is touched by your script.

in doubt divide your script in parts that can be run one after the other
(solution as comment #3)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Mike posted a new comment:
OK, thanks. I'll raise this as a new question as the forum doesn't date
changes post 'solved' by the looks of it.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

charliedaps posted a new comment:
Hello,

I am not very good at this language and this program so I will not be
very precise in my answer.

In fact, I do not have an error message but the coding does not start.

These are 160 line steps so it's a simple copy paste with just one or
two changes and when I go beyond 1,500 lines, it does not start anymore.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread Mike
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Mike posted a new comment:
So you said if your program goes over 1500 lines 'it does not work any
more'. What actually happens?

General question to everyone: is there a 1500 line limit somewhere in
SikuliX?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-30 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Answered => Solved

charliedaps confirmed that the question is solved:
Thanks masuo, that solved my question.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread masuo
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Open => Answered

masuo proposed the following answer:
try this.
runScript("C:\auto\test1.sikuli")
runScript("C:\auto\test2.sikuli")
runScript("C:\auto\test3.sikuli")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread charliedaps
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Answered => Open

charliedaps is still having a problem:
Thank you very much for your link but I do not understand much about it.
I am not a programmer;);)

When I create a file (finally a folder with the images and the files
codes), this one is for example c:\auto\test1

I think I'll have 3 or 4 files like that. (c:\auto\test2, ..)

So I have to create another file that will start them one after the
other but what are the lines of code.

Sorry but I do not understand what is in the help.

Thanks by advance for your help

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #676456]: Start another file when the first one is finished

2018-11-29 Thread masuo
Question #676456 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676456

Status: Open => Answered

masuo proposed the following answer:
Here is an explanation.
https://sikulix-2014.readthedocs.io/en/latest/scripting.html#running-scripts-and-snippets-from-within-other-scripts-and-run-scripts-one-after-the-other

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp