home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!sun-barr!rutgers!uwvax!scrooge.cs.wisc.edu!andrewt
- From: andrewt@scrooge.cs.wisc.edu (Andrew Thomas-cramer)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Event Loop
- Message-ID: <1992Sep3.174732.9231@cs.wisc.edu>
- Date: 3 Sep 92 17:47:32 GMT
- References: <1992Sep1.152720.12544@nic.umass.edu>
- Sender: news@cs.wisc.edu (The News)
- Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
- Lines: 3
-
- isEvent is always 0, fortunately -- but it is not FALSE. GetNextEvent
- returns zero (noErr) unless an error occurs. You're confusing noErr
- with FALSE, both of which are equal to zero.
-