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

Olivier Cruilles olivier.cruilles at ...614...
Sun May 3 15:34:39 CEST 2015


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 <gambas at ...1...> a écrit :
> 
> 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 case.
>> 
>> So, it is possible to change this restriction on the Editor object please ?
>> 
>> Cordialement,
>> 
>> Olivier Cruilles
>> 
>> 
> 
> MyEditor.ReadOnly = False
> MyEditor.Insert(...)
> MyEditor.ReadOnly = True
> 
> -- 
> Benoît Minisini
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> 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