[Gambas-user] How to profile memory usage in gambas application ?

2015-05-01 Thread Olivier Cruilles
Hi Benoit, Is there a way to monitor usage of memory of objects (Class, Collection, etc...) in Gambas please ? May be you have already developed something like time execution profiler already existing in Gambas but for memory usage ? My problem is I use an Editor object in a project because it is

[Gambas-user] R: Control.Move like animation

2015-05-01 Thread Ru Vuott
It works. Pay attention, Wait 10 -> 10 seconds !!! Regards vuott Ven 1/5/15, abbat81 ha scritto: Oggetto: [Gambas-user] Control.Move like animation A: gambas-user@lists.sourceforge.net Data: Venerdì 1 maggio 2015, 13:11 How to move a control

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,

[Gambas-user] Control.Move like animation

2015-05-01 Thread abbat81
How to move a controls? This does not work Dim i As Integer For i = 0 To 290 MovieBox3.Move(1002 - i, 570) Wait 10 Next -- View this message in context: http://gambas.8142.n7.nabble.com/Control-Move-like-animation-tp51421.html Sent from the gambas-user mailing list archive at

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