Hi all,
First post. Apologies in advance if there is an existing solution....and a free beer from the virtual fridge for anyone who can point me in the right direction.
Have set up a PBX system with a bunch of tables for various systems, added media, etc.
All good, including custom databases....but....
What I'd like is the ability to use standard xml structure commands in the custom lists.
This request is primarily due to the limited number of possible filter category lists.
Example:
<menu>
<item>Main menu
<menu>
<item>Sub-Menu
<menu>
<item>Sub-Sub-Menu</item>
</menu>
</item>
</menu>
</item>
</menu>
In use:
Alphabetical: Pointing to suitable xml files (FP, VP, PBFX2 - A, B, C, D etc.)
I know I can do (and have done) this already with custom lists, but what's missing is the ability to create cascading menus in the custom lists.
This would allow a user to select, say Visual Pinball in the filter list, then click the assigned OK button to open a submenu - sorted alphabetically, by manufacturer or whatever. Navigation through the A - Z, manufacturer, year, type etc. submenu would be with the flipper buttons. OK to select a submenu category. Usual ESC key to exit up the hierarchy.
An alternative - and possibly simpler/faster to implement option that would serve the purpose to a degree - is a scrollable list in PBX that allows for as many filter category lists as the user wants.
That said, the Filter/Favourite lists are hierarchical (at the top-level, at least), so should be relatively easy to implement?