Path: utzoo!attcan!uunet!lll-winken!ames!oliveb!apple!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Scolling on Athena AsciiTextWidget Message-ID: <8905051502.AA00816@THANATOS.MIT.EDU> Date: 5 May 89 14:58:38 GMT References: <59548@yale-celray.yale.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 8 > I am getting strange results from the scroll bar when I use this > widget. As I drag the thumb it changes sizes even though the number of > lines of text doesn't change. It also lets the thumb practically > disappear if I pull it to the bottom of the scroll bar region. Is this > a bug in the AsciiTextWidget or my error in creating the widget? Bugs in the widget. The scrollbar is actually counting characters, not lines. It should also not let you scroll off the bottom.