Re: [Gambas-user] Editor - How to

2013-10-24 Thread Charlie
Thanks for the input. Unfortunately I could not get your ideas to work. However it spurred me on to dig deeper and using Gridview the effect I was looking for can be done. I created some code that I can not show here as the HTML tags get converted, even though I asked for this message not to be in

Re: [Gambas-user] Editor - How to

2013-10-22 Thread Rolf-Werner Eilert
Am 21.10.2013 23:41, schrieb Bruce: > On Mon, 2013-10-21 at 14:12 -0700, Charlie wrote: >> I want to use the "Editor" feature to highlight part of a string in bold. I >> have looked at the "Highlighter" example provided in Gambas 3.5 (and perhaps >> earlier versions) but I just can't work it out.

Re: [Gambas-user] Editor - How to

2013-10-21 Thread Bruce
On Mon, 2013-10-21 at 14:12 -0700, Charlie wrote: > I want to use the "Editor" feature to highlight part of a string in bold. I > have looked at the "Highlighter" example provided in Gambas 3.5 (and perhaps > earlier versions) but I just can't work it out. > > I would like something like: - > > S

[Gambas-user] Editor - How to

2013-10-21 Thread Charlie
I want to use the "Editor" feature to highlight part of a string in bold. I have looked at the "Highlighter" example provided in Gambas 3.5 (and perhaps earlier versions) but I just can't work it out. I would like something like: - String1 = "Hello" String2 = " to you" Editor1.text= String1 & Str