html.Window Highlight

I am trying to highlight a selection in an html.Window by changing the
cell(s) background color. I am able to change an entire line's color
with this,

cell.GetParent().SetBackgroundColour(wx.Colour(220, 220, 220))

but I have been unable to find a way to highlight a single word cell
or a group of cells in a selection. Is there a way to do this?

Did I ask this in the wrong mail list, or is there some other reason
it was not considered?

Thanks,
Tim

···

On Aug 27, 9:14 pm, tsmorton <t...@preservedwords.com> wrote:

I am trying to highlight a selection in an html.Window by changing the
cell(s) background color. I am able to change an entire line's color
with this,

cell.GetParent().SetBackgroundColour(wx.Colour(220, 220, 220))

but I have been unable to find a way to highlight a single word cell
or a group of cells in a selection. Is there a way to do this?

Hi Tim,

···

On Aug 31, 6:57 am, tsmorton <t...@preservedwords.com> wrote:

Did I ask this in the wrong mail list, or is there some other reason
it was not considered?

Thanks,
Tim

On Aug 27, 9:14 pm, tsmorton <t...@preservedwords.com> wrote:

> I am trying to highlight a selection in an html.Window by changing the
> cell(s) background color. I am able to change an entire line's color
> with this,

> cell.GetParent().SetBackgroundColour(wx.Colour(220, 220, 220))

> but I have been unable to find a way to highlight a single word cell
> or a group of cells in a selection. Is there a way to do this?

You got the right list, but it seems that you just asked at the wrong
time. The normal devs that could answer this question must have taken
a long weekend or missed this question.

Hopefully they will jump on this today.

- Mike

tsmorton wrote:

Did I ask this in the wrong mail list, or is there some other reason
it was not considered?

It wasn't answered simply because I didn't know the answer and didn't have time to dig into the code at the time.

···

On Aug 27, 9:14 pm, tsmorton <t...@preservedwords.com> wrote:

I am trying to highlight a selection in an html.Window by changing the
cell(s) background color. I am able to change an entire line's color
with this,

cell.GetParent().SetBackgroundColour(wx.Colour(220, 220, 220))

but I have been unable to find a way to highlight a single word cell
or a group of cells in a selection. Is there a way to do this?

I don't see a way to do it.

--
Robin Dunn
Software Craftsman