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: cris <email@hidden>
- Date: Sun, 10 Dec 2000 21:25:18 +0100
on 10.12.2000 20:01 Uhr, Bill Cheeseman at email@hidden wrote:
>
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
No difference. It's not a theoretical problem as you probably think. You can
put between the repeaet-end repeat whatever (and as much) you want, it
freezes the UI.
Greetings
cris