Hi, I'm sure this question has somewhat been answered here before... But after some search and digging work in the archive, I couldn't manage to find it. (Though I've found some useful discussions about implementing an inventory...)
My problem is to browse inventory categories (with categories actually implemented as classes). So the user, looking for an inventory item will be able to find it in a strcutured fashion. How can this be done effectively? I feel that I can use ClassDefinitions and Super property, to create a "cached" hierarchy somewhere else and use that one for browsing. But can this be done in real time without torturing the hardware? Thanks, Teoman
