Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!well!gurgle From: gurgle@well.sf.ca.us (Pete Gontier) Newsgroups: comp.sys.mac.programmer Subject: Re: Help - editText in modeless dialog Message-ID: <24931@well.sf.ca.us> Date: 22 May 91 01:13:11 GMT References: <1991May20.162018.6075@mcs.drexel.edu> Distribution: usa Organization: cellular Lines: 15 txhou@mcs.drexel.edu (Xinjun Hou) writes: >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? The dialog manager needs to see a null event every once in a while. When you pass a null event to the dialog manager, it's like saying "I don't have anything to do right now -- do you have any editText items which need their carets blinking?" (BTW, a null event is when one of the event calls returns FALSE.) -- Pete Gontier, gurgle@well.sf.ca.us Software Imagineer, Kiwi Software, Inc.