From: Kevin A. <al...@se...> - 2004-09-28 14:17:43
|
On Sep 28, 2004, at 4:43 AM, ni...@ja... wrote: > Hi folks, > > I have a problem with a TextArea on my app. > The TextArea initially has no text, but when a user presses the > 'search' button > it punts the results into the TextArea using .appendText(). > > This works brilliantly. However, when the results contains more data > than can > fit into the TextArea without it scrolling on the vertical, the > TextArea does > not show the text, I need to scroll up to see it. > > Unfortunately I haven't seen a way to fix this little niggle, can it > be done ? > > Many thanks > Nick. > wxWidgets bug http://sourceforge.net/tracker/? func=detail&aid=665381&group_id=9863&atid=109863 Use ScrollLines(-1). I've brought up this bug on wx-users many times in the past and it has never gotten any attention, so I think it may be time to just add a line to the appendText method to workaround it. AFAIK, this only impacts Windows. ka |