Update sub labels of parent settings menu for watch face

Former Member
Former Member

I am using the new on-device settings feature for a watch face, and for some settings I am using submenus to select different options. I want to update the sub label of the parent menu after an option is selected, but I do not know the best way to do this. Per a previous discussion, I am directly opening the main Menu2 with a Menu2InputDelegate upon "Trigger App Settings" in the simulator, and I am populating the menu in the initialize() function. When I open a submenu and select an item, I do not know how to refer back to the parent menu item during the onSelect() function of the submenu delegate. I tried using the menu.getItem() function, but this did not work.

Is there an example code that shows how sub labels of parent menus can be updated? I assume this is something that lots of people do, but it's not obvious to me. Thanks