Hello, on my movieinformation dialog, I have grouplist containing a series of widgets, which are lists populated by the <content> field. Each widget has a unique list id a unique group id. The list id is selected as the group's default control.
Currently, I navigate from one item to the next by pointing at the next/previous groupid in the ondown/onup tags. Which works fine until one of the lists is hidden (e.g. if movie is NOT in a set, it won't show setlist widget). At this point, the navigation breaks when the currently container has an <ondown> that points to the id of a hidden container. I tried adding allowhiddenfocus="true" but then that means you need multiple button presses between displaying items.
Is there a way to automate this process so the grouplist figures out which controls will be visible/hidden aaand then just scroll through the visible ones when up or down are pressed?
Currently, I navigate from one item to the next by pointing at the next/previous groupid in the ondown/onup tags. Which works fine until one of the lists is hidden (e.g. if movie is NOT in a set, it won't show setlist widget). At this point, the navigation breaks when the currently container has an <ondown> that points to the id of a hidden container. I tried adding allowhiddenfocus="true" but then that means you need multiple button presses between displaying items.
Is there a way to automate this process so the grouplist figures out which controls will be visible/hidden aaand then just scroll through the visible ones when up or down are pressed?