Re: How to create a background process

2009-09-27 Thread Peter Alcibiades
://www.nabble.com/How-to-create-a-background-process-tp25616331p25631396.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: How to create a background process

2009-09-27 Thread TEDennis
-- View this message in context: http://www.nabble.com/How-to-create-a-background-process-tp25616331p25636469.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: How to create a background process

2009-09-27 Thread Josep
that means the autoCapture message isn't getting fired in tSeconds seconds, or it's getting fired and for some reason doesn't get processed. TED -- View this message in context: http://www.nabble.com/How-to-create-a-background-process-tp25616331p25638635.html Sent from the Revolution - User

Re: How to create a background process

2009-09-26 Thread Josep
and one second message start, the first is stoped. How wait until the revspeak finish before start the next? I tryed from a custom message and using wait for message but doesn't work. Thoughts? Salut, Josep -- View this message in context: http://www.nabble.com/How-to-create-a-background-process

Re: How to create a background process

2009-09-26 Thread stephen barncard
Josep said: By other way a lunch speak messages to the user, but if one message is runnig and one second message start, the first is stoped. How wait until the revspeak finish before start the next? for this part check out wait until the sound is done

Re: How to create a background process

2009-09-26 Thread Richard Gaskin
Josep wrote: I experimented with the send in time command. I need to program some tasks to run at fixed time and days. Like schedule a task for a backup for example. How can control this? Any experience? And how lunch these task in the way that don't stop or delay the app and/or system? My

RE: How to create a background process

2009-09-26 Thread Jim Bufalini
Josep wrote: Hi, I experimented with the send in time command. I need to program some tasks to run at fixed time and days. Like schedule a task for a backup for example. How can control this? Any experience? And how lunch these task in the way that don't stop or delay the app and/or

Re: How to create a background process

2009-09-26 Thread Phil Davis
stephen barncard wrote: Josep said: By other way a lunch speak messages to the user, but if one message is runnig and one second message start, the first is stoped. How wait until the revspeak finish before start the next? for this part check out wait until the sound is done Or

How to create a background process

2009-09-25 Thread Josep
the process depending the last x value. Like a cron job but every new execution will be variable. Any idea how to handle this? Salut, Josep -- View this message in context: http://www.nabble.com/How-to-create-a-background-process-tp25616331p25616331.html Sent from the Revolution - User mailing list

Re: How to create a background process

2009-09-25 Thread DunbarX
Josep Try this crude example, and add your own timing and functionality. In the card script: on preopenStack send yourMessage to this cd end preopenStack on yourMessage var if var = 5 then close this stack -- some condition to exit put random(9) into var put var --just to see

Re: How to create a background process

2009-09-25 Thread Josep
, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- View this message in context: http://www.nabble.com/How-to-create-a-background-process-tp25616331p25621008.html Sent from the Revolution - User mailing list archive at Nabble.com