multicoloured text item

How to create multicoloured text items that can be added to a
listctrl?

I have a search function that tests the membership of a string and
would like the search value highlighted in the 'full' string if the
the conditions are met.

I'm not sure if it's possible in the native listctrl and have looked
at the ultimatelistctrl cut can't fathom how it's created in the
demo.

How to create multicoloured text items that can be added to a
listctrl?

I have a search function that tests the membership of a string and
would like the search value highlighted in the 'full' string if the
the conditions are met.

I'm not sure if it's possible in the native listctrl

It isn't. The best you can do is change the color of all the text for an item.

and have looked
at the ultimatelistctrl cut can't fathom how it's created in the
demo.

The main UltimateListCtrl module in the demo simply shows a bunch of buttons that import and run other demo modules when clicked. See UltimateReportDemo.py for one of the samples it will run.

···

On 10/28/11 9:54 AM, dads wrote:

--
Robin Dunn
Software Craftsman