Hey everyone , I have just purchased Scriptmaster in the hope that the script timer function would perform a few tricks for me , but I'm stuck.
Firstly , I'm using FMPA11 on windows 7 64bit , Java Runtime version 1.6.0_24.
I am having a few problems so maybe some here can help me.
Firstly , when I use the ScriptMaster.fp7 file to test the CallScriptWithDelay external function , it does not trigger the script after the specified delaySeconds value. EG:
fileName = ScriptMaster
scriptToRun = TOC
delaySeconds = 20 (or 5 or anything else)
The resultcode of these tests are always "1" , which I think means no error.
The script does not trigger after the specified time. However , if I test the function a second time , the first trigger I set then executes immediately. If I wait , the script will trigger up to 5 minutes later !. It's like the stack is being held up or something.
After creating the plugin as a .fmx plugin and building into my own application , I get the same result as testing in ScriptMaker.fp7.
Secondly , when I use the CallScriptAtScheduledTime , I get an error saying that the date is unparseable , even If I use "M/d/yyyy h:mm:ss a" format (9/14/2011 11:11:58 AM for example)
Is there any "in depth" documentation on these functions as the user guide does not really explain each function in any detail.
Thanks in advance.