Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jussi Lahtinen a écrit : > Ok... Do you use GTK+ or Qt? Qt > Which version of Gambas? Debian sid regular package of V. 2.15.2 > With Gambas3, that works (with both GTK+ and Qt3). But I remember some > difficulties with GTK+ in earlier versions. > I just don't remember what they exactly were...

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jussi Lahtinen
Ok... Do you use GTK+ or Qt? Which version of Gambas? With Gambas3, that works (with both GTK+ and Qt3). But I remember some difficulties with GTK+ in earlier versions. I just don't remember what they exactly were... Jussi On Thu, Aug 13, 2009 at 19:41, Jean-Yves F. Barbier<12u...@gmail.com> w

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jean-Yves F. Barbier a écrit : > Jussi Lahtinen a écrit : >> Perhaps not best possible way, but I did it like this; >> >> TextArea1.Pos = TextArea1.Length >> TextArea1.EnsureVisible() > > No Jussi it don't work, it reverse the printing order ASA you reached the > bottom, > inverting the PB: lines

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Jussi Lahtinen a écrit : > Perhaps not best possible way, but I did it like this; > > TextArea1.Pos = TextArea1.Length > TextArea1.EnsureVisible() No Jussi it don't work, it reverse the printing order ASA you reached the bottom, inverting the PB: lines are now hidden on top of the list. -- who

Re: [Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jussi Lahtinen
Perhaps not best possible way, but I did it like this; TextArea1.Pos = TextArea1.Length TextArea1.EnsureVisible() Jussi On Thu, Aug 13, 2009 at 19:04, Jean-Yves F. Barbier<12u...@gmail.com> wrote: > Hi list, > > I'd like to know what widget I should use to have the same behaviour as the > con

[Gambas-user] what to use for "reverse" scrolling

2009-08-13 Thread Jean-Yves F. Barbier
Hi list, I'd like to know what widget I should use to have the same behaviour as the console one: when text reach bottom, next text stays visible at bottom (old escapes by top), instead of printing below and beeing invisible (and oblige to manually scroll.) JY -- Parting is such sweet sorrow