Double click to run a .skl file not working

Asked by Jamma

Hello,
I am using sikuli-X-rc3 for my script to do same test on a iPhone simalutor on a mac Book Pro osx 10.9
When the script is running. It show down suddenly and it seen to be missing the keyup function.
(e.g. my script will type some word - "apple", and the result will be "aaaaaaaaaaaaaaaaaaaaaaa.....")

So I try to update to sikuli-X 1.0.1
The problem solve perfectly.
But another problem is when i export a .skl file
And try to run it , sikuli logo show in dock and it gone.
The script didn't start.

I find that this is a confirmed bug
So I would like to ask when will have a sikuli1.1.0 release? (It seem to be end of Feb)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Jamma
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

runIDE.cmd -r yourscript.skl

should work

*** 1.1.0 will not solve the issue: double clicking on .skl to run them will never come back again. I am planning to have an option, to pack all stuff from a .sikuli and even a bunch of them into a runnable jar file, which then could be double clicked to run it (but only later this year).

Revision history for this message
Jamma (jamma) said :
#2

Great Thanks
It works now :D