Re: User Interface freeze still in OS 9.1
Re: User Interface freeze still in OS 9.1
- Subject: Re: User Interface freeze still in OS 9.1
- From: Bill Cheeseman <email@hidden>
- Date: Sun, 10 Dec 2000 14:01:35 -0500
on 12/10/00 1:25 PM, cris at email@hidden wrote:
>
set startime to current date
>
repeat until ((current date) > (startime + 10))
>
end repeat
What happens if you change it like so:
set startime to current date
repeat until ((current date) > (startime + 10))
delay 1
end repeat
-
Bill Cheeseman, Quechee, Vermont <
mailto:email@hidden>
The AppleScript Sourcebook
<
http://www.AppleScriptSourcebook.com/>
Vermont Recipes-A Cocoa Cookbook
<
http://www.stepwise.com/Articles/VermontRecipes/>