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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to