Hi again.&nbsp; Still having fun building my app, but the SimpleHierarchicalListMorph is giving me some trouble.<br>
<br>
I've created my list using PluggableListItemMorph instances and it
mostly does what I expect, except that the list doesnt highlight the
currently selected item.&nbsp; I see that the list has
#highlightSelection, which is supposed to call #highlightingColor on
the list item.&nbsp; For some reason, though, #highlightSelection only
seems to be called at list create an not when the selection changes.<br>
<br>
Anybody have an idea why?&nbsp; Is there some flag I'm supposed to set that tells it to highlight?<br>
<br>
&nbsp;&nbsp;&nbsp; Thanks,<br>
&nbsp;&nbsp;&nbsp; Steve<br>
<br>