ADSM-L

Re: ADSM & Messages Question

1995-02-09 17:23:00
Subject: Re: ADSM & Messages Question
From: Ken Rosenberry 814 865 4763 <HKR AT PSUVM.PSU DOT EDU>
Date: Thu, 9 Feb 1995 17:23:00 EST
The Mac is a "cooperative multi-tasking environment".  What that means
is that ALL applications must cooperate to allow each other to run.
That implies that when an application is in the background it should
not do anything that would interfere with the smooth (and usually
interactive) nature of the foreground application.

Each application must periodically call WaitNextEvent in order for
other applications to run.  If an application executes code that
waits for user input, and during that waiting WaitNextEvent isn't
called, all other processes will not get any CPU time.

A solution?

There is a shareware (or freeware) system extension called 'okeydokey'
that will automatically select the default button after a preset time
interval.  You can find the init in the 'cdev' (control panel device)
section of Macintosh archives (like sumex-aim or Umich).  I've never
used it.  Good luck.
<Prev in Thread] Current Thread [Next in Thread>