Does anyone have any example source code for the UIQ class CEikHierarchicalListBox?
I'm able to display a tree control with it, but lacking any docs or examples other than the reference on symbian.com, it's hard to tell what the contracts are behind the virtual calls.
For example, when I hook DrawItemText in CHierarchicalListItemDrawer, I get graphics-context error when an item is double-clicked saying it's not activated. But if I activate it, then I get errors saying it's already activated when the item is drawn.
I see references to a tlbox2.cpp example when I do a Google search, but haven't been able to find it.
Thanks for any help!