home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!apple!applelink.apple.com
- From: D4887@AppleLink.Apple.COM (Advanced Comm Eng, G G Apple,PRT)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re: Getting idle time in a vie
- Message-ID: <724467290.1134014@AppleLink.Apple.COM>
- Date: 16 Dec 92 00:45:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 17
-
-
-
- ----------------------------------------------------------------------------
- >And if I try to put it into the cohandler chain, all kind of things get messed
- >up, and I wind up in an endless loop that eventually crashes the system with a
- >28 error.
-
- Yup. That's what happens alright. This one keeps coming up regularly. My
- advice is don't ever install anything in the cohandler chain except a simple
- cohandler object that is subclassed directly from TEventHandler. Install it
- and have its DoIdle call your View's DoIdle. Remember to deinstall and free it
- when you are through with it.
-
- G. Gordon Apple D4887
- Advanced Communications Engineering, Inc.
- Redondo Beach, CA
-
-