Path: utzoo!attcan!uunet!mcvax!guido From: guido@cwi.nl (Guido van Rossum) Newsgroups: comp.sys.mac.programmer Subject: Re: Help! My program disables Finder double-clicking somehow. Message-ID: <361@piring.cwi.nl> Date: 9 Jun 88 15:21:02 GMT References: <544@ritcv.UUCP> <7390010@hpindda.HP.COM> Reply-To: guido@cwi.nl (Guido van Rossum) Organization: The Royal Society for Prevention of Cruelty to Amoebae Lines: 19 In article <...> atchison@hpindda.HP.COM (Lee Atchison) writes: >In particular, check to see if you are disabling the "keyup" events. This >event is necessary in order to recognize double-clicks (at least using the >"correct" algorithm to recognize double-clicks, according to Inside Mac >v1). I doubt this. Standard recommended procedure is to disable keyup events in all applications that don't need them (I think they are even off by default). Enabling key-up events halves the amount of type-ahead possible, since the system event queue can only contain 20 events (unless this limit has been upped since the 64K ROMs). Besides, the Finder should be smart enough to reset its event mask. My guess is that the low-memory global containing the double-click time was reset to zero or something negligible small. -- Guido van Rossum, Centre for Mathematics and Computer Science (CWI), Amsterdam guido@piring.cwi.nl or mcvax!piring!guido or guido%piring.cwi.nl@uunet.uu.net