Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!hplabs!hp-sdd!ucsdhub!sdcsvax!ucsd!rutgers!orstcs!mist!budd From: budd@mist.cs.orst.edu (Tim Budd) Newsgroups: comp.sys.mac.programmer Subject: edit window cursor question Message-ID: <2856@orstcs.CS.ORST.EDU> Date: 23 Feb 88 17:44:34 GMT Sender: netnews@orstcs.CS.ORST.EDU Lines: 13 In trying to port Little Smalltalk to the Mac, I have encountered the following problem; and need a MacExpert to tell me what I am doing wrong. I can put up an edit window with no problem. However, when I create and activate another window, then when I return to the edit window my cursor does not work correctly. Specifically, with each mouse click it selects all the text from the current position to the end of the window. I even tried putting a constant false in the extend argument to TEClick, and it still does the same thing. There must be some bit of magic information that is not being reset correctly, but I have no idea what it is. --tim budd