Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!king.mcs.drexel.edu!txhou From: txhou@mcs.drexel.edu (Xinjun Hou) Newsgroups: comp.sys.mac.programmer Subject: Help - editText in modeless dialog Message-ID: <1991May20.162018.6075@mcs.drexel.edu> Date: 20 May 91 16:20:18 GMT Distribution: usa Organization: Drexel University Lines: 21 I am new to Mac interface programming. I am using a modeless dialog to prompt user enter some numbers, but I could not get the caret blinking when a editable item is seleted. Has anyone have this problem before? I followed the instruction in the Inside Mac, that is 1) call GetNextEvent; 2) check IsDialogEvent, regardless what value GetNextEvent returned; 3) check keydown and autokey to check if the key is valid key 4) if it is valid, for example, a number keys, then passed to DialogSelect(). But the cursor in editText field is not blinking! Could someone give me a hit, or give me a direction to look for reference, or other way of handling dialog? Thanks you very much. Xj