Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Is there a replacement for ScrollOnOverflow in R4? Message-ID: <9002012052.AA25447@expo.lcs.mit.edu> Date: 1 Feb 90 20:52:12 GMT References: <46685@lll-winken.LLNL.GOV> Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 23 > I've been converting my codes to R4 and cannot seem to find a > replacement for the ScrollOnOverflow option of the Text widget in > R3. For those who don't know, ScrollOnOverflow automatically > scrolls the text up when new text is entered below the bottom > line. scrollOnOverflow did not work in R3, and the R4 widget has the same semantics as R3 (I hope, R3 was a long time ago). The Text widget will always scroll itself so that the insert point is visable, so when adding text you can make sure your new text is visable by careful placement of the insert point. > Can anyone suggest a work around? The slow scrolling of the text > widget when I add lots of data to the bottom is very annoying. I am not sure what you are trying to do, but by moving the insert point to be either before or after your newly inserted text you should be able to get whatever scrolling semantics that you desire. Chris