Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!pasteur!helios.ee.lbl.gov!nosc!manta!lulue From: lulue@manta.NOSC.MIL (Dan Lulue ) Newsgroups: comp.sys.mac.programmer Subject: OK button and return in modeless dialog Message-ID: <846@manta.NOSC.MIL> Date: 20 Jun 89 18:01:01 GMT Organization: Computer Sciences Corporation Lines: 10 In a modal dialog the user can click the OK button or hit return and the OK button will blink. How does one get this behavior in a modeless dialog? Do I need to get the key down event, figure out that it was the enter key, and then toggle the OK button? I am undoubtedly missing something. Thanks, Dan. lulue@nosc.mil