Stop Rolling Loop

Razvan Pantescu razvanx at hotmail.com
Wed Oct 13 15:48:31 EDT 2010


Hi again,

I've made a script that starts listing every 5 seconds some URLs onclick a Start button, but I want to stop listing in any moment pushing a Stop button.
There is some break or exit function for that.
I've noticed that any other buttons are disabled while looping.

Thank you,

Raz.



> From: razvanx at hotmail.com
> To: use-revolution at lists.runrev.com
> Date: Wed, 13 Oct 2010 19:24:21 +0000
> Subject: RE: List Words from Textarea
> 
> 
> Merci Beaucoup Pierre!!
> 
> It works fine,
> 
> Raz.
> 
> 
> 
> 
> > From: psahores at free.fr
> > Date: Wed, 13 Oct 2010 21:18:37 +0200
> > To: use-revolution at lists.runrev.com
> > CC: 
> > Subject: Re: List Words from Textarea
> > 
> > Welcome to LiveCode Raz !
> > 
> > on mouseup
> > 	repeat for each word w in fld "myfield"
> > 		put w & cr after mywordslist
> > 	end repeat
> > 	answer mywordslist
> > end mouseup
> > 
> > HTH,
> > 
> > Best,
> > 
> > Pierre
> > 
> > 
> > Le 13 oct. 2010 à 21:06, Razvan Pantescu a écrit :
> > 
> > > 
> > > I've started to study Livecode, don't know too much of it. I'm living about 250km north of Danube (Focsani, Romania)
> > > 
> > > So any suggestions so I can read or list all the words from a Textarea?
> > > 
> > > 
> > > Thanks, 
> > > Raz.
> > > 
> > > 
> > > 
> > > 
> > >> Date: Wed, 13 Oct 2010 21:59:55 +0300
> > >> From: richmondmathewson at gmail.com
> > >> To: use-revolution at lists.runrev.com
> > >> Subject: Re: List Words from Textarea
> > >> 
> > >>  On 10/13/2010 09:57 PM, Razvan Pantescu wrote:
> > >>> Hi,
> > >>> 
> > >>> How can I list every word from a textarea?
> > >>> 
> > >>> "put any word of field" - show any word, but exists some "every word"?
> > >>> 
> > >>> Thank you,
> > >>> Raz.
> > >>> 
> > >>> 
> > >> 
> > >> Wow; at least one other LiveCode / RunRev programmer in the Balkans;
> > >> there's hope yet!
> > >> 
> > >> How far north of the Danube do you live?
> > >> 
> > >> sincerely, Richmond Mathewson (Plovdiv, Bulgaria).
> > >> _______________________________________________
> > >> use-revolution mailing list
> > >> use-revolution at lists.runrev.com
> > >> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> > >> http://lists.runrev.com/mailman/listinfo/use-revolution
> > > 		 	   		  _______________________________________________
> > > use-revolution mailing list
> > > use-revolution at lists.runrev.com
> > > Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-revolution
> > 
> > --
> > Pierre Sahores
> > mobile : (33) 6 03 95 77 70
> > 
> > www.woooooooords.com
> > www.sahores-conseil.com
> > 
> > 
> > 
> > 
> > _______________________________________________
> > use-revolution mailing list
> > use-revolution at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-revolution
>  		 	   		  _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
 		 	   		  


More information about the use-livecode mailing list