Yes, althud is currently broken.
The reason is that I recently implemented the code to support more than the previously max. of 2 firemodes. In order to display them in a usable way I added the pop-up list to the two huds, but only the one in the default hud seems to work. I couldn't find a way to make it work without duplicating functions in the code for every single hud (which is "teh baddest" [tm] way to solve this IMO)
hacking details: I'm accessing elements inside a "menu" definition (e.g. displaying, greying out etc... the menu entries in the popup menu) But the function that is used only seems to have access to the elements that are in the same "scope" (i.e. menu definition) that the "confunc" is defined in.
Defining the exact same "confunc" in every menu definition also doesn't seem to work as expected.
Any tips would be helpful, I'm running in circles here
Werner