Re: My first applescript studio app.
Re: My first applescript studio app.
- Subject: Re: My first applescript studio app.
- From: Dave Balderstone <email@hidden>
- Date: Tue, 27 Jul 2004 15:27:19 -0600
On Jul 27, 2004, at 1:15 PM, Bernardo Hoehl wrote:
I thought this code would just repeat itself every 5 seconds after
clicked, but it doesn't. I only get the text from one "ls" each time I
manually click the function. Why?
Try "delay 5" rather than "return 5"
I suspect the "return" is causing your script to exit the repeat loop.
djb
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.