Running Processes in the background

2016-01-18 Thread Glen Bojsza
Hello, Are there any examples of how to run a process in the background in an application? I need to have two timer processes run when the user is using the application. The processes need to check for certain trigger values every - 1 minute - 10 minutes If the trigger value(s) exist then

RE: Running Processes in the background

2016-01-18 Thread Ralph DiMola
o.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Glen Bojsza Sent: Monday, January 18, 2016 10:02 AM To: How to use LiveCode Subject: Running Processes in the background Hello, Are there any examples of how to run a proce

Re: Running Processes in the background

2016-01-18 Thread Glen Bojsza
n Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > Of Glen Bojsza > Sent: Monday, January 18, 2016 10:02 AM > To: How to use LiveCode > Subject: Running Processes in the backg

RE: Running Processes in the background

2016-01-18 Thread Ralph DiMola
runrev.com] On Behalf Of Glen Bojsza Sent: Monday, January 18, 2016 12:20 PM To: How to use LiveCode Subject: Re: Running Processes in the background Hi Ralph, I tried an example outlined by you and I keep getting en error where it can't find the handler? *on* mouseUp *put* 1 into x *set*

RE: Running Processes in the background

2016-01-18 Thread Ralph DiMola
, 2016 4:46 PM To: How to use LiveCode Subject: Re: Running Processes in the background Yes changing the time worked! thanks On Mon, Jan 18, 2016 at 2:50 PM, Klaus major-k <kl...@major-k.de> wrote: > Am 18.01.2016 um 20:01 schrieb Ralph DiMola <rdim...@evergreeninfo.net>: > &

Re: Running Processes in the background

2016-01-18 Thread Klaus major-k
mation Services > rdim...@evergreeninfo.net > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Glen Bojsza > Sent: Monday, January 18, 2016 12:20 PM > To: How to use LiveCode > Subject: Re: Running Processes in th

Re: Running Processes in the background

2016-01-18 Thread Glen Bojsza
o:use-livecode-boun...@lists.runrev.com] On > Behalf > > Of Glen Bojsza > > Sent: Monday, January 18, 2016 12:20 PM > > To: How to use LiveCode > > Subject: Re: Running Processes in the background > > > > Hi Ralph, > > > > I tried an example