Re: [Gambas-user] gambas editor control and the highlight method

2013-11-08 Thread Tobias Boege
On Fri, 08 Nov 2013, Sean wrote: > > Hi Tobi, thanks for the Answer. > > Would it be too much if i request you do show me a Minimum > Working Example of the correct syntax? The > html-highlighter given in the Examples is too complex.. > I perfectly understand that. I once aimed at implementin

Re: [Gambas-user] gambas editor control and the highlight method

2013-11-08 Thread Sean
Hi Tobi, thanks for the Answer. Would it be too much if i request you do show me a Minimum Working Example of the correct syntax? The html-highlighter given in the Examples is too complex.. -- November Webinars for C,

Re: [Gambas-user] gambas editor control and the highlight method

2013-11-08 Thread Tobias Boege
On Fri, 08 Nov 2013, Sean wrote: > want that my program, at a click of the button will do > some highlighting in the text in an editor (a component of > gambas that you can add to a form). > > So, in the form_open() method, i set : > > programEdit.Styles[Highlight.Normal].Color = Color.Red >

[Gambas-user] gambas editor control and the highlight method

2013-11-08 Thread Sean
want that my program, at a click of the button will do some highlighting in the text in an editor (a component of gambas that you can add to a form). So, in the form_open() method, i set : programEdit.Styles[Highlight.Normal].Color = Color.Red programEdit.Styles[Highlight.Keyword].Color = Co