Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!osu-eddie!osupyr!pgn From: pgn@osupyr.UUCP Newsgroups: comp.sys.mac Subject: Re: Possible Bug in Chernicoff Program? Message-ID: <152@osupyr.UUCP> Date: Mon, 30-Mar-87 13:14:15 EST Article-I.D.: osupyr.152 Posted: Mon Mar 30 13:14:15 1987 Date-Received: Wed, 1-Apr-87 02:03:15 EST References: <897@basser.oz> Reply-To: pgn@osupyr.UUCP (Paul G. Nevai) Lines: 7 Keywords: possible bug, empty records I found other burs a Mac Revealed as well. For instance, where the filter function for ModalDialog is explained the DialogRecord is accessed via myDialog^^, but it cannot be done that way since myDialog is a DialogPtr which is the same as WindowPtr. Instead, one needs to introduce a DialogPeek guy and so forth.