Path: utzoo!utgpu!watmath!watserv1!watcgl!jmberkley From: jmberkley@watnext.waterloo.edu (J. Michael Berkley) Newsgroups: comp.windows.x Subject: Scrolling off the top in Athena Text Widget Message-ID: Date: 27 Nov 89 16:03:20 GMT Sender: daemon@watcgl.waterloo.edu Reply-To: jmberkley@watnext.waterloo.edu Organization: University of Waterloo, Waterloo, Ontario, Canada Lines: 15 I have been using a Text widget as an edit buffer for an interpreter. When I come close to filling up the buffer, I would like to delete the top 1/3 of the text. I have been using XtTextReplace to replace the top 1/3 with an empty XtTextBlock. The deletion should not affect the currently displayed text, but for some reason the widget decides that it needs to redraw the screen. Is this a bug, or am I going about things the wrong way? Mike Berkley, University of Waterloo PAMI Lab jmberkley@watnext.waterloo.edu {utai,uunet}!watmath!watnext!jmberkley