I've finally figured out why I've been having a hard time using Girder to navigate around MC lately...
I've been using Girder to send keystrokes to the details pane (mostly playing now) which makes it easy to navigate from my custom keypads. Until the action window got the ability to have lists in them (playlist contents, playing now contents) things have been working fine.
Unfortunately now the AW's lists have the same class (SysListView32) as the details pane but neither has names assigned which of course makes it harder to figure out which is which. I can send a keystroke to all instances if SysListView32 but that makes both lists respond which isn't good, or I can send a keystroke to the nth instance of SysListView32 but the details pane comes AFTER the AW so if the AW doesn't have a list in it, the details pane is 2nd, if the AW does have a list in it, the details pane is 3rd. Not good either. (I never figured out what the first instance of SysListView32 is).
So, any chance of getting distinct names on the windows?