• 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
Need A Force-Quit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need A Force-Quit


  • Subject: Need A Force-Quit
  • From: email@hidden
  • Date: Sat, 23 Jun 2001 11:53:22 EDT

I hav a stay-open idle handler that monitors whether browser type
applications are open precesses, or not. I know you're not going to believe
this, but... occasionally Internet Explorer unexpectantly quits <grin>. When
it does, the cache file on a ram disk stays open and the idle handler cannot
remove the ram disk when no more browser applications are using the ram disk
because of an error -10000 saying the disk is in use. Is there a wat to force
the (ram) disk to unmount or force the stay-open application to quit. Either
way will solve my dilema; howvever forcing the disk to unmount would be best.
Thanks, in advance... Jim

try
stuff here...
on error errorName number errorNumber
--> timeout
if errorNumber = -1712 then
--> return to idle handler
return
else if errorNumber = -10000 then
--> force-quit something

need something here... --> under construction

else
beep 3
display dialog "Error Number " & (errorNumber as string) & " " &
errorName
end if
end try


  • Follow-Ups:
    • Re: Need A Force-Quit
      • From: Andy Wylie <email@hidden>
  • Prev by Date: FaceSpan Frustrations (deployment)
  • Next by Date: Re: Why isn't there a constant called finder?
  • Previous by thread: FaceSpan Frustrations (deployment)
  • Next by thread: Re: Need A Force-Quit
  • Index(es):
    • Date
    • Thread