• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Stay open AppleScript applet + IE 5.0 = hard crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Stay open AppleScript applet + IE 5.0 = hard crash


  • Subject: Stay open AppleScript applet + IE 5.0 = hard crash
  • From: "Donald S. Hall" <email@hidden>
  • Date: Fri, 15 Dec 2000 23:53:21 -0700

Hi all,

I posted this problem on the list a few days ago and got no response. Since
then I have managed to zero in on (current date) as the culprit in causing
my crashes. I am posting again in the hopes that someone will try it out, or
at least point me to somewhere on Apple's site where I can notify them of
the problem and maybe get some feedback...

The following stay open "classic applet" script causes my 2000 G4 (OS 9.0.4,
no third party extensions) to crash hard when it is running at the same time
as IE 5.0. I can't recover in Macsbug - must press the reset button. It
takes about 15 minutes usually - seems to take less time if there or 2
windows open in IE. Doesn't depend on Internet conection and "works" just as
well if the IE windows are empty.

1. Is this a known problem? Has anyone else experienced it? I couldn't find
anything on either Apple or MS sites.

2. Could someone please try this out for me on a system similar to mine and
see if they can get it to work. (Please play it safe - don't be doing
anything where you will lose data in memory while testing!)

Thanks for any help.

Don

property checkInterval : 30 -- check for new action times every this many
seconds
global today

on run
beep 2
set today to (current date)
end run

-- idle handler
--------------------------------------------------------------------------
-- runs every checkInterval seconds
on idle
set today to (current date)
return checkInterval -- run this handler again after this many seconds
have passed
end idle


  • Follow-Ups:
    • Re: Stay open AppleScript applet + IE 5.0 = hard crash
      • From: Emmanuel <email@hidden>
    • Re: Stay open AppleScript applet + IE 5.0 = hard crash
      • From: Jason Bourque <email@hidden>
  • Prev by Date: Re: Excel last cell
  • Next by Date: Re: Newbie Progress Bar
  • Previous by thread: Retrospect
  • Next by thread: Re: Stay open AppleScript applet + IE 5.0 = hard crash
  • Index(es):
    • Date
    • Thread