[Gambas-user] How to profile memory usage in gambas application ?
Benoît Minisini
gambas at ...1...
Sun May 3 08:18:43 CEST 2015
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
More information about the User
mailing list