Jeffrey
You wrote in message news:
[hidden email]...
> This is not new to D5. On selection of a loose method in the list pane,
can
> the color of the text still be purple? It turns white. It is impossible
to
> tell if it is a loose method unless you select another method, which is OK
> unless you don't have one in that category.
>
> A true nit that deserves a low priority ;>
Its come up before, but unfortunately it would be quite difficult to do
anything about because the "simple" custom draw mechanism of the ListView
leverage by Dolphin to implement colour and font changes to individual
entries in a list view does not seem to allow one to control the colour of
the selected item. Obviously it could be done by doing full blown custom
draw and taking complete control of painting the entries, but....
Regards
Blair