Path: utzoo!attcan!uunet!wuarchive!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!ptolemy!eos!shelby!daemon From: combs@sumex-aim.stanford.edu (Dave Combs) Newsgroups: comp.sys.next Subject: Re: Open Panels and compiler errors Message-ID: <2224@shelby.Stanford.EDU> Date: 17 Jul 90 21:55:01 GMT Sender: daemon@shelby.Stanford.EDU Lines: 8 Kris, The OpenPanel problem is that the method is expecting a BOOL (either a 0 (NO) or a 1 (YES), not a quoted string "NO" or "YES".) The include file defines the BOOL constants NO and YES, which is what you should be using. I don't know about the other problem with terminal messages. Cheers, Dave