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

2015-05-03 Thread Benoît Minisini
Le 03/05/2015 03:19, Olivier Cruilles a écrit : After trying some possibilities I found the problem. If the Editor is in ReadOnly mode, it does not accept insertion of text. I use the Editor object in this case only to display text (read only mode) for the user and not to be modified in any

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

2015-05-03 Thread Olivier Cruilles
Benoit, Thank you, I don’t know why I haven’t thought to try that. Cordialement, Olivier Cruilles Le 3 mai 2015 à 02:18, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 03/05/2015 03:19, Olivier Cruilles a écrit : After trying some possibilities I found the problem. If the

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

2015-05-02 Thread Benoît Minisini
Le 01/05/2015 20:05, Olivier Cruilles a écrit : 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

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

2015-05-02 Thread Olivier Cruilles
Ok, I will investigate and I back to you. Thank you Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:11, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 01/05/2015 20:05, Olivier Cruilles a écrit : Hi Benoit, Is there a way to monitor usage of memory of objects (Class,

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

2015-05-02 Thread Olivier Cruilles
In fact I’m not able to use Editor1.Insert() because it does not works for me so it’s for this reason I use Editor.Text = … I use one of the last svn revision. My code is something like that: 1- First try Editor1.Insert(DataToAdd, Editor1.Lines.Count - 1, Editor.Lines[Editor1.Lines.Count -

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

2015-05-02 Thread Olivier Cruilles
Second try do not work too. Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:38, Olivier Cruilles olivier.cruil...@yahoo.fr a écrit : Ok, I will investigate and I back to you. Thank you Cordialement, Olivier Cruilles Le 2 mai 2015 à 17:11, Benoît Minisini

[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