Subj : Frame and Scrollbar issue when re-using them
To : Nightfox
From : echicken
Date : Wed Jan 11 2017 03:42 pm
Re: Frame and Scrollbar issue when re-using them
By: Nightfox to echicken on Wed Jan 11 2017 11:17:16
Ni> What seems to be happening is that if I put a fairly short message into
Ni> the frame, then a longer message (where it needs to scroll), then another
Ni> short message, the frame will still scroll down and the scrollbar acts
Ni> accordingly, as if the longer message was still there, but the bottom part
Yep, this has been fixed, along with a couple of other things.
Ni> of the message is blank where the longer message was. Do you know of a way
Ni> to clear the frame of all of its data before putting a new message into
Ni> it?
Frame.clear() does that now; it was doing something a bit different before.