Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Ru Vuott
TextArea.Pos = 0 or, if you prefer TextArea1.Line = 0 TextArea1.Column = 0 Ven 1/5/15, Johny Provoost ha scritto: Oggetto: Re: [Gambas-user] TextArea show first line of text A: gambas-user@lists.sourceforge.net Data: Venerdì 1 maggio 2015

Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Gian
Il 01/05/2015 11:25, abbat81 ha scritto: > By default TextArea.Text (.Insert) shows end of a text. > How can I show text from begining? move to top? > > .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped) > > Thanks > > > > -- > View this message in context: > http://gamba

Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Johny Provoost
Op 01-05-15 om 11:25 schreef abbat81: > By default TextArea.Text (.Insert) shows end of a text. > How can I show text from begining? move to top? > > .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped) > > Thanks > > If I load a file in textarea (several lines and wraped)

[Gambas-user] TextArea show first line of text

2015-05-01 Thread abbat81
By default TextArea.Text (.Insert) shows end of a text. How can I show text from begining? move to top? .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped) Thanks -- View this message in context: http://gambas.8142.n7.nabble.com/TextArea-show-first-line-of-text-tp5141