[Gambas-user] TextArea scrolling

Jussi Lahtinen jussi.lahtinen at ...626...
Mon May 25 17:37:34 CEST 2009


Hi!
I must wake up this forgotten issue...
This is still valid problem and I got more information about it.

This line of code:
TextArea1.EnsureVisible()
In GTK+, makes textarea to scroll down, but in Qt it in fact do
opposite, scroll up!
So if you haven't touch to scroll bar, it looks like it doesn't do anything.

I think EnsureVisible should ensure that last message is visible not first.


Jussi



On Mon, Apr 6, 2009 at 18:02, Jussi Lahtinen <jussi.lahtinen at ...626...> wrote:
> Absolutely nothing happens in Qt, but with GTK+ it works as expected.
> It works in your system?
>
>
> Jussi
>
>
> 2009/4/6 Benoît Minisini <gambas at ...1...>:
>>> I was just writing about this issue!
>>> It turn out to be bug!
>>>
>>> This works on GTK+, but not with Qt;
>>> TextArea1.EnsureVisible()
>>>
>>> So, if you are using GTK+ you have your solution... If not, you must
>>> wait for fix.
>>>
>>>
>>> Jussi
>>>
>>
>> Forget my other mail: the EnsureVisible() method is perfectly valid, but I
>> don't see why it would not work with Qt.
>>
>> --
>> Benoît
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>




More information about the User mailing list